Difference between revisions of "Ubuntu 20.04: Sound Problem"

From OnnoWiki
Jump to navigation Jump to search
(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...")
 
Line 21: Line 21:
 
Temporary fix:
 
Temporary fix:
  
    sudo apt install pavucontrol
+
  sudo apt install pavucontrol
 
     Run pavucontrol
 
     Run pavucontrol
 
     Configuration tab > Profile > Analogue Stereo Output (unplugged) (unavailable)
 
     Configuration tab > Profile > Analogue Stereo Output (unplugged) (unavailable)
Line 29: Line 29:
 
Permanent fix:
 
Permanent fix:
  
    sudo apt install alsa-tools-gui
+
sudo apt install alsa-tools-gui
    Run hdajackretask
+
sudo hdajackretask
    Parser hints > jack_detect = no
+
Parser hints > jack_detect = no
    Apply now
+
Apply now
    Install boot override
+
Install boot override
  
  

Revision as of 10:10, 5 May 2020

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 was:

sudo apt purge timidity-daemon

Then reboot. Quick and easy so worth trying! shareimprove this answer answered yesterday Dominic 111 bronze badge New contributor add a comment 0

Your speakers may be detected as unplugged which causes them to be ignored.

Temporary fix:

 sudo apt install pavucontrol
   Run 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




Referensi

Pranala Menarik