> When conencting the USB dongle, this automaticly gets named eth0, and my
> normal eth0 and eth1 will be called eth1 and eth2. This way, my standard
> network configuration will be no good.
> Can I force the USB WLAN card to get eth2 insted of eth0 ???
> I using Mandrake 10.0, kernel version 2.6
(I don't use Mandrake, so take what I write with a large dose of salt.)
I can think of two strategies you can use here: try to get the drivers
for the onboard stuff to load before the USB driver, or bind the
interfaces to specific MAC addresses, if MDK has the software to do it.
I'm assuming you've tried messing with /etc/modules.conf - labeling the
USB card eth2 or something - and were unsuccessful. (I wouldn't expect
this to work, but it's worth as shot in the interest of completeness).
If you build and install your own kernel you could make the driver for
the onboard NICs built in instead of a module.
You could insmod the driver for the onboard NIC early in the boot process.
Newer systems have the ability to bind interfaces to MAC addresses. I
don't know if MDK 10.0 has this or not. If you have "nameif" installed
(/sbin/nameif on the FC3 system I checked), then you should be able to
do this. FC3 lets you set HWADDR in the configuration script
(ifcfg-eth0 and cousins) or put the mapping in /etc/mactab. I've never
configured this myself, but I know it works because I've had to disable it.
|