[gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Marco Calviani
Hi list,
   i'm running a laptop with an ethernet card and a wireless one.
Currently the ethernet is eth1 and the wireless is eth0. How to
reverse this situation, that is to have

eth0 ethernet card
eth1 wireless

Many thanks in advance for the help,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Dirk Heinrichs
Am Dienstag, 21. Februar 2006 12:49 schrieb ext Marco Calviani:
 Hi list,
i'm running a laptop with an ethernet card and a wireless one.
 Currently the ethernet is eth1 and the wireless is eth0. How to
 reverse this situation, that is to have

 eth0 ethernet card
 eth1 wireless

If you're using udev, see 
http://www.reactivated.net/writing_udev_rules.html#example-iface about how 
to give any name you want to a network interface.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpwJykRAOaj7.pgp
Description: PGP signature


Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Alex Schuster
Marco writes:

i'm running a laptop with an ethernet card and a wireless one.
 Currently the ethernet is eth1 and the wireless is eth0. How to
 reverse this situation, that is to have

If you compile the drivers as modules and put them in /etc/ 
modules.autoload.d/kernel-2.6, you can set the order by listing the  
normal ethernet card's module first. At least I think so :)

Alex
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Marco Calviani
Hi Alex,

 If you compile the drivers as modules and put them in /etc/
 modules.autoload.d/kernel-2.6, you can set the order by listing the
 normal ethernet card's module first. At least I think so :)

unfortunately this is not true, since the modules in that files are
loaded in order ethernet -- wireless ..

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] change eth0 to eth1 and viceversa

2006-02-21 Thread Marco Calviani
Hi Dirk,

 If you're using udev, see
 http://www.reactivated.net/writing_udev_rules.html#example-iface about how
 to give any name you want to a network interface.

many thanks for your indication. I've used that nice howto some time
ago for configuring an external drive... but i forgot that nice
section on net cards.
Now it works good, although i do not understand why it changed.

Best regards,
MC

-- 
gentoo-user@gentoo.org mailing list