The problem was, that my PCH cards index was 1, the HDMI-card was 0. And it seems taht Iceweasel/flash automatically uses the sound-card with the lowest index (or with the index 0, I'm actually not sure about this). So with this I disabled the HDMI-Card, since I'm usually not using any HDMI-Devices on any Computer/Laptop. This is not the most graceful solution, but it works. __{{emoticon}}__
I created a config file:
Code: Select all
sudo nano / etc/modprobe.d/alsa-base.conf
and wrote the following into it:
Code: Select all
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
# Disable the HDMI card which shows up first, but enable PCH
options snd-hda-intel enable=0,1
Code: Select all
aplay -l (This is a small letter"L")
For detailed information see:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Configuration"
linktext was:"https://wiki.archlinux.org/index.php/Ad ... figuration"
====================================
and this helpful forum thread:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forums.debian.net/viewtopic.php?f=6&t=110572"
linktext was:"http://forums.debian.net/viewtopic.php?f=6&t=110572"
====================================