Min Li wrote: > Dear all, > > I'm having questions concerning installing pcmcia card driver on my > laptop. Currently, I'm running redhat 7.2. Everything is fine. OS can > recognize the pcmcia card and the driver seems to be working well. Then I > upgraded my kernel from 2.4.7-10 to 2.4.18, and recompiled the kernel. > However, the new kernel cannot recognize the driver, and actually, "lsmod" > generates none of any modules at all. However, it seems that there is > 2.4.18 directory under /lib/modules. Why cann't I make the new kernel > recognize the pcmcia driver? I downloaded the latest pcmcia card driver > package from the web and recompiled. > Hi, When you compiled the kernel did you make sure that you selected all of the correct devices and selected pcmcia,etc in the config of the kernel? If you continue to have problems I would suggest booting from the old kernel and doing lsmod to get a list of modules to configure. Also you can try manually loading your modules using modprobe "modulename" as root from the command line. This should let you know if the module is in fact installed or if there are other problems loading the module. Hope this helps, kr > Thanks a lot. > > Min > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/