Install Audio Created by Mikey Sklar

With the Pi connected to the Internet and SSH'ed in (see our previous tutorial) install the alsa audio drivers and MP3 Player
Copy Code
$ sudo apt-get install alsa-utils
$ sudo apt-get install mpg321
Reboot the Pi (% reboot) and when it comes back up, load Sound Drivers and Setup for 3.5mm Jack Output

Copy Code
$ sudo modprobe snd_bcm2835
$ sudo amixer cset numid=3 1
Last updated on 2013-03-05 at 03.48.24 PM