Date: Mon, 02 Jul 2001 11:07:04 +0200 From: Arjan Knepper <arjan@jak.nl> To: Francois Kritzinger <ffkrz@iafrica.com> Cc: freebsd-isdn@FreeBSD.org Subject: Re: ISDN: Can someone PLEASE help me Message-ID: <3B4039B8.DA6809E7@jak.nl> References: <000a01c102cb$601cc780$1901a8c0@ayon>
next in thread | previous in thread | raw e-mail | index | archive | help
As long as you don't change the setup of your Microsoft Outlook Express 5.00.2314.1300 to send ONLY PLAIN TEXT to this list a lot of people won't read your mail! 1:)You know how to rebuild a kernel? If not read the handbook. 2:)Ever heard about LINT? No? Take a look in /usr/src/sys/i386/conf 3:)Open LINT in your favorite editor (that probably won't be vi) 4:)Search for the word 'ISDN' 5:)Copy ALL the lines from : '# ISDN4BSD section' up to and including the line 'pseudo-device "i4bisppp" from LINT into _your_ kernel-config file 6:)I don't know the chip for your ISDN adapter and whether or not it is a PCI or ISA adapter so read the docs and determine which 'device' and maybe 'options' line you need. 7:) save your kernel-config file run /usr/sbin/config <your-kernel-config-file> 8:) If that don't reports error cd ../../compile/<your-kernel-config-file> 9:) make depend 10:)make 11:) make install 12:) reboot 13:) dmesg |more to check the ISDN adapter is being recognised 14:) Everthing OK? Edit the file /etc/rc.conf add lines like : #ISDN Interface isdn_enable="YES" isdn_fsdev="NO" isdn_flags="-dn -d0x1f9" isdn_trace="YES" isdn_traceflags="-f /var/tmp/isdntrace0" 15:) cd to /etc/isdn 16:) take a good look at isdnd.rc.sample and also at /usr/share/examples/isdn/FAQ 17:) create your own isdnd.rc file, take a look at the examples and search the ISDN mailing list for examples 18:) create a empty file : /etc/isdn/holidays 19:) create a empty file : /etc/isdn/isdnd.rates 20:) eventually edit the /etc/ppp/ppp.conf file 21:) reboot 22:) check whether or not /usr/sbin/isdnd is running. Not running? Try start it from the console check and correct error/warnings Good Luck Arjan Francois Kritzinger wrote: > FreeBSD 4.2USR internal ISDN modem Can someone PLEASE help me with > this... I really need to get it set up but no one has replied... I > have no idea where to start. I'm sorry about the HTML post earlier, > I did not realise that it was sending HTML.Obviously you guys know > the answer to my problem, because you have ISDN running on your > PC's... So PLEASE... I don't need to have my hand held, just tell me > what I need to install/do by name, I'm willing to read man pages or > web sites, its just I have no idea what needs to be done to get ISDN > set up. So far I have added lines pseudo-device "i4b"device isic0 > at ISA? ... [from man pages]and the lines from the isic man page for > a USR modem to my kernel CFG file. The modem does not show up in > dmesg.When I try to compile my kernel after adding the above lines I > get a whole lot of errors of the like of: i4b_isac.o: undefined > reference to .... If you need more, I could post the exact error > messages... Thank you for reading this far. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B4039B8.DA6809E7>