Sailfish/Gemini: External speaker still on when headphones plugged in
Pretty much as the title: the external speaker doesn't cut out automatically when the headphone socket is in use.
I'm using the Sailfish 2.1 community edition on an x27 Gemini.
Pretty much as the title: the external speaker doesn't cut out automatically when the headphone socket is in use.
I'm using the Sailfish 2.1 community edition on an x27 Gemini.
This is not an answer, please refrain from using Answer boxes for simple comments. Use 'add a comment' as shown under the comments from the last user.
Welcome to TJC.
Spam Hunter ( 2018-10-27 16:08:11 +0300 )Tuning pulseaudio works, altrough this might foward everything (ringtones for example) to your headphone jack.
$ pacmd list-sinks
Prints details of your audio setup. One that's your default is marked with a star:
* index: 1
On my Gemini PDA, headphones were inside "index 1 ---> ports ---> output-wired_headphone"
$ pacmd set-sink-port 1 output-wired_headphone
Changes to the headphone jack. This will reset after rebooting back to speakers, i tried adding that line to /etc/pulse/default.pa but it didn't work.
(EDIT: typo on last command)
Adding: alias fix='pacmd set-sink-port 0 output-wired_headphone' to ~/.bashrc helped me. After reboot run fix from cmd.
one_with_linux ( 2019-07-02 06:43:13 +0300 )Asked: 2018-10-19 20:16:10 +0300
Seen: 464 times
Last updated: Nov 05 '18
happened before, maybe this will solve your problem...
rgrnetalk ( 2018-10-19 20:31:46 +0300 )OK, reading that, it seems that booting with the headphones plugged in should help... but not in my case. I've also tried various combinations of plugging/unplugging with playback running, or not. Also restarting the media application with headphones present or not. I've seen no change in behaviour from any of this.
darkling ( 2018-10-20 01:37:39 +0300 )