"Federico Figueroa C." wrote:
> 
>         Hi... I have two Intel network cards (eepro100), and iI need them
> to be eth0 and eth2 because I have antoher card, an satellite reciever
> that is handleded as a ethernet card that have to be eth1 because of the
> software that is needed for it to work... and I have no way to change
> it... it's closed software...
>         I alredy try with the line
> append= "ether=10,0xdc00,eth0 ether=9,0xdc80,eth1 ether=11,0xd880,eth2"
>         on the lilo.conf file and run lilo... but it doesn't work... the
> driver finds all the intel cards and assign eth0 and eth1 to them... is
> there a way to load the module and tell it to look only one at a
> time... or any other way to do this...?

Can't do it with 'normal' tools.  The detection and allocation of ethernet
devices is very dumb, IMHO.
You can do it by using 'ip' from package iproute2 insteadt of ifconfig
something like this:
load your eepro100 module, you end up with eth0 and eth1
command 'ip link set eth1 name eth2' should do the trick
Check the man page and documentation, this is from memory
Havn't tryed it, maybe it blows up your box :)
Cheers..
-- 
[EMAIL PROTECTED]          * Whut? Whut? Suuurfff.. *
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to