If you have one of these: $ lspci
Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
Then this got it working with the alsa/alsa_modules extensions: $ sudo modprobe snd-hda-intel position_fix=1 model=3stack
$ lsmod
Module Size Used by
snd_hda_intel 322684 0
snd_pcm 57092 1 snd_hda_intel
snd_timer 17544 1 snd_pcm
snd_page_alloc 7688 2 snd_hda_intel,snd_pcm
snd_hwdep 7172 1 snd_hda_intel
snd 42040 4 snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore 6216 1 snd
$ sudo modprobe snd-pcm-oss
$ lsmod
Module Size Used by
snd_pcm_oss 34080 0
snd_mixer_oss 13696 1 snd_pcm_oss
$ sudo udevtrigger --subsystem-match=sound
At this point no sound came out (I checked the sound was not muted), but then running "sudo alsaconf" and letting it probe legacy devices (it does not find any pci devices) got the sound working with both "speaker-test" and the xmms extension.