Ubuntu sin/sonido despues de desinstalar y deshabilitar :?

Forums: 

Hola, me quede sin sonido en Ubuntu, en un comienzo si tenia, pero me puse a desinstalar programas
con synaptic, deborphan(sudo deborphan | xargs sudo apt-get -y remove --purge) y sudo sysv-rc-conf.
Además de eso, lo unico que hice fue agregar:
/etc/asoundrc con:


pcm.nforce-hw {
type hw
card 0
}

pcm.!default {
type plug
slave.pcm "nforce"
}
#0,0 is analog out (i.e. headphone socket on the shuttle), and 0,1 is
#spdif out.
pcm.nforce {
type dmix
ipc_key 1234
slave {
pcm "hw:0,1"
period_time 0
period_size 1024
buffer_size 32768
rate 48000
}
}
ctl.nforce-hw {
type hw
card 0
}

Así que me fuí a alsa-utils en sysv-rc-conf y tengo el servicio activo en todos los terminales, me aparece esto:
$ cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.12rc1 emulation code)
Kernel: Linux pc-61-101-86-200 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
Intel ICH5 with AD1985 at 0xfe100400, irq 201
Audio devices:
0: Intel ICH5 (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices: NOT ENABLED IN CONFIG
Timers:
31: system timer
Mixers:
0: Analog Devices AD1985

$ lspci | grep -i audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)

$ ls -la /dev/snd
total 0
drwxr-xr-x 2 root root 200 2007-02-02 17:16 .
drwxr-xr-x 12 root root 13680 2007-02-02 17:16 ..
crw-rw---- 1 root audio 116, 9 2007-02-02 17:16 controlC0
crw-rw---- 1 root audio 116, 8 2007-02-02 17:16 pcmC0D0c
crw-rw---- 1 root audio 116, 7 2007-02-02 17:16 pcmC0D0p
crw-rw---- 1 root audio 116, 6 2007-02-02 17:16 pcmC0D1c
crw-rw---- 1 root audio 116, 5 2007-02-02 17:16 pcmC0D2c
crw-rw---- 1 root audio 116, 4 2007-02-02 17:16 pcmC0D3c
crw-rw---- 1 root audio 116, 3 2007-02-02 17:16 pcmC0D4p
crw-rw---- 1 root audio 116, 2 2007-02-02 17:16 timer

$ cat /proc/asound/cards
0 [ICH5 ]: ICH4 - Intel ICH5
Intel ICH5 with AD1985 at 0xfe100400, irq 201

$ lsmod | grep snd
snd_intel8x0 34844 1
snd_ac97_codec 97696 1 snd_intel8x0
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 0
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25348 1 snd_pcm
snd 58372 8 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 11232 1 snd
snd_page_alloc 11400 2 snd_intel8x0,snd_pcm

$ dpkg --get-selections |grep alsa
alsa-base install
alsa-oss install
alsa-source install
alsa-tools install
alsa-utils install
alsaplayer-oss install
libesd-alsa0 install
libsdl1.2debian-alsa install
xfce4-mixer-alsa install

$ alsaconf
bash: alsaconf: command not found

<-no hay alsaconf!!!

$ nano /etc/modprobe.d/alsa-base
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS &install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS &install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS &install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS &# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS &install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS &# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS &# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd_intel8x0 index=0

Instale:
$ sudo aptitude install totem-xine libxvidcore4 xvid4conf lame sox ffmpeg mjpegtools vorbis-tools mpg321 libxine1 libxine-main1 libxine-extracodecs gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-farsight gstreamer0.10-fluendo-mp3 gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin gstreamer0.10-sdl faac faad alsa-oss libvcdinfo0

Pero igual me sale con xmms:
[b]You soundcard is configured properly, you have the correct output correct plugin selected, no other program blocking the soundcard[/b]
Con otros programas me pasa lo mismo, tendre que compilar????? en otros sistemas operativos tengo sonido perfecto.
ayuda!!!!!!!!!!!!!!!!!!!!!!! :(