HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

alsamixer — Graphical mixer for ALSA soundcard driver. More information: <https://manned.org/alsamixer>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
graphicalcommandalsamixerclisoundcardmixerforalsa
linux

Problem

How to use the alsamixer command: Graphical mixer for ALSA soundcard driver. More information: <https://manned.org/alsamixer>.

Solution

alsamixer — Graphical mixer for ALSA soundcard driver. More information: <https://manned.org/alsamixer>.

Select the soundcard to use:
alsamixer {{[-c|--card]}} {{soundcard_number}}


Select mixer device to control:
alsamixer {{[-D|--device]}} {{device_name}}


Increase volume:
<w>


Decrease volume:
<x>


Quit alsamixer:
<Esc>

Code Snippets

Select the soundcard to use

alsamixer {{[-c|--card]}} {{soundcard_number}}

Select mixer device to control

alsamixer {{[-D|--device]}} {{device_name}}

Increase volume

<w>

Decrease volume

<x>

Quit alsamixer

<Esc>

Context

tldr-pages: linux/alsamixer

Revisions (0)

No revisions yet.