From owner-freebsd-questions Wed Oct 13 6:22:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 4E6F01514F for ; Wed, 13 Oct 1999 06:22:37 -0700 (PDT) (envelope-from imsleepy@earthlink.net) Received: from dialup-63.209.89.107.LosAngeles1.Level3.net (dialup-63.209.89.107.LosAngeles1.Level3.net [63.209.89.107]) by gull.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id GAA02042; Wed, 13 Oct 1999 06:21:58 -0700 (PDT) Date: Wed, 13 Oct 1999 06:21:20 -0700 (PDT) From: imsleepy X-Sender: imsleepy@muffin.fshcrkr.com To: a540@scatcat.fhsu.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internal modem problems In-Reply-To: <3804050B.E865D281@geocities.com> 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 if you're still using the generic kernel, you might try checking to see if it has 'com3' diabled. # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 just # cd /usr/src/sys/i386/conf/ # vi GENERIC (take out the 'diable' for sio2.) and then do # /usr/sbin/config -r GENERIC # cd ../../compile/GENERIC # make depend # make and if there are no errors # make install although i guess you should prolly change the name from GENERIC to something to match your machine name since it's not really generic anymore. hope this helps. -scott On Tue, 12 Oct 1999, Jive35 wrote: > I am attempting to get dial-up working on my FreeBSD machine but I am > not having much luck. I am using a USRobotics 56k ISA modem set to COM1 > irq 4 but I can't talk to it through the term mode in ppp, it usually > freezes when I try it. I have also another modem on COM4 irq 9 but I > always get a "device not configured" message when I try to set device > /dev/cuaa3 and go into term mode. Please help! > Thanks, > Stephen Black > a540@scatcat.fhsu.edu > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message