When it goes to sleep, sound working, when it wakes from sleep the sound doesn't work. So I go into gnome settings > sound and the output device has been reset to 'dummy output'. Instead of HDMI output [nvidia card driver 430.50].
Simply changing the output device in settings, back to HDMI, does not fix things.
Issuing the command pulseaudio -k
does fix things. The dummy output option disappears and the HDMI option is restored. This is played out, entirely reproducible, every time the machine wakes.
Perhaps related... For a week, I had to use some external speakers via the line-out, immediately before this all started. Although all I did was plug them in, and everything worked automagically. They've since been returned.
Alternatively, one is tempted to blame it on something in the ubuntu 19.10 update? Although that might be unfair, the timing does fit.
Anyways, the question is, what is the permanent fix so that I do not have to issue a kill order on pulseaudio on every wake?
/etc/pulse/default.pa
before resorting to that-prevention before cure. Turning offmodule-rescue-streams
is my current best hope. Will post what works, or tick that, when I've confirmed my fix. – John Mee Nov 26 '19 at 21:57pulseaudio -k
if I notice the Dummy Output. Problem with both of these solutions is I then have to restart several programs that break once you run the pulseaudio restart. – Dzinic Nov 26 '19 at 23:18