ubuntu操音量调整命令amixer

1,解除静音

sudo amixer set 'Master' unmute

sudo amixer set 'Headphone' unmute

sudo amixer set 'Front' unmute 实际为机箱后面

2,设置音量

amixer -c 0 sset 'Master',0 100%,80% unmute

amixer -c 0 sset 'Headphone',0 100%,80% unmute

amixer -c 0 sset 'Front',0 100%,0% unmute

3,ubuntu上用USB摄像头不需要驱动,

用VLC可以直接capture去看视频。也可以转成网络串流。是V4L2类型的设备,相关内容看V4L2的介络。因为是图形,所以用命令操作没意义。

4,

没找到单独关去后音箱的选项。amixer set 'Master' mute会引起ubuntu界机图标静音,这个用sudo amixer set 'Master' unmute不能解除。

amixer set 'Master'  0% unmute    amixer set 'Master'  100% unmute 不会有这种问题。

amixer命令中好多字符串和实际不能对上。

你可能感兴趣的:(ubuntu操音量调整命令amixer)