21 Jan
2009
21 Jan
'09
12:47 a.m.
On Tue, 2009-01-20 at 14:56 -0500, Dale Blount wrote:
On Tue, 2009-01-20 at 14:53 -0500, David Rosenstrauch wrote:
Dale Blount wrote:
I haven't tried 2.6.28.1. The module was working in 2.6.27.10, and stopped working in the 2.6.28(-3) kernel package in the core repository.
Try blacklisting the PC speaker module and rebooting. This "fixed" it for me.
Dale
I'm doing this in my rc.conf:
MODULES=(snd-pcm-oss snd-hda-intel !snd-pcsp !pcspkr tun fuse loop)
Is that not sufficient?
Did you reboot afterward? I could not unload mine as it was "in use".
I'll check the syntax/order of my rc.conf when I get home as I haven't been able to WoL it in a while.
MODULES=(!snd_pcsp) is my setting. Not sure if the underscore vs the dash is causing any issues. Dale