I've got 2 ether cards for my box.
one is ne2000 clone non-pnp,
io=0x300 irq=9;
one is eexpress isa pnp
io=0x200 irq=7 according to the floppy diag porgram.
I did the following following the releavant HOWTOs:

add to lilo.conf

append="ether=7,0x200,eth0 ether=9,0x300,eth1"

add to conf.modules

alias eth0 eexpress
options eexpress io=0x200 irq=7
alias eth1 ne
options ne io=0x300 irq=9

(sorry it's not exactly those files attached, 'cause my box
 has not been on the LAN)

vi /etc/modules
have only "auto" there.

pnpdump >/etc/isapnp.conf
vi isapnp.conf....

reboot, isapnp seems works properly,
ne is ok, eexpress failed, "rejected, invalid address"

anyone can help me? Thank you!

--zhaoway

Reply via email to