Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 08:47:58 -0600
From:      Bob Martin <bob@buckhorn.net>
To:        Sebastiaan van Erk <sebster@sebster.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound Blaster in 4.0
Message-ID:  <38D78B9E.3A50AFDA@buckhorn.net>
References:  <20000321100953.1EC761932A@eeyore.sebster.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sebastiaan van Erk wrote:
> 
> Hi there,
> 
> I'm running FreeBSD 4.0 which tells me to use the bridge driver sbc
> to run my Sound Blaster 16 but when I include the following lines in my
> kernel:
> 
> device          sbc0 at isa? port 0x220 irq 5 drq 1
> device          pcm
> 
> I get this in my boot messages:
> 
> sbc0: <Soundblaster 16> at port 0x220-0x22f irq 5 drq 1 on isa0
> sbc0: alloc_resource
> device_probe_and_attach: sbc0 attach returned 6
> 
> What exactly does this mean? What am I doing wrong? Anybody know
> how to fix this? Thanx!
> 
> Greetings,
> Sebastiaan van Erk
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

Try 
device sbc
device pcm

You don't need the port/irq/drq if the card is PnP.

For more information see the sbc man page.

Bob
-- 
"I know not with what weapons World War III will be fought,
but World War IV will be fought with sticks and stones."
		-- Albert Einstein


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?38D78B9E.3A50AFDA>