Para dizer ao pulseaudio que os fones de ouvido estão sempre conectados, edite o arquivo /usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf
.
Tente encontrar as seguintes linhas no arquivo:
[Jack Headphone]
state.plugged = no
state.unplugged = unknown
E, se existirem, altere state.plugged = no
para state.plugged = yes
.
Em seguida, tente encontrar as seguintes linhas:
[Jack Front Headphone]
state.plugged = no
state.unplugged = unknown
Da mesma forma, altere state.plugged = no
para state.plugged = yes
se as linhas existirem.
Em seguida, encontre essas linhas (se existirem):
[Element Headphone]
switch = off
volume = off
Altere switch = off
para switch = on
aqui.
Tente também encontrar as seguintes linhas:
[Element Headphone2]
switch = off
volume = off
Se eles existirem, altere switch = off
para switch = on
.
Salve o arquivo e, finalmente, reinicie o pulseaudio :
$ pulseaudio -k
$ pulseaudio --start