Subject: Re: USR Modem not configured
To: Video Mike <mike@cpdist.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-i386
Date: 05/19/2002 14:11:59
On Sun, May 19, 2002 at 04:00:31AM -0500, Video Mike wrote:
> Dear NetBSD,
> 
> As shown in the dmesg output, I get a "not configured" message from an ISA
> type USR Voice Modem that I would like to get working.  Has anyone else
> had this problem before or does anyone know what to configure to get it to
> work with my system?  Do I need to change something in the kernel config-
> uration?  Any help is appreciated.
> 
> # dmesg
> isa0 at pcib0
> com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
> pckbc0 at isa0 port 0x60-0x64
> pckbd0 at pckbc0 (kbd slot)
> pckbc0: using irq 1 for kbd slot
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> lpt0 at isa0 port 0x378-0x37b irq 7
> pcppi0 at isa0 port 0x61
> midi1 at pcppi0: PC speaker
> sysbeep0 at pcppi0
> isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
> npx0 at isa0 port 0xf0-0xff: using exception 16
> isapnp0: read port 0x203
> isapnp0: <U.S. Robotics 56K Voice INT, USR3090, , > port 0x2f8/8 irq 3 not 
> configured

It seems this modem is supported in -current but not 1.5.x
You can either upgrade to -current (there are snapshots available),
or recompile a 1.5.x kenrel with support: just add
devlogic     com     USR3090         0       USR 56K Voice INT
to sys/dev/isapnp/isapnpdevs, and run 
make -f Makefile.isapnpdevs
before rebuilding the kernel.
I can build a 1.5.3 kernel for you if you prefer.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--