Views:
1,073β
Votes: 2β
Tags:
sound
pulseaudio
hdmi
spdif
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1017582
Title:
HDMI audio disabled after resuming from sleep
ID:
/2018/03/20/HDMI-audio-disabled-after-resuming-from-sleep
Created:
March 20, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
There is a complicated way of accomplishing this with udev
rules, systemd
service and suspend/resume hooks.
An easier way is to check this:
$ cat /etc/pulse/default.pa | grep switch-on-port-available
load-module module-switch-on-port-available
If the second line doesnβt begin with a #
(commented out) then edit the file and insert a #
in the beginning.
Now all output will be controlled to what you manually set it to and stay there until you change it.