Today morning I did an upgrade from Ubuntu 22.04 to 22.10. However, after the upgrade I've noticed that there is no audio output from my device. I did a reboot and then the internet stopped working. However, there was an additional device called dummy network in nmcli device
which I removed to get the internet back and running.
To fix audio, whenever I visited sound settings there were no output devices except there was only an option named dummy output.
I thought it would be something with pulse audio, hence I used systemctl --user start pulseaudio
to enable sound. But the problem is, I have to do it manually after each reboot.
Can somebody help me to get pulseaudio
to start automatically upon startup?
Output for systemctl --user status pulseaudio.service
;
○ pulseaudio.service - Sound Service
Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; preset:>
Active: inactive (dead)
TriggeredBy: ○ pulseaudio.socket
pulseaudio
every time I reboot, but once its started it does not stop no matter how many time I kill it. – Arjun K Shibu Nov 04 '22 at 14:19