User Tools

Site Tools


linux:sound:alsa

This is an old revision of the document!


apt install alsa-utils

alsactl init
# as user
vi .asoundrc

pcm.!default {
        type hw
        card 1
        device 0
}

ctl.!default {
        type hw
        card 1
        device 0
}

alsamixer --card=1
linux/sound/alsa.1671045405.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki