I'm having troubles with mocp
I can't change volume
Code: Select all
$ amixer
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
Playback channels: Mono
Limits: Playback -10239 - 400
Mono: Playback -1982 [78%] [-19.82dB] [on]
$Code: Select all
root@eagle ~ # amixer cget numid=1
numid=1,iface=MIXER,name='PCM Playback Volume'
; type=INTEGER,access=rw---R--,values=1,min=-10239,max=400,step=0
: values=-1475
| dBscale-min=-102.39dB,step=0.01dB,mute=1
root@eagle ~ #
Code: Select all
$ amixer cget numid=1
numid=1,iface=MIXER,name='PCM Playback Volume'
; type=INTEGER,access=rw---R--,values=1,min=-10239,max=400,step=0
: values=-1982
| dBscale-min=-102.39dB,step=0.01dB,mute=1
$