
amixer
List of commands for amixer:
-
amixer:ai:55827 How to set the volume for asound$ amixer set Master ${volume_level}try on your machineexplain this command
-
amixer:ai:c822c Set the volume to 100% using the amixer command in Linux$ amixer set Master 100%try on your machineexplain this command
-
amixer:tldr:b32b2 amixer: Turn up the master volume by 10%.$ amixer -D pulse sset Master ${10%+}try on your machineexplain this command