On Thu, 28 Oct 1999, Patrick Kirk wrote:

 : Hi guys,
 : 
 : You may remember I lost my second NIC when I upgraded from 2.0.36 to 2.2.13.
 : I asked for urls and set off to rtfm.
 : 
 : Perhaps the problem is that I need to pass ether arguments via lilo along
 : these lines:
 : 
 : boot=/dev/hda1
 : root=/dev/hda1
 : install=/boot/boot.b
 : map=/boot/map
 : vga=normal
 : delay=20
 : image=/2.2.13kernel
 :         label=linux ether=10,0x630,eth0 ether=9,0x620,eth1
 :         read-only
 : image=/vmlinuz
 :         label=lold
 :         read-only

Close.  Don't put the options on the "label" line; put them on an
"append" line, like this:

  append="ether=10,0x630,eth0 ether=9,0x620,eth1"

Add that line to /etc/lilo.conf and re-run lilo.  This is all spelled
out in the LILO docs.

I don't know that this will solve your problem; I've never seen the
tulip module refuse to load.  Are you sure you didn't FUBAR your kernel
build?

--
Nathan Norman
MidcoNet  410 South Phillips Avenue  Sioux Falls, SD
mailto:[EMAIL PROTECTED]           http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)

Reply via email to