Code: Select all
$ cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xf2400000 irq 16
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xf2310000 irq 19
It shows me two options:"SB: HDA-Intel - HDA ATI SB" and"HDMI: HDA-Intel - HDA ATI HDMI"
But if select the correct card ("SB: HDA-Intel - HDA ATI SB"), when testing if the sound works, it says:"test failed, could not connect to the selected device"
In VLC the sound works if I select the corret audio device:
How can I fix the sound system-wide?
Edit: solved the issue replacing contents of /etc/asound.conf with:
Code: Select all
defaults.pcm.!card SB
defaults.ctl.!card SB
defaults.pcm.!device 0
defaults.ctl.!device 0