[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oops, 2nd ethernet card question



>
> can anybody give me a decent reading list of howtos that focus on the 2nd
> ethernet card issue?

The exact syntax is
 LILO: linux ether=5,0x300,eth0 ether=15,0x280,eth1

The first number is the IRQ, the second is the I/O port and the third is the
interface name.  The Ethetnet HOWTO talks about this.  So my /etc/lilo.conf
looks like so:

boot=/dev/sda
disk=/dev/sda
  bios=0x80
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/zImage-Tape
        label=linux-tape
        root=/dev/sda1
        read-only
image=/boot/bzImage
        label=linux-2.2
        root=/dev/sda1
        read-only