Skip to content

alsa-utils 1.2.13⚓︎

alsa-utils provides the core command-line tools for exercising and debugging the ALSA stack on the box. It is the practical companion to alsa-lib: playback and capture, mixer control, MIDI/sequencer utilities, and speaker testing all land here.

On compatible targets, selecting alsa-utils also auto-selects the USB audio kernel driver stack exposed in menuconfig, so a USB DAC can be brought up without manually chasing the required snd* modules.

Typical uses⚓︎

  • list and inspect sound cards with aplay -l / arecord -l
  • control mixer state with amixer and alsactl
  • test playback and capture paths with speaker-test, aplay, and arecord
  • exercise MIDI and sequencer devices on systems that expose them