amixer command in Linux with Examples (original) (raw)
- Linux-Unix
- Interview Questions
- Shell Scripting
- Kali
- Ubuntu
- Red Hat
- CentOS
- Docker
- Kubernetes
- Python
- R
- Java
Last Updated : 3 Jun, 2024
**amixer
is a command-line mixer for
**ALSA(Advanced Linux Sound Architecture) sound-card driver
.
_amixer
can support multiple soundcards.
_amixer
with no arguments will display the current mixer settings for the default soundcard as well as the device. This is a good way to see a list of the simple mixer controls that you can use.
**Syntax:
amixer [-option] [command]
**Commands and Options:
Explore
Basics
- Introduction to Linux4 min read
- Linux Distributions6 min read
- Architecture of Linux5 min read
- Installing Linux Using a Virtual Machine6 min read
- Basic Linux Commands4 min read
- Linux Commands8 min read
Permissions & Ownership
- User Management in Linux7 min read
- Group Management in Linux5 min read
- Linux Permissions6 min read
- File Permission and Ownership Commands in Linux2 min read
- chmod Command in Linux4 min read
- chown Command in Linux6 min read
Process & Networking
- ps Command in Linux7 min read
- top Command in Linux8 min read
- kill Command in Linux5 min read
- ifconfig Command in Linux7 min read
- ip Command in Linux4 min read
- Ping Command in Linux4 min read
- Netstat command in Linux4 min read
Services & System Management
- Boot Process with Systemd in Linux4 min read
- Systemd and its Components in Linux2 min read
- Controling systemd Services on Remote Linux Server2 min read
- Managing System Services in Linux - systemctl Command3 min read
- scp Command for Secure File and Folder Transfer6 min read
Shell Scripting & Bash Scripting
- Introduction to Linux Shell and Shell Scripting7 min read
- Understanding Terminal, Console, Shell and Kernel4 min read
- Writing and executing shell scripts2 min read
- Shell Scripting - Shell Variables in Linux4 min read
- Bash Scripting Fundamentals8 min read
- Bash Scripting - Working of Bash Scripting4 min read
- Bash Script - Define Bash Variables and its types8 min read
- Bash Script - Difference between Bash Script and Shell Script4 min read
- Bash Scripting - Functions4 min read
Courses