A simple solution for most problems with 2 sound cards (usually 1st one HDMI and 2nd one Analog) is to create a file named .asoundrc in your user's home, and fill it with:
Code:
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
Now the second sound card is used by default (numbering starts with 0). You might want to additionally select the same device in KDE/Systemsettings/Multimedia as default. Make sure this device is not muted in alsamixer, save changes in alsamixer by using "alsactl store" as root.
Greetings,
Chris |