I have tried to reinstalling pulseaudio and pipewire. It just won't work :
~/Documents/Self$ sudo apt install pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pulseaudio is already the newest version (1:15.99.1+dfsg1-1ubuntu2.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
:~/Documents/Self$ sudo apt install pipewire
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.0-1~ubuntu22.04).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have tried this as well
:~$ pulseaudio --kill
:~$ pulseaudio --start
nothing showed up even after reboot.
systemctl --user restart pipewire.service
systemctl --user restart pipewire-pulse.service
What should I do now? Thank you!
sudo apt update
and thensudo apt -o DPkg::Options::="--force-confmiss" --reinstall install pulseaudio pipewire
– mchid Dec 28 '23 at 17:45