2

My rear headphone ports work normally, however when I try to use the front one, it is muted, no sound. I tried searching for the problem and almost everywhere it was said to use ALSA to unmute the headphone option, like this thread or this one, I tried that, and still no sound.

I started to think the problem was with my jack, but when I was messing with audacity, the sound from the program came, but only from audacity. So is there a way to make that sound works on all programs not only audacity?

My alsa-info

Hirosam
  • 41

1 Answers1

2

After searching a bit here it says that when dual-booting, you have to turn on the Realtek devices. It was off, because when it was on, the front panel didn't work, even for windows.

I had to go into the bios settings and change my front audio jack from HDAudio to AC97, go to windows, make sure that the audio works with the Realtek device on, then booting into Linux and finally running this command killall pulseaudio; rm -r ~/.config/pulse/* ;. After that my audio works fine!

Hirosam
  • 41