Date: Fri, 29 Mar 2002 15:27:00 +0100 From: Michael Nottebrock <michaelnottebrock@gmx.net> To: "Adam D. Gorski" <agorski@engin.umich.edu> Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: SB problem (was: Cat'ing /dev/audio) Message-ID: <3CA479B4.8090909@gmx.net> References: <Pine.SOL.4.33.0203290840060.2808-100000@and.engin.umich.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Adam D. Gorski wrote: > Since then I've tried many variations of the kernel options, but nothing > helped. I've been told that this sounds like an IRQ problem, but I have > since switched the IRQ my SB is on (was 10, now it's 5) and that didn't > help. Currently in my kernel I have this line: > > device pcm0 at isa? port? irq 11 drq 1 flags 0x15 > > but for some reason the FreeBSD still puts the card under IRQ 5. It _is_ a > PnP card, so I thought 'device pcm' was all I needed, but I'm not sure > anymore. I don't have that card, but you surely don't need the parameters to pcm0 (they're only needed for non-PnP ISA cards). If you want to force the card to a different IRQ, try using your BIOS setup. According to the manual pages, you would need both pcm and sbc (the soundblaster bridge driver). It is not necessary to include them into the kernel, putting snd_sbc_load="YES" into /boot/loader.conf should load snd_sbc.ko and autoload snd_pcm.ko as a dependency. What version of FreeBSD are you running? -- Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CA479B4.8090909>