Difference between revisions of "Ubuntu 20.04: Sound Problem"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://askubuntu.com/questions/1230363/20-04-internal-speaker-audio-is-not-working-in-ubuntu-20-04-lts-after-upgradi What fixed it for me after an upgrade to 20.04...") |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
− | + | delete the .config/pulse folder | |
− | + | go reboot | |
− | + | and get back to your desktop | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Your speakers may be detected as unplugged which causes them to be ignored. | Your speakers may be detected as unplugged which causes them to be ignored. | ||
Line 21: | Line 10: | ||
Temporary fix: | Temporary fix: | ||
− | + | sudo apt install pavucontrol | |
− | + | sudo pavucontrol | |
− | + | Configuration tab > Profile > Analogue Stereo Output (unplugged) (unavailable) | |
Speakers should work but it will reset when headphones are unplugged or system rebooted. | Speakers should work but it will reset when headphones are unplugged or system rebooted. | ||
Line 29: | Line 18: | ||
Permanent fix: | Permanent fix: | ||
− | + | sudo apt install alsa-tools-gui | |
− | + | sudo hdajackretask | |
− | + | Parser hints > jack_detect = no | |
− | + | Apply now | |
− | + | Install boot override | |
Latest revision as of 10:20, 5 May 2020
delete the .config/pulse folder go reboot and get back to your desktop
Your speakers may be detected as unplugged which causes them to be ignored.
Temporary fix:
sudo apt install pavucontrol sudo pavucontrol Configuration tab > Profile > Analogue Stereo Output (unplugged) (unavailable)
Speakers should work but it will reset when headphones are unplugged or system rebooted.
Permanent fix:
sudo apt install alsa-tools-gui sudo hdajackretask Parser hints > jack_detect = no Apply now Install boot override