Thanks Frank! How did you know what order to put the irq and io address in? For example, should it be: label ks kernel vmlinuz append ks=floppy initrd=initrd.img ether=5,0x240,eth0 lang=es or label ks kernel vmlinuz append ks=floppy initrd=initrd.img ether=0x240,5,eth0 lang=es Mike From: "Frank Torres" <frank@xxxxxxxxxxx> To: <kickstart-list@xxxxxxxxxx> Subject: Re:ethernet module problems Send reply to: kickstart-list@xxxxxxxxxx <mailto:kickstart-list-request@xxxxxxxxxx?subject=subscribe> <mailto:kickstart-list-request@xxxxxxxxxx?subject=unsubscribe> Date sent: Mon, 1 Oct 2001 13:52:25 +0200 > 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 > > > > Michael Barsalou barjunk@xxxxxxxxxxxxx