The problem if I change my nic is I'm not sure to find the NDIS driver necessary to make a boot floppy to could boot pcmcia via PXE.
I've extract the initrd, there isn't modprob.conf
I've made lot of tests ... I've add Install binrary file, add a modprob.cof but nothing work
Just a question ... I've rebuild the kernel by :
I've downloaded the kernel source 2.6.22-14
I've copy /boot/config.... to /usr/src/linux source dir/ .config
I've made a make menuconfig and disable 32 bits pccard support
I've run make-kpkg clean
I've run : fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
To finish I'v installed the .deb
I'm finding a strange thing ... with this little modification my new /boot/initrd-image is 47 Mo and the old is 7 Mo. It's the same when I build the initramfs, the size 7x more important (I hope you know what I mean)
Is t a good practice to re-setup my kernel ?
Thank you