Skip to content

Instantly share code, notes, and snippets.

@touero
Last active January 10, 2025 01:57
Show Gist options
  • Save touero/f4707356b0ce5f27e3c2096c4bfcc0bd to your computer and use it in GitHub Desktop.
Save touero/f4707356b0ce5f27e3c2096c4bfcc0bd to your computer and use it in GitHub Desktop.
pseudo output of ubuntu ubuntu volume fixing way

How fix ubuntu volume pseudo output

you can install pavucontrol to check output device

sudo apt install pavucontrol -y

pavycontrol

Remove and install some tools

sudo apt-get remove --purge alsa-base

sudo apt-get remove --purge pulseaudio

sudo apt-get install alsa-base -y

sudo apt-get install pulseaudio -y

sudo alsa force-reload 

At last you should reboot the system

reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment