Hi, >>"Marc" == Marc Fleureck <[EMAIL PROTECTED]> writes:
Marc> The new kernel 2.0.30 boots ! Thanks for all the tips. Card Marc> Services starts and recognizes the card ! but ...... with Marc> another error from cardmgr: Marc> "Loading failed ! The module symbols (from linux_2.0.30) don't Marc> match your linux_2.0.30". I think this may be related to the recent bug report about modules.dep. I am hypothesizing that you installed a different 2.0.30 kernel image on top of a previous kernel image package, right? Well, the old modules packages may still be left lying around, as well as the modules.dep file. Try this: remove the modules.dep file, and reboot; the modules.dep file should be recreated on the next reboot. # rm -f /lib/modules/2.0.30/modules.dep && shutdown -r now If that still causes problems; umm, try removing the old modules, re-installing the new kernel-image package, re-running LILO, and rebooting. # rm -rf /lib/modules/2.0.30/ # dpkg -i /some/Path/kernel-image-2.0.30_2.0.30-9.deb # lilo # shutdown -r now Hope this helps, manoj -- Laws of Computer Programming Any given program, when running, is obsolete. Any given program costs more and takes longer. If a program is useful, it will have to be changed. If a program is useless, it will have to be documented. Any given program will expand to fill all available memory. The value of a program is proportional to the weight of its output. Program complexity grows until it exceeds the capability of the programmer who must maintain it. Make it possible for programmers to write programs in English, and you will find that programmers cannot write in English. SIGPLAN Notices, Vol 2 No 2 Manoj Srivastava <url:mailto:[EMAIL PROTECTED]> Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/> -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .