Hola, despues de bastante rato intentado hacer funcionar mis 5.1... aquí mis passos:
**distribución mepis, basada en debian, kernel 2.4.22, chip ICH5, tarjeta realtek 655, codec ac97.
**tengo entendido que necesito el intel8x0 al tener un chip ICH5
**todo ultimas versiones
1- el oss me funciona, el alsa me dice que "no surh device"
2- apt-get install alsa-base alsa-source
3- instalo alsa-driver con:
./configure --with-cards=intel8x0 --with-sequencer=yes;make;make install
4- luego: chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi
5-instalo alsa-lib
6- apt-get install alsa-utils
7- luego siguiendo el manual de la web official hago:
modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
CODIGO:
root@0[alsa-lib-1.0.6rc1]# modprobe snd-intel8x0
/lib/modules/2.4.22/kernel/sound/pci/snd-intel8x0.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22/kernel/sound/pci/snd-intel8x0.o: insmod /lib/modules/2.4.22/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.22/sound/acore/snd-pcm.o: unresolved symbol snd_dma_free_reserved
/lib/modules/2.4.22/sound/acore/snd-pcm.o: unresolved symbol snd_kcalloc
/lib/modules/2.4.22/sound/acore/snd-pcm.o: unresolved symbol snd_dma_set_reserved
/lib/modules/2.4.22/sound/acore/snd-pcm.o: unresolved symbol snd_dma_get_reserved
/lib/modules/2.4.22/sound/acore/snd-pcm.o: insmod /lib/modules/2.4.22/sound/acore/snd-pcm.o failed
/lib/modules/2.4.22/sound/acore/snd-pcm.o: insmod snd-intel8x0 failed
Solo el modulo snd-intel8x0 falla, los otros se añaden perfectamente..
Luego al ejecutar alsamixer:
root@0[alsa-lib-1.0.6rc1]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
*****////Me podeis hechar una mano porfavor? ando un poquito loco porque no encuentro mucha info sobre esto en concreto...
gracias por adelantado