Sound problem
Fri, 2006-04-28 13:20
Hey all, running getnoo on my ppc, I have alsa compiled into the kernel, and when i try to run alsmixer i get this;
[andy@DhunEideann ~ $ alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
[/code]
Any1 help?










Erm, do you have the right alsa driver compiled into the kernel?
Also, what's the output of
lsmod?dylunio
from: http://www.gentoo.org/doc/en/alsa-guide.xml
Important: If you have issues starting up alsamixer and get errors such as alsamixer: function snd_ctl_open failed for default: No such file or directory, this is usually an issue with udev setting up the devices. Run killall udevd; udevstart to reload /dev entries and fire up alsamixer. It should solve the issue.