Herbert Rosmanith wrote: > hi, Hello.
[] > When doing the module load, the kernel says: > eth0: VIA Rhine III at 0x1d000, 00:40:63:ee:96:56, IRQ 17. > eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link > 45e1. > eth1: VIA Rhine II at 0x1ec00, 00:40:63:ee:96:55, IRQ 18. > eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link > 0000. [] > it took a while until, just out of a feeling in my stomach, I tried "ifconfig > -a", > and surprise, surprise, the ethernet devices were in fact there, *but* there > names where eth2 and eth3. [] > pretty strange?! I dont think this is the correct behaviour, is it? Strange or not, correct or not - depends on the point of view. The key word here is "udev" - check your udev rules. Since some time ago udev on some distros comes with rules to give persistent device names for network interfaces. Some time ago you had eth0 and eth1 with different hardware, and udev remembered this fact somewhere. Now it sees new hardware, and gives it consecutive numbers, renaming kernel devices. /mjt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/