Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2000 15:04:15 -0500
From:      David Uhring <duhring@charter.net>
To:        Carl Mascott <cmascott@thecia.net>, freebsd-stable@freebsd.org
Subject:   Re: Can't disable adv0 device in 4.0-STABLE-20000718 GENERIC
Message-ID:  <00072115081700.00957@dave.uhring.com>
In-Reply-To: <200007211604.MAA00352@callisto.local>
References:  <200007211604.MAA00352@callisto.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 21 Jul 2000, Carl Mascott wrote:
> FreeBSD 4.0-STABLE-20000718
> 
> I just tried booting the boot floppies (that's all I have) on
> a machine with a SoundBlaster 16 at port 220H.  I went into
> device config and disabled the adv0 device (Advansys SCSI).
> I answered "y" to the "save settings" prompt.  Yet I'm still
> getting the following during hardware probing:
> 
> adv1: Invalid baseport of 0x220 specified.  Nearest valid baseport
> 	is 0x320.  Failing probe.
> 
> Right after this, I get:
> 
> unknown0: <Audio> at port 0x220-0x22f, [ ... ]
> 
> which looks correct.
> 
> I also get a couple more failed adv1 probes which I didn't
> write down.  The one shown is the first one.
> 
> It looks like the adv0 device cannot be disabled, and its
> hardware probe thinks the SB16 is an Advansys HBA.
> 
> P.S. I'm not subscribed to this list.
> 
Can't be a GENERIC kernel, GENERIC has no sound support.  Remove any existing
drivers for sound and insert:

device		pcm
device		sbc0	at isa? port 0x220 irq 5 drq 1 flags 0x15

Recompile and install the kernel.  Reboot and note whether sbc0 or sbc1 shows
up in dmesg.  After boot, cd /dev & ./MAKEDEV snd0 or ./MAKEDEV snd1 as
appropriate.  FreeBSD properly supports the true SB 16.  Maybe you should also
delete (rm) the offending /dev/adv1.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00072115081700.00957>