I have an Acer TravelMate P648-MG laptop. I had troubles getting sound to work until I found pavucontrol
. There, in the Configuration tab, I can set the configuration to Analog Stereo Duplex. Then I have a single output device called "Built-in Audio Analog Stereo" with three ports: Speakers (that is the laptop's internal speakers), Line out and "Headphones (unplugged)" (yes, the "unplugged" part is there). When I set the port to "Headphones (unplugged)" then the sound goes where it should - to the plugged speakers/headphones.
However, every time I restart (or just restart pulseaudio with pulseaudio -k
) this setting is lost. I usually end up with Speakers set as the port for the output device. How can I store this setting permanently?
It's Ubuntu Gnome 16.10. Feel free to ask for additional data (logs, hardware configuration, etc.).
module-switch-on-port-available
then. Both modules require that you manually plug in your headset for switching to it. If it was always plugged in this won't work. – Takkat Dec 12 '16 at 07:58module-switch-on-port-available
is already part of/etc/pulse/default.pa
(right aftermodule-{device,stream,card}-restore
andmodule-augment-properties
) and no automatic switching occurs. – zegkljan Dec 12 '16 at 08:06pactl list sinks
says "unavailable" at the headphone port even though they are plugged in). Thanks nevertheless, issue solved. The failure to detect is a different one. – zegkljan Dec 12 '16 at 09:48