Skip site navigation (1)Skip section navigation (2)
Date:      24 Apr 2000 01:13:31 -0400
From:      Arcady Genkin <a.genkin@utoronto.ca>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Modem Problems
Message-ID:  <87itx8cc90.fsf@tea.thpoon.com>
In-Reply-To: "Andy Coates"'s message of "Mon, 24 Apr 2000 05:47:17 %2B0100"
References:  <03f501bfada5$33b3be50$0100a8c0@blade> <20000424003240.J70371@cc942873-a.ewndsr1.nj.home.com> <040001bfada8$2cd571c0$0100a8c0@blade>

next in thread | previous in thread | raw e-mail | index | archive | help
"Andy Coates" <webmaster@friends-tv.net> writes:

> % grep ^sio /var/run/dmesg.boot
> 
> sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
> sio0: type 16550A
> sio1 at 0x2f8-0x2ff irq 3 on isa
> sio1: type 16550A

Have you compiled your own kernel with sio2 enabled? As I can see
from GENERIC, the COM3 is disabled by default.
,----
| soup:/usr/src/sys/i386/conf$ fgrep sio2 GENERIC 
| device          sio2    at isa? disable port IO_COM3 irq 5
`----

And this is what it looks like in my kernel config (you need to check
your modem's IRQ):
,----
| soup:/usr/src/sys/i386/conf$ fgrep sio2 SOUP
| device          sio2    at isa? port IO_COM3 irq 5
`----
-- 
Arcady Genkin                                 http://www.thpoon.com
Nostalgia isn't what it used to be.


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?87itx8cc90.fsf>