Skip to content

Instantly share code, notes, and snippets.

$ aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav
@keithio
keithio / CSS Code
Created August 20, 2011 19:22
Gist in Tumblr
.gist {
line-height: 1.3em !important;
overflow: auto !important;
}
.gist .gist-file {
border: 0 !important;
}
.gist-data {
@keithio
keithio / Step 1: Add ppa and install alsa package
Created August 20, 2011 01:41
Fix HDMI Audio Ubuntu 11.04
$ sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
$ sudo aptitude update
$ sudo aptitude install linux-alsa-driver-modules-$(uname-r)