From owner-freebsd-questions Thu Mar 2 20:22:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id E643D37B58D for ; Thu, 2 Mar 2000 20:22:33 -0800 (PST) (envelope-from chris@monochrome.org) Received: from localhost (chris@localhost) by mail.monochrome.org (8.9.3/8.9.3) with SMTP id XAA72864; Thu, 2 Mar 2000 23:23:24 -0500 (EST) (envelope-from chris@monochrome.org) Date: Thu, 2 Mar 2000 23:23:24 -0500 (EST) From: Chris Hill X-Sender: chris@mail Reply-To: Chris Hill To: Chris Fedde Cc: FreeBSD Questions List Subject: Re: Need Help with Modem and PPP In-Reply-To: <200003022236.e22MasT02025@fedde.littleton.co.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 2 Mar 2000, Chris Fedde wrote: > jfreeze@qx.net writes: > +--------------- > | Hi Chris: > | Thanks for the advice. > | > | I tried what you said. > | > | # tip cuaa1c > | # /dev/cuaa1: Device not configured > | # link down > | > | I'm new, but I know this doesn't look good. > | The solution may be simple, but I am not sure > | how to proceed from here. > +--------------- > > It looks like your device directory is not set up right. > Do the following... > > dmesg | grep sio The dmesg output Jim originally posted showed sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1 not found at 0x2f8 ^^^^^^^^^^^^^^ ...and he's trying to use /dev/cuaa1 for his modem, so he'll probably need to, as you say: > If nothing shows up you'll need to remake the device files. > > cd /dev > ./MAKEDEV cua0 > ./MAKEDEV cua1 > > Then start over with the tip stuff. I could be wrong, but doesn't he need two As in the device names? That is, cuaa0 and cuaa1. Another thing I noticed was the discrepancy Jim asked about in the two dialup examples he originally posted: ---------------------- I have some questions about the contents of this file - /etc/ppp/ppp.conf. Particularly the set login line. The ppp-and-slip document gives the following as an example: set login "TIMEOUT 10 \"\" \"\" gin:--gin: foo work: bar col: ppp" The /etc/ppp/ppp.conf.sample gives a different version of this line: set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp" ---------------------- Looks like in the first example, the dialup server asks the user to specify a protocol (hence "col: ppp") and in the second one it doesn't. Exactly what this line should be depends on the behavior of your ISP's dialup service. I figured mine out by dialing in manually with a terminal emulator, and noting exactly what text it emitted and what response it was looking for. Have fun... -- Chris Hill chris@monochrome.org [place witty saying here] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message