Sunday, May 31, 2009

Sound Configuration

Slackware shipped with ALSA (Advanced Linux Sound Architecture) package.
Be sure /etc/rc.d/rc.alsa is executable, then run alsaconf utility as root to configure your sound card.

# alsaconf



Start ALSA service by:

#
/etc/rc.d/rc.alsa start

Adjust volume levels using command line mixer alsamixer.

$ alsamixer



Run alsactl store as root to store volume levels for next boots.

# alsactl store

No comments:

Post a Comment