Date: Sun, 4 May 1997 11:04:45 -0700 (PDT) From: Dan Busarow <dan@dpcsys.com> To: flame@access.kuwait.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: modem config Message-ID: <Pine.UW2.3.95.970504105910.1253C-100000@cedb> In-Reply-To: <m0wO54r-000CoGC@access.kuwait.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 4 May 1997, Flame wrote: > Iam having trouble configuring my modem. US Robotics > on COM3. I managed to activate COM3 and fix IRQ to 7 but i can't get > my modem to respond. IRQ 7 is a poor choice. That's the default printer IRQ and I think that even disabling lpt0 doesn't change that. Try IRQ 5 which is also the default kernel setting for COM3 > 1- how i can make \dev\cuaa0 points to COM3 ? You don't, use /dev/cuaa2 > 2- is cuaa0 the only device concerned with the modem? There are several cuaaX's and ttydXs too. The cuaa ports are the callout ports, probably what you want. man sio(4) > 3- How i can determind the correct settings for drq, iomem, iosize, > unit and flags? I don't see those options in my kernel config file device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.UW2.3.95.970504105910.1253C-100000>