Date: Wed, 21 Mar 2001 03:13:19 -0500 From: Donn Miller <dmmiller@cvzoom.net> To: Hyung-song Nam <nam@wi.mit.edu> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.3BETA, sound module problems Message-ID: <3AB8629F.9C7CE2A0@cvzoom.net> References: <a05010408b6dde091b106@[18.157.3.59]>
next in thread | previous in thread | raw e-mail | index | archive | help
Hyung-song Nam wrote: . > sbc0: <Creative SB AWE64 Gold> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AB8629F.9C7CE2A0>