Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  How to fix sound  (Read 1636 times)

geklmintendont

  • Guest
How to fix sound
« on: 2018/11/04, 19:22:59 »
1) update
2) check if speaker-test works even if everything else does
3) if it doesn't work you have broken alsa
4) make a new file /etc/asound.conf
5) enter your card number and device from aplay -l in this style:

Code: [Select]
defaults.pcm.card 1
defaults.pcm.device 7
6) test again with speaker-test
7) repeat for a different device
8) if trying for all of your devices doesnt work then check alsamixer and see if anything is muted


I hope I helped.


Here is my asound.conf which let me push audio through my TV again:


Code: [Select]
defaults.pcm.card 1
defaults.pcm.device 7

geklmintendont

  • Guest
Re: How to fix sound
« Reply #1 on: 2018/11/04, 19:24:21 »
Screenshot