Date: Thu, 22 Mar 2001 04:20:44 -0000 From: "Cameron Grant" <gandalf@vilnya.demon.co.uk> To: "Donn Miller" <dmmiller@cvzoom.net>, "Hyung-song Nam" <nam@wi.mit.edu> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: 4.3BETA, sound module problems Message-ID: <050b01c0b287$7d6f2920$0504020a@haveblue> References: <a05010408b6dde091b106@[18.157.3.59]> <3AB8629F.9C7CE2A0@cvzoom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?050b01c0b287$7d6f2920$0504020a>