Hello,
i've successfully compiled 2.4.24 (dl from
www.kernel.org) from 2.4.16-32mdk (default come with mdk 9.0)
everything goes smooth and fine, but when i reboot. i got hit by a few errors:
these from: /var/log/boot.log
Jan 17 04:12:32 localhost mount: mount: fs type supermount not supported by kernel
Jan 17 04:12:31 localhost modprobe: modprobe: Can't locate module snd-ymfpciJan 17
Jan 17 22:31:04 localhost alsa: failed
Jan 17 22:32:18 localhost sound: Loading sound module (snd-ymfpci) failed
Jan 17 22:32:19 localhost netfs: Mounting other filesystems: failed
Jan 17 04:02:31 localhost devfsd: Starting devfsd daemon: failed
Jan 17 04:12:31 localhost sound: Loading sound module (snd-ymfpci) failed
Jan 17 04:12:32 localhost netfs: Mounting other filesystems: failed
before i compile my new kernel, i did:
cp /usr/src/linux-2.4.16-32mdk/.config /usr/src/linux
just to make sure my old setting was saved, i only added couple options. those are acpi, intel PIII enable, and framebuffering. that was it.
as for the supermount problem, while searching google, some suggest the system will run fine without it, we just need to manaully type the code in /etc/fstab and completely disable supermount.
=====================================================
but as for sound, right now its disappear. i tried:
insmod /lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o
(my soundcard is a YAMAHA Native DS1 WDM Driver, which was working fine before compile)
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol ac97_probe_codec_Redf32a8e
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol register_sound_dsp_R7eaa0b62
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol unregister_sound_mixer_R7afc9d8a
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol register_sound_mixer_R7831ef44
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol unload_uart401_Recfdd9c9
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol ac97_release_codec_R0a40cae1
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol ac97_restore_state_R9488dccf
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol ac97_save_state_R8e399b5e
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol unregister_sound_dsp_Rcd083b10
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol ac97_alloc_codec_Ra481435a
/lib/modules/2.4.24custom_2.4.24_17jan04/kernel/drivers/sound/ymfpci.o: unresolved symbol probe_uart401_R63d781ea
i did, however, saved a backup kernel in my lilo, just in case if something goes wrong, i can always go back...however, bad thing kept happening:
1) 2.4.19 complains my filesystem needs to be sync (i dare not to touch anything yet)
2) after booted with old kernel, still has no sound
3) whenever i boot 2.4.19 it run into a safe mode (window language here).... ask me if i wanna fix this and that...
at this point, i just wanna get 2.4.24 works (that is fix sound problem and supermount problem)
thanks for ur time for reading this
