From bugmaster at FreeBSD.org Mon Jan 7 03:07:03 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jan 7 03:07:12 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200801071107.m07B72j5061812@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From zhulizhongum at yahoo.com.cn Tue Jan 8 23:15:38 2008 From: zhulizhongum at yahoo.com.cn (lizhong zhu) Date: Wed Jan 9 03:58:51 2008 Subject: how do i compile isdn4bsd with asterisk? Message-ID: <70338.25704.qm@web92006.mail.cnb.yahoo.com> hello, all of users: I am testing asterisk+isdn4bsd. but no lucky for me. I take time to play it with slow progress. i have no much information about freebsd and isdn4bsd. here is what i did: 1) i have install asterisk with portsnap fetch. 2) i follow the link from : http://www.turbocat.net/~hselasky/isdn4bsd/index.html and install it. but i got errors from isdnconfig : new-host-3# isdnconfig isdnconfig: cannot open "/dev/capi20"!: No such file or directory i also read the link from http://lists.freebsd.org/pipermail/freebsd-isdn/2007-January/000646.html, there are few steps to install. i think i missed 7. i4b/trunk/chan_capi> gmake all install 8. /usr/src> make buildkernel KERNCONF=.... # build the kernel with i4b configured 9. /usr/src> make installkernel KERNCONF=... # install kernel 10. reboot i do not which one i should follow. i lost the dir already. i want to know make buildkernel KERNCONF=...., what's you mean by that? KERCONF=....? is there a file in somewhere? but in the website, there is no such step. please give more details for that. regards, james.zhu 11. /usr/src> make installworld --------------------------------- ??????????????????? From hselasky at c2i.net Wed Jan 9 13:01:07 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Wed Jan 9 13:01:12 2008 Subject: how do i compile isdn4bsd with asterisk? In-Reply-To: <70338.25704.qm@web92006.mail.cnb.yahoo.com> References: <70338.25704.qm@web92006.mail.cnb.yahoo.com> Message-ID: <200801091858.35993.hselasky@c2i.net> Hi Lizhong! What CPU architecture are you using ? If you are using i386, you can do like this: cp -i /sys/i386/conf/GENERIC /sys/i386/conf/custom "/sys" is often a symlink to "/usr/src/sys". Then you append the lines you need to the "custom" kernel config file, which are printed when you type "make help" in the "FreeBSD.i4b" directory of my package. When you compile the kernel you pass the "KERNCONF=custom" option to the "make" program like shown by the help menu. --HPS PS: I did an upgrade of the USB stack shipped with my I4B package yesterday, and I am not sure if it compiles on all architectures and all versions of FreeBSD yet. From bugmaster at FreeBSD.org Mon Jan 14 03:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jan 14 03:07:06 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200801141107.m0EB71hk052588@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From denis.beltramo at gmail.com Tue Jan 15 03:20:26 2008 From: denis.beltramo at gmail.com (Denis Beltramo) Date: Tue Jan 15 03:20:29 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd Message-ID: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> Good morning, I am trying to use an usb isdn modem with FreeBSD 6.2. I am not an expert. I don't unstand if isdn4bsd is already installed on FreeBSD or I must compile the source. I Have use this source of i4b: http://www.turbocat.net/~hselasky/isdn4bsd/ I use make then make install. But don't create the device. Now I must recompile the Kernel? Thanks -- Denis Beltramo denis.beltramo@gmail.com From maillist at ovb.ch Tue Jan 15 10:40:16 2008 From: maillist at ovb.ch (Oliver von Bueren) Date: Tue Jan 15 10:40:20 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> Message-ID: <478CF60E.9080700@ovb.ch> Denis Denis Beltramo wrote: > I am trying to use an usb isdn modem with FreeBSD 6.2. I am not an expert. I > don't unstand if isdn4bsd is already installed on FreeBSD or I must compile > the source. > I Have use this source of i4b: http://www.turbocat.net/~hselasky/isdn4bsd/ > I use make then make install. But don't create the device. Now I must > recompile the Kernel? > What kind of "isdn modem" do you have? If it is one which has a built-in AT command set and perhaps a PPP stack (like e.g. some ZyXEL ISDN TA's have), you don't need ISDN4BSD. There is one version of I4B installed on the system, but that one has different features than the one HPS provides. What do you like to do with your "modem"? Give us some more informatio, which software you like to use with it and the like. Anyway, if you like to install it and if it is one of the ISDN cards supported by the I4B-Stack by HPS, then you should get the most recent version by Subversion. Subversion can be installed as a package/port. svn --username anonsvn --password anonsvn checkout svn://svn.turbocat.net/i4b You'll then find a README with the installation instructions. What it does is, install itself into the kernel source tree, so you need at least the kernel source on your machine. Next you have to get the required device configuration into the kernel configuration file, which is located under /usr/src/sys/i386/conf if you run a 32bit version of FreeBSD. After that you are ready to compile the kernel and install it, if all goes to plan. Oliver From denis.beltramo at gmail.com Wed Jan 16 03:15:12 2008 From: denis.beltramo at gmail.com (kabede84) Date: Wed Jan 16 03:15:15 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <478CF60E.9080700@ovb.ch> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> Message-ID: <14878229.post@talk.nabble.com> Hi Oliver my usb modem is: Draytek isdn Vigor 128 on a Freebsd 6.2 The operation that I excute are: install isdn4bsd from source of svn turbocat... then I have compiled the kernel. The dmesg: show this: http://www.nabble.com/file/p14878229/DMESG DMESG , i Have the usb attached. I must "simply" call with this modem a dial up number an authenticate with pap, for navigate with this. Are two days that I read documentation but don't undestand how to work. Thanks and excuse for my english denis -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14878229.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From denis.beltramo at gmail.com Wed Jan 16 08:05:41 2008 From: denis.beltramo at gmail.com (kabede84) Date: Wed Jan 16 08:05:44 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <478CF60E.9080700@ovb.ch> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> Message-ID: <14883913.post@talk.nabble.com> I have also an HAMLET USB IDSN 128.000 BPS code: HTAUSC_R. -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14883913.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From hselasky at c2i.net Wed Jan 16 10:05:02 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Wed Jan 16 10:05:06 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14878229.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14878229.post@talk.nabble.com> Message-ID: <200801161805.48346.hselasky@c2i.net> On Wednesday 16 January 2008, kabede84 wrote: > Hi Oliver > > my usb modem is: Draytek isdn Vigor 128 on a Freebsd 6.2 > The operation that I excute are: install isdn4bsd from source of svn > turbocat... then I have compiled the kernel. > The dmesg: show this: http://www.nabble.com/file/p14878229/DMESG DMESG , > i Have the usb attached. > > I must "simply" call with this modem a dial up number an authenticate with > pap, for navigate with this. > > Are two days that I read documentation but don't undestand how to work. > > Thanks and excuse for my english > > denis Hi, I just committed a compile fix for FreeBSD 6.x 0) I assume that you have the kernel and userland sources installed 1) svn update 2) create and install the package 3) compile a new kernel with modules 4) reboot That's it. NOTE: Not all versions of the Draytek's are supported. --HPS From hselasky at c2i.net Wed Jan 16 10:05:33 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Wed Jan 16 10:05:37 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14883913.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> Message-ID: <200801161806.19642.hselasky@c2i.net> On Wednesday 16 January 2008, kabede84 wrote: > I have also an HAMLET USB IDSN 128.000 BPS code: HTAUSC_R. Please post output from "dmesg" when you get the kernel compiled. --HPS From denis.beltramo at gmail.com Thu Jan 17 02:12:05 2008 From: denis.beltramo at gmail.com (kabede84) Date: Thu Jan 17 02:12:08 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <200801161806.19642.hselasky@c2i.net> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> Message-ID: <14915686.post@talk.nabble.com> Good morning, I have create a package vi the new revision (568). Then I Have compiled the kernel and installed on FreeBSD 6.2. I have commented this line in Kernel config because /usr/sbin/config given an error: "config: Error: device "xxxx" is unknown" This is the line that i have commented: device isic device iwic device ifpi device ifpi2 device itjc device ifpnp device i4bcapi device iavc device i4bq921 device i4bq931 Every line of device that are not commented have device xxxxx 4 I must deleted a number because it given a sintax error. This is my DMESG: http://www.nabble.com/file/p14915686/DMESG DMESG Thanks, excuse for my insistence. Denis -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14915686.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From denis.beltramo at gmail.com Thu Jan 17 05:10:55 2008 From: denis.beltramo at gmail.com (kabede84) Date: Thu Jan 17 05:10:58 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14915686.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> Message-ID: <14918298.post@talk.nabble.com> Excuse for my question, if isdn4bsd is properly installed when i link the usb isdn modem, isdncontrol must view? And dmesg output give a device how i4brbch and not how ugen0? Thanks -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14918298.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From hselasky at c2i.net Thu Jan 17 08:53:19 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Thu Jan 17 08:53:24 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14915686.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> Message-ID: <200801171754.05429.hselasky@c2i.net> On Thursday 17 January 2008, kabede84 wrote: > Good morning, > > I have create a package vi the new revision (568). > Then I Have compiled the kernel and installed on FreeBSD 6.2. > I have commented this line in Kernel config because /usr/sbin/config given > an error: "config: Error: device "xxxx" is unknown" > This is the line that i have commented: > device isic > device iwic > device ifpi > device ifpi2 > device itjc > device ifpnp > device i4bcapi > device iavc > device i4bq921 > device i4bq931 > > Every line of device that are not commented have > > device xxxxx 4 > > I must deleted a number because it given a sintax error. > > This is my DMESG: http://www.nabble.com/file/p14915686/DMESG DMESG > > Thanks, excuse for my insistence. > > Denis Hi Denis! Your dmesg looks good. Did you include the "device ihfc" in your kernel config file ? Could you install /usr/ports/udesc_dump Then run "udesc_dump /dev/ugen0" and "udesc_dump /dev/ugen1". I maybe need to add some VID/PID's to my database. --HPS From hselasky at c2i.net Thu Jan 17 08:56:00 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Thu Jan 17 08:56:04 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14918298.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <14915686.post@talk.nabble.com> <14918298.post@talk.nabble.com> Message-ID: <200801171756.48212.hselasky@c2i.net> On Thursday 17 January 2008, kabede84 wrote: > Excuse for my question, > > if isdn4bsd is properly installed when i link the usb isdn modem, > isdncontrol must view? And dmesg output give a device how i4brbch and not > how ugen0? > > Thanks It should show up like "ihfc63". --HPS From denis.beltramo at gmail.com Fri Jan 18 03:29:56 2008 From: denis.beltramo at gmail.com (kabede84) Date: Fri Jan 18 03:29:59 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <200801171756.48212.hselasky@c2i.net> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> <14918298.post@talk.nabble.com> <200801171756.48212.hselasky@c2i.net> Message-ID: <14948098.post@talk.nabble.com> Hi HPS, yes I have writed into kernel config "device ihfc", this is my kernel config: http://www.nabble.com/file/p14948098/Kernel Kernel but it don't see any interface ihfc, when i attack the usb isdn there isn't any signals. I have forgotten anything or in conclusion at this great discussion my modem are unsopported? this is my dmseg: http://www.nabble.com/file/p14948098/dmesg dmesg and udesc_dump outputs: http://www.nabble.com/file/p14948098/ugen0 ugen0 http://www.nabble.com/file/p14948098/ugen1 ugen1 and this all my configuration for isdnd.rc and ppp.conf: http://www.nabble.com/file/p14948098/isdnd.rc isdnd.rc http://www.nabble.com/file/p14948098/ppp.conf ppp.conf THANKS! -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14948098.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From denis.beltramo at gmail.com Fri Jan 18 05:27:07 2008 From: denis.beltramo at gmail.com (kabede84) Date: Fri Jan 18 05:27:10 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd Message-ID: <14948098.post@talk.nabble.com> Hi HPS, yes I have writed into kernel config "device ihfc", this is my kernel config: http://www.nabble.com/file/p14948098/Kernel Kernel but it don't see any interface ihfc, when i attack the usb isdn there isn't any signals. I have forgotten anything or in conclusion at this great discussion my modem are unsopported? I don't understand now I must do for connect, if it's all ok. If I search /dev/ihfc there isn't anything. this is my dmseg: http://www.nabble.com/file/p14948098/dmesg dmesg and udesc_dump outputs: http://www.nabble.com/file/p14948098/ugen0 ugen0 http://www.nabble.com/file/p14948098/ugen1 ugen1 and this all my configuration for isdnd.rc and ppp.conf: http://www.nabble.com/file/p14948098/isdnd.rc isdnd.rc http://www.nabble.com/file/p14948098/ppp.conf ppp.conf THANKS! -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14948098.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From denis.beltramo at gmail.com Fri Jan 18 05:59:01 2008 From: denis.beltramo at gmail.com (kabede84) Date: Fri Jan 18 05:59:05 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd Message-ID: <14948098.post@talk.nabble.com> Hi HPS, yes I have writed into kernel config "device ihfc", this is my kernel config: http://www.nabble.com/file/p14948098/Kernel Kernel but it don't see any interface ihfc, when i attack the usb isdn there isn't any signals. I have forgotten anything or in conclusion at this great discussion my modem are unsopported? I don't understand now I must do for connect, if it's all ok. What is that don't work? Now i must change any configuration, the anythings that i don't have make? If my modem are unsupported what are an usb modem that are certainly supported? If I search /dev/ihfc there isn't anything. this is my dmseg: http://www.nabble.com/file/p14948098/dmesg dmesg and udesc_dump outputs: http://www.nabble.com/file/p14948098/ugen0 ugen0 http://www.nabble.com/file/p14948098/ugen1 ugen1 and this all my configuration for isdnd.rc and ppp.conf: http://www.nabble.com/file/p14948098/isdnd.rc isdnd.rc http://www.nabble.com/file/p14948098/ppp.conf ppp.conf THANKS! -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14948098.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From hselasky at c2i.net Fri Jan 18 11:11:29 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Fri Jan 18 11:11:34 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <14948098.post@talk.nabble.com> References: <14948098.post@talk.nabble.com> Message-ID: <200801182012.11396.hselasky@c2i.net> Hi, Your "ISDN USB TA" can be used with FreeBSD. The other not. Please do an "svn update" and copy in the files you see that are changed. Then compile a new kernel, and your ISDN adapter should work! --HPS From denis.beltramo at gmail.com Mon Jan 21 00:22:42 2008 From: denis.beltramo at gmail.com (kabede84) Date: Mon Jan 21 00:22:45 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd In-Reply-To: <200801182012.11396.hselasky@c2i.net> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> <14918298.post@talk.nabble.com> <200801171756.48212.hselasky@c2i.net> <14948098.post@talk.nabble.com> <200801182012.11396.hselasky@c2i.net> Message-ID: <14992955.post@talk.nabble.com> It work! Thanks! Now the Hamlet modem work. The Draytek no, but for me if go one it'ok! Thanks HPS -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14992955.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From bugmaster at FreeBSD.org Mon Jan 21 03:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jan 21 03:07:13 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200801211107.m0LB71xR047037@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From denis.beltramo at gmail.com Mon Jan 21 05:57:04 2008 From: denis.beltramo at gmail.com (kabede84) Date: Mon Jan 21 05:57:07 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd now don't call In-Reply-To: <200801182012.11396.hselasky@c2i.net> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> <14918298.post@talk.nabble.com> <200801171756.48212.hselasky@c2i.net> <14948098.post@talk.nabble.com> <200801182012.11396.hselasky@c2i.net> Message-ID: <14997818.post@talk.nabble.com> Hello, now with the contribute of HPS my modem isdn usb are recognized, but don't call. When i attach it the light "power" go up an my dmesg see /dev/ihfc63.X. into /dev I have 3 device: ihfc63.0 ihfc63.1 ihfc63.2 . When i run the daemon isdnd the light isdn go up, but don't call (whit ppp dial), the light b1 and b2 are off. I have tried various configuration but i haven't any result. Then I have try with minicom.... when i start minicom with device ihfc63.0 go up isdn light, ihfc63.1 go up the light b1, ihfc63.2 go up the light b2. Another suggestion? ( I am very boring!!) -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14997818.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From denis.beltramo at gmail.com Mon Jan 21 05:57:27 2008 From: denis.beltramo at gmail.com (kabede84) Date: Mon Jan 21 05:57:29 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd now don't call Message-ID: <14997818.post@talk.nabble.com> Hello, now with the contribute of HPS my modem isdn usb are recognized, but don't call. When i attach it the light "power" go up an my dmesg see /dev/ihfc63.X. into /dev I have 3 device: ihfc63.0 ihfc63.1 ihfc63.2 . When i run the daemon isdnd the light isdn go up, but don't call (whit ppp dial), the light b1 and b2 are off. I have tried various configuration but i haven't any result. Then I have try with minicom.... when i start minicom with device ihfc63.0 go up isdn light, ihfc63.1 go up the light b1, ihfc63.2 go up the light b2. Another suggestion? ( I am very boring!!) Thanks! -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p14997818.html Sent from the freebsd-isdn mailing list archive at Nabble.com. From hselasky at c2i.net Mon Jan 21 08:38:54 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Jan 21 08:38:58 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd now don't call In-Reply-To: <14997818.post@talk.nabble.com> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <200801182012.11396.hselasky@c2i.net> <14997818.post@talk.nabble.com> Message-ID: <200801211739.37686.hselasky@c2i.net> On Monday 21 January 2008, kabede84 wrote: > Hello, > > now with the contribute of HPS my modem isdn usb are recognized, but don't > call. > > When i attach it the light "power" go up an my dmesg see /dev/ihfc63.X. > into /dev I have 3 device: ihfc63.0 ihfc63.1 ihfc63.2 . When i run the > daemon isdnd the light isdn go up, but don't call (whit ppp dial), the > light b1 and b2 are off. > I have tried various configuration but i haven't any result. > Then I have try with minicom.... when i start minicom with device ihfc63.0 > go up isdn light, ihfc63.1 go up the light b1, ihfc63.2 go up the light b2. > > Another suggestion? ( I am very boring!!) Hi, You need an entry like shown below in your /etc/isdn/isdnd.rc : #================================================================= # User-ppp example #================================================================= entry name = userppp0 usrdevicename = rbch usrdeviceunit = 0 isdncontroller = 63 isdnchannel = -1 local-phone-incoming = 1234567 remote-phone-incoming = * local-phone-dialout = 1234567 remote-phone-dialout = 1234567 # ppp(8) will override this remdial-handling = first dialin-reaction = ignore dialout-type = normal b1protocol = hdlc idletime-incoming = 0 # Should be larger than ppps timeout idletime-outgoing = 0 # Should be larger than ppps timeout ratetype = 0 unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 Hope that helps. --HPS From bugmaster at FreeBSD.org Mon Jan 28 03:07:04 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jan 28 03:07:11 2008 Subject: Current problem reports assigned to freebsd-isdn@FreeBSD.org Message-ID: <200801281107.m0SB73Xc016347@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s kern/79117 isdn [iavc] iavc(4) for AVM B1 PCI does not attach 1 problem total. From denis.beltramo at gmail.com Thu Jan 31 00:00:43 2008 From: denis.beltramo at gmail.com (kabede84) Date: Thu Jan 31 00:00:46 2008 Subject: Problem with FreeBSD 6.2 and isdn4bsd now don't call In-Reply-To: <200801211739.37686.hselasky@c2i.net> References: <27f0c3e40801150255p7b568193wd91bbd5e320e0234@mail.gmail.com> <478CF60E.9080700@ovb.ch> <14883913.post@talk.nabble.com> <200801161806.19642.hselasky@c2i.net> <14915686.post@talk.nabble.com> <14918298.post@talk.nabble.com> <200801171756.48212.hselasky@c2i.net> <14948098.post@talk.nabble.com> <200801182012.11396.hselasky@c2i.net> <14997818.post@talk.nabble.com> <200801211739.37686.hselasky@c2i.net> Message-ID: <15199687.post@talk.nabble.com> Thanks, all work! You are very patient! Bye D. Hans Petter Selasky wrote: > > On Monday 21 January 2008, kabede84 wrote: >> Hello, >> >> now with the contribute of HPS my modem isdn usb are recognized, but >> don't >> call. >> >> When i attach it the light "power" go up an my dmesg see /dev/ihfc63.X. >> into /dev I have 3 device: ihfc63.0 ihfc63.1 ihfc63.2 . When i run the >> daemon isdnd the light isdn go up, but don't call (whit ppp dial), the >> light b1 and b2 are off. >> I have tried various configuration but i haven't any result. >> Then I have try with minicom.... when i start minicom with device >> ihfc63.0 >> go up isdn light, ihfc63.1 go up the light b1, ihfc63.2 go up the light >> b2. >> >> Another suggestion? ( I am very boring!!) > > Hi, > > You need an entry like shown below in your /etc/isdn/isdnd.rc : > > > #================================================================= > # User-ppp example > #================================================================= > entry > name = userppp0 > usrdevicename = rbch > usrdeviceunit = 0 > isdncontroller = 63 > isdnchannel = -1 > local-phone-incoming = 1234567 > remote-phone-incoming = * > local-phone-dialout = 1234567 > remote-phone-dialout = 1234567 # ppp(8) will override this > remdial-handling = first > dialin-reaction = ignore > dialout-type = normal > b1protocol = hdlc > idletime-incoming = 0 # Should be larger than ppps > timeout > idletime-outgoing = 0 # Should be larger than ppps > timeout > ratetype = 0 > unitlength = 90 > unitlengthsrc = rate > dialretries = 1 > dialrandincr = on > recoverytime = 1 # Should be smaller than ppps > redial > usedown = off > downtries = 2 > downtime = 30 > > Hope that helps. > > --HPS > _______________________________________________ > freebsd-isdn@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isdn > To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@freebsd.org" > > -- View this message in context: http://www.nabble.com/Problem-with-FreeBSD-6.2-and-isdn4bsd-tp14837985p15199687.html Sent from the freebsd-isdn mailing list archive at Nabble.com.