You are not logged in.
I had my sound working by installing pulse audio and changing my default sound card.
And now it's not. I'm not sure if I accidentally hit a hotkey (on openbox), my driver order got reverted, or there's a new issue, but it's no longer working.
Alsamixer shows the channel unmuted.
Kind of need some guidance on where to start looking to get this fixed as I'm new to linux.
Any help appreciated, thanks.
Last edited by howard (2014-09-01 10:56:52)
Offline
aplay -lL;
lspci -vnn | grep -A1 -i audio;
cat /proc/asound/modules;
systool -vm relevant_snd_module;
lsmod | grep ^snd;
for i in /proc/asound/card[0-9]*; do echo "--- $i ---"; amixer -c $(cat $i/id); done;
lsusb #if there is a usb sound card;
# or use the alsa-info scriptAny alsa configuration in /etc/modprobe.d/*.conf or /etc/asound.conf or ~/.asoundrc? Pavucontrol does not list the devices?
Offline
Well, apparently pulseaudio overwrites any alsa configuration, including my specified soundcard index.
I see that in the troubleshooting section you linked it gives a script to add to .xinitrc so it doesn't, but that didn't work.
So, I just uninstalled pulseaudio and now it's using the right soundcard order.
I guess I could have figured out how to change the default soundcard for pulse, but I don't really know why I installed pulse anyway.
Either way it's working now.
Offline
I guess I could have figured out how to change the default soundcard for pulse, but I don't really know why I installed pulse anyway.
Do you use Skype?
Offline