M.C. Bezemer wrote: > I've a problem: my laptop doesn't seem to see a Fujitsu LAN card (10 > base-T). Is the problem in the kernel or is it somewhere else? To get a PCMCIA card to work, you need to remake the kernel, and the PCMCIA modules, and then reinstall the kernel.
For this, you'll need the kernel source and the pcmcia source. Ensure that networking and Ethernet are enables, but that all the specific manufacturer options are turned off. I use make-kpkg, so I run make-kpkg clean make-kpkg --revision=custom.1.0 kernel_image # custom.1.0 is kernel name now do the PCMCIA modules: make-kpkg --revision=custom.1.0 modules_image finally, install the .deb files dpkg -i ../kernel-image-2.0.3x_custom.1.0_i386.deb \ ../pcmcia-modules-2.0.3x_3.0.1-2+custom.1.0_i386.deb -- Ian Stuart Medicine & Veterinary Medicine Computing Support The University of Edinburgh http://www.tardis.ed.ac.uk/~kiz/ LandRovers - a 50-year-old stop-gap that has become the most successful 4x4 production vehicle in the world. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]