How to fix sound

Begonnen von geklmintendont, 2018/11/04, 19:22:59

Vorheriges Thema - Nächstes Thema

geklmintendont

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:


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:



defaults.pcm.card 1
defaults.pcm.device 7

geklmintendont