I've tried many times to reinstall ALSA...
using slack's "pkgtool", manually
running "ldconfig", "depmod" after every reinstall.
That's what I get during booting:
Code:
Loading ALSA kernel modules.
/lib/modules/2.4.26/kernel/sound/pci/snd-intel8x0.o.gz: unresolved symbol gameport_register_port
/lib/modules/2.4.26/kernel/sound/pci/snd-intel8x0.o.gz: unresolved symbol gameport_unregister_port
/lib/modules/2.4.26/kernel/sound/pci/snd-intel8x0.o.gz: insmod /lib/modules/2.4.26/kernel/sound/pci/snd-intel8x0.o.gz failed
/lib/modules/2.4.26/kernel/sound/pci/snd-intel8x0.o.gz: insmod snd-intel8x0 failed
"alsaconf" finds "snd-intel8x0" module. But after modifying "/etc/modules.conf" it prints:
Code:
Loading driver...
Loading ALSA mixer settings: /usr/sbin/alsactl restore
/usr/sbin/alsactl: load_state:1134: No soundcards found...
Loading OSS compatibility modules for ALSA.
Setting default volumes...
If I then try to "alsamixer" it prints:
Code:
alsamixer: function snd_ctl_open failed for default: No such device
I have compiled all what is in sound item of "menuconfig" as modules.
May be I have no sound device (I can only wonder where it could gone, but...)?
How to check if it exists then?
Can anyone help me?
Thanks.