Detect sound card
From MEPIS Documentation Wiki
Contents |
lspci (prefered)
paste this command in a terminal:
lspci | grep -i audio
this will give you an output that tells you your card manufacturer and model.
you can then take that data and plug it into the Alsa Card Matrix
many of these drivers do not include the snd- prefix, you will need to add that to the module name
alsaconf
For using this method to detect and set up the sound card, see this page.
Alternative way: kudzu -p
copy and paste this command in Konsole: kudzu -p | grep AUDIO -A 13 | grep driver (for a more detailed listing type only '''kudzu -p | grep AUDIO -A 13''')
Troubleshooting and Reporting Problems
To report problems please try our Sound forum or if we are unable to help you, please report the problems to dev@mepis.org
Sound howto | FAQ | Main Page