Date: Wed, 13 Oct 1999 06:21:20 -0700 (PDT) From: imsleepy <imsleepy@earthlink.net> To: a540@scatcat.fhsu.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internal modem problems Message-ID: <Pine.BSF.4.10.9910130613060.53326-100000@muffin.fshcrkr.com> In-Reply-To: <3804050B.E865D281@geocities.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910130613060.53326-100000>