0

I was playing video, and suddenly it stops working. I did run alsamixer, and it shows:

enter image description here

Speakers are not mute, still there is no voice, headphones are working fine. Can anyone tell me what's wrong with sound or is it a hardware failure?

d a i s y
  • 5,551
Fatima Zohra
  • 184
  • 9

2 Answers2

1

I had exactly the same problem. It worked after I disabled the < auto-Mute > option in the alsamixer. It is shown on your picture on the right side. Have also a look here (second answer)

sam
  • 11
0

You can try resetting the configuration of pulseaudio by running:

rm -r ~/.config/pulse; pulseaudio -k and then do a reboot.

Mrchacha
  • 161