Arch Linux Installation log pt. 8 – Configure Sound

October 13, 2009  |  Arch Linux

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
alsamixer01

Unmute (press “m“) and adjust volume of the Master and PCM channels

alsamixer02

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

  1. Arch Linux Installation log pt. 1 - Introduction -
  2. Arch Linux Installation log pt. 2 - Core system -
  3. Arch Linux Installation log pt. 3 - Getting online -
  4. Arch Linux Installation log pt. 4 - Updating the system -
  5. Arch Linux Installation log pt. 5 - Add user(s) -
  6. Arch Linux Installation log pt. 6 - Configure Network Time Protocol -
  7. Arch Linux Installation log pt. 7 - Configure Power Management -
  8. Arch Linux Installation log pt. 8 - Configure Sound (This post) -
  9. Arch Linux Installation log pt. 9 - Installing and configuring X -

1 Comment


Leave a Reply