Subject: Re: Modem Configuration Problems in 1.4.2
To: None <disintegration@technohead.co.uk>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 07/30/2000 21:34:06
On Sun, Jul 30, 2000 at 07:08:33PM +0100, disintegration@technohead.co.uk wrote:
> Hi,
>   Since I last posted, I've managed to get NetBSD installed on my OS, but now I've got a problem I'm trying to figure out.
>   Whenever I try to use my modem (i.e. cu -l), I get the message "tty00: Device not configured or installed" and when I boot NetBSD, it is detected, but IRQ 4 isn't configured. How can I fix this? It is not a hardware problem since I'm using the modem in Linux just fine, but according to the i386 FAQ, the error message could mean there is no NetBSD support for my modem just yet. If this is the case, then is it abnormal for my modem to be detected at boottime?
>   Below is a copy of dmesg and all sysinfo.

Ok, you modem is not supported but it should be easy to fix if you can
recompile a kernel:
cd to sys/dev/isapnp
edit isapnpdevs and add a line like:
devlogic	com	 CTL3001	0	Creative Modem Blaster
in the 'com' section. Then run 'make -f Makefile.isapnpdevs', and rebuild
a kernel.

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