From owner-freebsd-stable Wed Mar 21 0:13:26 2001 Delivered-To: freebsd-stable@freebsd.org Received: from scully.zoominternet.net (scully.zoominternet.net [63.67.120.3]) by hub.freebsd.org (Postfix) with SMTP id B29A137B71C for ; Wed, 21 Mar 2001 00:13:20 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: (qmail 23159 invoked from network); 21 Mar 2001 08:06:46 -0000 Received: from acs-24-154-35-126.zoominternet.net (HELO cvzoom.net) (24.154.35.126) by scully.zoominternet.net with SMTP; 21 Mar 2001 08:06:46 -0000 Message-ID: <3AB8629F.9C7CE2A0@cvzoom.net> Date: Wed, 21 Mar 2001 03:13:19 -0500 From: Donn Miller X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Hyung-song Nam Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.3BETA, sound module problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hyung-song Nam wrote: . > sbc0: at port > 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 > drq 1,5 on isa0 > ... > > -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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message