From owner-freebsd-isdn Mon Jul 2 3:38:24 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from smtp06.iafrica.com (smtp06.iafrica.com [196.2.51.5]) by hub.freebsd.org (Postfix) with ESMTP id 2839737B40E for ; Mon, 2 Jul 2001 03:38:20 -0700 (PDT) (envelope-from ffkrz@iafrica.com) Received: from ayon ([196.7.205.38]) by smtp06.iafrica.com (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with SMTP id <0GFU00209CRZ13@smtp06.iafrica.com> for freebsd-isdn@FreeBSD.org; Mon, 2 Jul 2001 12:21:36 +0200 (SAT) Date: Mon, 02 Jul 2001 12:22:12 +0200 From: Francois Kritzinger Subject: Re: ISDN: Can someone PLEASE help me To: Arjan Knepper Cc: freebsd-isdn@FreeBSD.org Message-id: <000701c102e0$dbfceb40$1901a8c0@ayon> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 References: <000a01c102cb$601cc780$1901a8c0@ayon> <3B4039B8.DA6809E7@jak.nl> X-Priority: 3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: Arjan Knepper To: Francois Kritzinger Cc: Sent: Monday, July 02, 2001 11:07 AM Subject: Re: ISDN: Can someone PLEASE help me > 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! I changed it this morning before the second message but the changes obviuosly didn't take... Before the first message I didn't realise that I was sendind HTML... you only realise this when you're posting to places where HTML messageges are not preferred. > > 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 > > 8:) If that don't reports error cd > ../../compile/ > 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 > Anyways this looks like it will definately help me so thanks a lot... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message