I am a bit confused here. I got alsa sound to work perfectly with the 2.4.18 kernel, but then I upgraded the kernel package (and the alsa-modules package) to the 2.4.19 variant, and all of a sudden I have no sound any more. This is what '/etc/init.d/alsa start' spits out:
Warning: ignoring snd_major=116, no such parameter in this module Warning: ignoring snd_cards_limit=1, no such parameter in this module Warning: ignoring snd_device_mode=0660, no such parameter in this module Warning: ignoring snd_device_gid=29, no such parameter in this module Warning: ignoring snd_device_uid=0, no such parameter in this module Module snd loaded, with warnings Starting ALSA sound driver (version 0.9.0rc6): Warning: ignoring snd_major=116, no such parameter in this module Warning: ignoring snd_cards_limit=1, no such parameter in this module Warning: ignoring snd_device_mode=0660, no such parameter in this module Warning: ignoring snd_device_gid=29, no such parameter in this module Warning: ignoring snd_device_uid=0, no such parameter in this module Module snd loaded, with warnings (via686) 'depmod -a' also reveals the following: depmod: *** Unresolved symbols in /lib/modules/2.4.19-386/alsa/snd-vxp440.o depmod: *** Unresolved symbols in /lib/modules/2.4.19-386/alsa/snd-vxpocket.o I attached the contents of /etc/modutils/alsa. After all this I don't have any sound :-( All help is appreciated in explaining and fixing this. /M -- Magnus Therning ([EMAIL PROTECTED])
# ALSA alias char-major-116 snd alias snd-card-0 snd-via686 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0 #options snd-card-via686a snd_index=0 snd_id=CARD_0 snd_mpu_port=0x300 snd_joystick=0x300 snd_pbk_frame_size=4 snd_cap_frame_size=4 alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss