PDA

View Full Version : aadebug to report problems with alsa


ilja
2004-05-29, 08:08 AM CDT
Hi if you want to see which problems you have with alsa you can use this debug script to get a lot of infomations http://alsa.opensrc.org/index.php?page=aadebug

p.s.
If you use 2.6 one config-file name is changed so you have to insert from line 17 to 24:
echo Modules Conf ----------------------------------------------
if [ ! -f /etc/modprobe.conf ] ; then
echo "Warning: /etc/modprobe.conf does not exist"
echo "This means any kernel modules will not be auto loaded"
echo "See your linux distro docs on how to create this file"
else
cat /etc/modprobe.conf | egrep '(sound|snd)'
fi