Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

More pulseaudio issues with HDMI

Need help with peripherals or devices?
Post Reply
Message
Author
Pace
Posts: 6
Joined: 2019-10-08 16:55

More pulseaudio issues with HDMI

#1 Post by Pace »

Hey everyone,

So I know I have an issue with Pulseaudio. Every-time my system is left alone for a while, the HDMI audio stops working.
The HDMI interface is no longer seen in the sound settings.
I have to manually run pulseaudio -k to get it running again.

Originally I thought it was because pulseaudio was auto spawning and taking over control of my sound device.
I tried setting autospawn = no in the config.conf.
I tried this for the specific user and globally but the issue keeps happening.

Any ideas how I can prevent this from happening and always have sound through HDMI?

User avatar
sunrat
Administrator
Administrator
Posts: 6457
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: More pulseaudio issues with HDMI

#2 Post by sunrat »

Try opening PulseAudio Volume Control, in the Configuration tab and set any other audio devices to Off.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

debbieanne
Posts: 14
Joined: 2018-05-03 14:46
Been thanked: 1 time

Re: More pulseaudio issues with HDMI

#3 Post by debbieanne »

So long as you don't want automatic switching when you plug in another output device, try:

edit /etc/pulse/default.pa
find <load-module module-switch-on-port-available>
and edit to:
# load-module module-switch-on-port-available
and save.

In other words, comment out the "switch on port available" module in pulseaudio default.pa

Post Reply