It should work alright if the net card is
configured to use the irq and port you define in the ks.cfg file.
Anyway, I had problems myself. I succeeded doing it
that way but only with a PCI card. To use an ISA card I had to compile the
module inside the kernel file (vmlinuz) and I had to tell the kernel the address
and IRQ of the netw. card inside the syslinux.cfg
default ks prompt 0 label ks kernel vmlinuz append ks=floppy initrd=initrd.img ether=5,0x240,eth0 lang=es
|