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
[SOLVED] PulseAudio speaker headphones problem
[SOLVED] PulseAudio speaker headphones problem
Last edited by bsd4me on 10 Aug 2021 18:03, edited 1 time in total.
Retired at home in Alaska for now.
Re: PulseAudio speaker headphones problem
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.
Now reboot your system. And report if this solves the problem.
Code: Select all
sudo rm -rf /etc/pulse/*
sudo slapt-get -i --reinstall pamixer pavucontrol pasystray pavumeter pcaudiolib pulseaudio
sudo service stop pulseaudio
Re: [SOLVED] PulseAudio speaker headphones problem
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
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.
Re: [SOLVED] PulseAudio speaker headphones problem
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
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.