lwc:sound_card

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lwc:sound_card [2023/11/13 19:36] John Harrisonlwc:sound_card [2023/11/15 13:22] (current) John Harrison
Line 3: Line 3:
   * get a list of soundcards: ''aplay -l''   * get a list of soundcards: ''aplay -l''
   * blacklist a soundcard:   * blacklist a soundcard:
-    * create a file, for example ''sound.blacklist.+    * get the driver name: ''cat /proc/asound/modules'' 
 +    * inside ''/etc/modprobe.d'' create a file with extension ''.conf'' with the line ''blacklist'' then the driver name 
 +      * example''blacklist snd_hda_intel'' 
 +  * you can change the order of sound cards in ''/etc/modprobe.d/alsa-base'' (as of ubuntu 22.04) 
 +    * this did not change the order of a USB sound card vs. built-in sound :-?
  • lwc/sound_card.1699925760.txt.gz
  • Last modified: 2023/11/13 19:36
  • by John Harrison