I want to be able to use my internal speaker without unplugging the jack headphone so I set the Speaker Playback Switch
to on
:
$ amixer -c1 cset numid=4 on
numid=4,iface=MIXER,name='Speaker Playback Switch'
; type=BOOLEAN,access=rw------,values=2
: values=on,on
and also I'm sure it's not muted:
$ amixer -c1 cset numid=3
numid=3,iface=MIXER,name='Speaker Playback Volume'
; type=INTEGER,access=rw---R--,values=2,min=0,max=87,step=0
: values=50,50
| dBscale-min=-65.25dB,step=0.75dB,mute=0
But I cannot hear any sound from the speakers even when I turn the Headphone Playback Switch
off via amixer -c1 cset numid=2 off
(2
is my Headphone Playback Switch
control).
Needless to say I'm able to use the speakers when I unplug the headphone.
I use JACK server with PulseAudio on top of it(i.e bridged) if that matters.
OS: KDE Neon 5.19 which is based on Ubuntu 18.04
Any idea?
pactl
, as explained here: https://unix.stackexchange.com/a/459246/220439 – BlueManCZ Aug 04 '20 at 19:06jack_control
? – Parsa Mousavi Aug 04 '20 at 21:13