Tuesday, August 02, 2011

Nerd Food: No sound with flash

Life on the debian testing lane is never boring. After loosing X.org for a week - its fine now, thanks! - I found myself without sound on flash. The fix was simple: /etc/asound.conf was gone, for some reason. As root, I created it again with the following content:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
Solution courtesy of the Ubuntu wiki.