Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2000 21:59:19 -0500 (CDT)
From:      Super-User <duhring@smtp.charter.net>
To:        cmascott@thecia.net, freebsd-stable@freebsd.org
Subject:   Re: Can't disable adv0 device in 4.0-STABLE-20000718 GENERIC
Message-ID:  <auto-000001663166@mail02.cluster1.charter.net>

next in thread | raw e-mail | index | archive | help

>Date: Fri, 21 Jul 2000 17:02:52 -0400 (EDT)
>From: Carl Mascott <cmascott@thecia.net>
>To: cmascott@thecia.net, duhring@charter.net, freebsd-stable@freebsd.org
>Subject: Re: Can't disable adv0 device in 4.0-STABLE-20000718 GENERIC
>
>David Uhring <duhring@charter.net> wrote:
>> 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.
>
>I guess I wasn't clear in my original message, because this is the
>second reply I've gotten telling me how to fix my sound problem.
>I wasn't reporting a sound problem: I was reporting a problem
>with the adv0 driver (see the sentence "It looks like...").

Sorry, I misunderstood you.  I don't use SCSI, so the device was unfamiliar.



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?auto-000001663166>