Thanks you brave souls for staying at this ;-)
Viro,
I gave it a try especially following step by step these explicit instructions here
http://foolish.digitalinc.info/docs/alsa/
What worked just fine was almost the complete process including the loading of the driver modules.
What did not work was
the modprobe part after installing the alsa drivers - I used that command:
modprobe snd-i810_audio;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
- but then rebooted, checked with lsmod |grep snd and got exactly the example output. Worked fine.
Also added that 2 lines to /etc/modules.conf as suggested
post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || :
pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :
..adn saw that ASLA settings were saved while rebooting. Great so far.
But testing the soundcard, again it says 'can't locate the module'.
lsmod says this:
# lsmod
Module Size Used by Not tainted
snd-seq-oss 34720 0 (unused)
snd-seq-midi-event 6016 0 [snd-seq-oss]
snd-seq 46480 2 [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss 45092 0 (autoclean)
snd-mixer-oss 16496 1 (autoclean) [snd-pcm-oss]
snd-intel8x0 24360 1 (autoclean)
snd-ac97-codec 58796 0 (autoclean) [snd-intel8x0]
snd-pcm 85540 0 (autoclean) [snd-pcm-oss snd-intel8x0]
snd-timer 19652 0 (autoclean) [snd-seq snd-pcm]
gameport 3380 0 (autoclean) [snd-intel8x0]
snd-mpu401-uart 5264 0 (autoclean) [snd-intel8x0]
snd-rawmidi 18720 0 (autoclean) [snd-mpu401-uart]
snd-seq-device 6172 0 (autoclean) [snd-seq-oss snd-seq snd-rawmidi]
snd 46660 0 (autoclean) [snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc 10164 0 (autoclean) [snd-intel8x0 snd-pcm]
soundcore 6468 6 (autoclean) [snd]
parport_pc 19076 1 (autoclean)
lp 9060 0 (autoclean)
parport 37056 1 (autoclean) [parport_pc lp]
autofs 13364 0 (autoclean) (unused)
8139too 16808 1
mii 3992 0 [8139too]
ipt_REJECT 4344 1 (autoclean)
ipt_state 1080 1 (autoclean)
ip_conntrack 29256 1 (autoclean) [ipt_state]
iptable_filter 2444 1 (autoclean)
ip_tables 15776 3 [ipt_REJECT ipt_state iptable_filter]
floppy 58012 0 (autoclean)
sg 36492 0 (autoclean)
sr_mod 18168 0 (autoclean)
microcode 4700 0 (autoclean)
ide-scsi 12208 0
scsi_mod 108168 3 [sg sr_mod ide-scsi]
ide-cd 35776 0
cdrom 33728 0 [sr_mod ide-cd]
keybdev 2976 0 (unused)
hid 24708 0 (unused)
usb-ohci 21512 0 (unused)
usbcore 79168 1 [hid usb-ohci]
mousedev 5556 1 (autoclean)
input 5888 0 (autoclean) [keybdev hid mousedev]
ext3 71300 2
jbd 52084 2 [ext3]
and system log this:
Jul 11 18:41:26 dhcppc0 modprobe: modprobe: Can't locate module sound-slot-1
Jul 11 18:41:26 dhcppc0 modprobe: modprobe: Can't locate module sound-service-1-0
Jul 11 18:41:26 dhcppc0 modprobe: modprobe: Can't locate module sound-slot-1
Jul 11 18:41:26 dhcppc0 modprobe: modprobe: Can't locate module sound-service-1-0
Jul 11 18:41:44 dhcppc0 redhat-config-soundcard(pam_unix)[2552]: auth could not identify password for [root]
Jul 11 18:42:40 dhcppc0 kernel: Intel 810 + AC97 Audio, version 0.24, 15:50:18 Oct 29 2003
Jul 11 18:42:43 dhcppc0 kernel: Intel 810 + AC97 Audio, version 0.24, 15:50:18 Oct 29 2003
Jul 11 18:42:43 dhcppc0 insmod: /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/i810_audio.o: init_module: No such device
Jul 11 18:42:43 dhcppc0 insmod: 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
Jul 11 18:42:43 dhcppc0 insmod: /lib/modules/2.4.22-1.2115.nptl/kernel/drivers/sound/i810_audio.o: insmod sound-slot-0 failed
Jul 11 18:45:36 dhcppc0 su(pam_unix)[2615]: session opened for user root by cc(uid=500)
Jul 11 18:45:54 dhcppc0 su(pam_unix)[2615]: session closed for user root
Jul 11 18:52:01 dhcppc0 su(pam_unix)[2668]: session opened for user root by cc(uid=500)
Jul 11 19:00:40 dhcppc0 modprobe: modprobe: Can't locate module sound-slot-1
Jul 11 19:00:40 dhcppc0 modprobe: modprobe: Can't locate module sound-service-1-0
Jul 11 19:00:40 dhcppc0 modprobe: modprobe: Can't locate module sound-slot-1
Jul 11 19:00:40 dhcppc0 modprobe: modprobe: Can't locate module sound-service-1-0
Checked the volume control. Nothing set to 'mute' there.
Got the strange suspect that there might be not so much missing any more! ;-)
Any idea which little piece it could be still?
Thanks!!