- Hit
cat /proc/asound/cards
to locate the offending device; - You prevent the offending modules that belong to the offending device from loading, by blacklisting the in
/etc/modprobe.d/blacklist
; - Check the actual device you actually want, by hitting
cat /proc/asound/cards
You'll find something like this:
0 [XYZ123 ]: HDA-boo - HDA ... HDA ... at 0xdbef8000 irq 22
- Attack
/etc/asound.conf
by adding these lines:
pcm.!default { type hw card XYZ123 } ctl.!default { type hw card XYZ123 }
The last step sets your default audio alsa device.
Hack on!
No comments:
Post a Comment
Please help to keep this blog clean. Don't litter with spam.