From owner-freebsd-multimedia Fri Mar 29 6:26:55 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 26C9937B405 for ; Fri, 29 Mar 2002 06:26:52 -0800 (PST) Received: (qmail 4281 invoked by uid 0); 29 Mar 2002 14:26:51 -0000 Received: from pd9003329.dip.t-dialin.net (HELO gmx.net) (217.0.51.41) by mail.gmx.net (mp008-rz3) with SMTP; 29 Mar 2002 14:26:51 -0000 Message-ID: <3CA479B4.8090909@gmx.net> Date: Fri, 29 Mar 2002 15:27:00 +0100 From: Michael Nottebrock User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.9) Gecko/20020310 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Adam D. Gorski" Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: SB problem (was: Cat'ing /dev/audio) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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