On Mon, 2003-12-01 at 22:26, Benjamin Arai wrote: > I made the kernel. > Copied the System-map, bzImage, vmlinux to /boot. I also created the > initrd images: > mktinitrd initrd-2.4.23.img 2.4.23. > > Whe I rebooted everything seemed to work and pcmcia said [ OK ] on boot > but when I try to modprobe pcmcia_core.o it says it cannot find it. > > -- > Benjamin Arai <benjamin@xxxxxxxxxxxx> > Araisoft Corp. This happened to me when I compiled a custom kernel. I fixed it by deleting the /lib/modules/`uname -r`/pcmcia directory which was just a bunch of symlinks. All works fine now. The bug appears to be in the /etc/init.d/pcmcia script start) section where it modprobes for "module".o . Travis Fraser