Contents |
ALSA is the Advanced Linux Sound Architecture.
# cd /usr/src/linux # make menuconfig
# make && make modules_install
Also make sure that 'alsa' and 'jack' (if you want to use Jack) is included in your USE flags
# vim /etc/make.conf
# emerge alsa-utils # rc-update add alsasound default
# alsaconf <- autoconfiguration tool - it works! # /etc/init.d/alsasound start
$ speaker-test
$ alsamixer <- easy-to-use mixing tool (use arrow keys and 'M' for mute) # alsactl store <- store mixer settings # alsactl restore <- restore mixer settings