From owner-freebsd-stable Wed Mar 21 20:21:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vilnya.demon.co.uk (vilnya.demon.co.uk [158.152.19.238]) by hub.freebsd.org (Postfix) with ESMTP id C8C6937B71C for ; Wed, 21 Mar 2001 20:21:29 -0800 (PST) (envelope-from gandalf@vilnya.demon.co.uk) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id 74359D9A8; Thu, 22 Mar 2001 04:21:16 +0000 (GMT) Message-ID: <050b01c0b287$7d6f2920$0504020a@haveblue> From: "Cameron Grant" To: "Donn Miller" , "Hyung-song Nam" Cc: References: <3AB8629F.9C7CE2A0@cvzoom.net> Subject: Re: 4.3BETA, sound module problems Date: Thu, 22 Mar 2001 04:20:44 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > -The modules are still there after bootup. kldstat shows this: > > Id Refs Address Size Name > > 1 4 0xc0100000 17d7f8 kernel > > 2 1 0xc027e000 c4ae0 vinum.ko > > 3 1 0xc0343000 116e8 snd_pcm.ko > > 4 1 0xc0355000 3d94 snd_sbc.ko > > See, I had the same problem. The problem is that pcm0 is not being > reported in the kernel log messages as being detected, but sbc0 is. Had > pcm0 been detected properly, it would have shown up in the kernel log > messages. So, snd_pcm is loading, but not activating the pcm device. > Statically compiling pcm into my kernel works OK, though. that would be because sbc is not a sound driver. it's a bridge driver for snd_ess, snd_sb16 and snd_sb8. try loading snd_sb16 instead. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message