It is time to configure sound. It would be a bit dull to watch youtube without it wouldn’t it?
Install the needed packages:
pacman -S alsa-utils alsa-oss
Change to my normal non-root user account:
su - [username]
Start alsamixer:
alsamixer
Unmute (press “m“) and adjust volume of the Master and PCM channels
Press ESC to exit the alsamixer
Test to see if you got sound:
aplay /usr/share/sounds/alsa/Front_Center.wav
If you got sound, write “exit” to return to the root user.
Store the mixer levels:
alsactl store
Edit /etc/rc.conf and add “alsa” to the DAEMONS list. I also added “!snd_pcsp” to stop Arch loading the PC speaker module
Further reading at Arch Linux Wiki
Other posts of the serie
- Arch Linux Installation log pt. 1 - Introduction - September 25, 2009
- Arch Linux Installation log pt. 2 - Core system - October 2, 2009
- Arch Linux Installation log pt. 3 - Getting online - October 7, 2009
- Arch Linux Installation log pt. 4 - Updating the system - October 11, 2009
- Arch Linux Installation log pt. 5 - Add user(s) - October 11, 2009
- Arch Linux Installation log pt. 6 - Configure Network Time Protocol - October 11, 2009
- Arch Linux Installation log pt. 7 - Configure Power Management - October 13, 2009
- Arch Linux Installation log pt. 8 - Configure Sound (This post) - October 13, 2009
- Arch Linux Installation log pt. 9 - Installing and configuring X - October 15, 2009







Thx for your time