[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:hardware:sound_problems_on_slackware [2015/05/17 08:41 (UTC)] – ADDED: PRE-AMP info and EQUALIZER info arfonhowtos:hardware:sound_problems_on_slackware [2018/02/15 15:10 (UTC)] – [Sound Problems on Slackware] Add SBo link to alsaequal alienbob
Line 24: Line 24:
 3) Test sound devices to see which one(s) work: 3) Test sound devices to see which one(s) work:
  
-     alsamixer+     alsamixer 0
      <F6>      <F6>
      <select a card(s)>      <select a card(s)>
Line 98: Line 98:
 **PROBLEM:** No equalizer. **PROBLEM:** No equalizer.
  
-**FIX:** Enable the equalizer+**FIX:** Enable the equalizer \\ <note>the ''alsaequal'' plugin is not part of Slackware. You can build it from source using [[https://slackbuilds.org/result/?search=alsaequal&sv=|slackbuilds.org]]</note> 
 + 
 +Output can either be from the audio device or the mixer. For the device use the following:
  
 1) Edit/Create /etc/asound.conf and add 1) Edit/Create /etc/asound.conf and add
Line 104: Line 106:
       type equal;       type equal;
       }       }
-      
       pcm.plugequal {       pcm.plugequal {
         type equal;         type equal;
         slave.pcm "plughw:1,0";         slave.pcm "plughw:1,0";
         }         }
-       
       pcm.!default {       pcm.!default {
         type plug;         type plug;
Line 115: Line 115:
         }         }
    
-**WHERE: "plughw:1,0" is  card 1 and device 0**+**WHERE: "plughw:1,0" is card 1 and device 0 - modify this for a different card or device (default is 0,0 and does not have to be entered) **
  
-To access the equalizerrun "alsamixer -D equal"+Should you wish to play from more than one application simultaneously via the mixer (dmix)use the below:
  
 +   ctl.equal {
 +      type equal;
 +      }
 +      pcm.plugequal {
 +        type equal;
 +        slave.pcm "plug:dmix";
 +        }
 +      pcm.!default {
 +        type plug;
 +        slave.pcm plugequal;
 +        }
 +
 +
 +To access the equalizer, run "alsamixer -D equal"
 ====== Sources ====== ====== Sources ======
 AlienBOB's webpages and ALOT of Googling. AlienBOB's webpages and ALOT of Googling.
 howtos:hardware:sound_problems_on_slackware ()