On Thu, Feb 06, 2003 at 01:35:40PM -0500, Brian Kendig wrote: > I have a Dell Latitude CPi D266XT laptop running Debian sarge, and I'd > like to get PCMCIA working on it, so I can use my 3Com Ethernet card. > But it's not working and I can't figure out why.
Inspect your /etc/init.d/pcmcia script. It may be trying to 'insmod' modules instead of 'modprobe'ing them, with the result being that dependent modules are not loaded correctly. I had a similar problem, and fixed it by modifying the script to 'modprobe' the pcmcia modules. Marc