• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

amixer Command Examples in Linux

by admin

amixer is a command-line utility for controlling the audio mixer for ALSA (Advanced Linux Sound Architecture) soundcard driver. It allows you to set the volume and other audio settings for your system, such as the default audio device, and to adjust the volume of specific audio channels.

You can use amixer to adjust the volume of individual audio channels or to set the volume for all channels at once. You can also use it to list the available audio controls and to display the current audio settings.

amixer Command Examples

1. Turn up the master volume by 10%:

# amixer -D pulse sset Master {{10%+}}

2. Turn down the master volume by 10%:

# amixer -D pulse sset Master {{10%-}}

3. To mute all channels:

# amixer set Master mute

4. To unmute all channels:

# amixer set Master unmute

5. To list the available audio controls:

# amixer controls

6. To display the current audio settings:

# amixer

Filed Under: Linux

Some more articles you might also be interested in …

  1. beep Command Examples in Linux
  2. Permissions 0644 for ‘/home/username/.ssh/your_pem_file.pem:’ are too open
  3. ark Command Examples in Linux
  4. watch Command Examples in Linux
  5. ulimit: command not found
  6. bspc Command Examples in Linux
  7. last: command not found
  8. powerstat: command not found
  9. runuser: command not found
  10. gosource Command Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright