[SOLVED] PulseAudio speaker headphones problem

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
bsd4me
Posts: 106
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

[SOLVED] PulseAudio speaker headphones problem

Post by bsd4me »

What file do I need to edit so that pulseaudio will automagically switch between speakers and headphones?
Right now, I have to launch the volume control and manually switch between them.
However all other systems on this laptop make the switch automagically.

I've tried a google search, but for whatever reason, didn't come up with correct answer :(

TIA
Last edited by bsd4me on 10 Aug 2021 18:03, edited 1 time in total.
Retired at home in Alaska for now.
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: PulseAudio speaker headphones problem

Post by djemos »

Try this. Delete all settings in /etc/pulse/ Then reinstall the pulseaudio packages and be sure pulseaudio to not start at boot time. It will start when goes to X.

Code: Select all

sudo rm -rf /etc/pulse/*
sudo slapt-get -i --reinstall pamixer pavucontrol pasystray pavumeter pcaudiolib pulseaudio
sudo service stop pulseaudio
Now reboot your system. And report if this solves the problem.
bsd4me
Posts: 106
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

Re: [SOLVED] PulseAudio speaker headphones problem

Post by bsd4me »

Solved the problem djemos.
After rebooting into X, I just had to open the volume control and unmute the audio, then all was fine :)
Thank you again very very much
Retired at home in Alaska for now.
bsd4me
Posts: 106
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

Re: [SOLVED] PulseAudio speaker headphones problem

Post by bsd4me »

After an upgrade some time back (I don't remember when or which one, maybe pulseaudio upgrade), I had the same problem as in original post.
I followed instructions that djemos posted and it solved problem again.

Adding this post in case instructions are needed each time a particular (pulseaudio?) upgrade causes problem as in original post :)
Retired at home in Alaska for now.
Post Reply