From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Popa Subject: Re: [BUG] ethX misnumbered and one missing in mii-tool Date: Fri, 30 Mar 2007 20:18:45 +0300 Message-ID: <1175275125.29403.1.camel@localhost> References: <1175203383.6219.8.camel@localhost> <4807377b0703292121o6eef3bf2l998878cfd677d821@mail.gmail.com> <1175240543.6219.10.camel@localhost> <20070330163538.GC3510@csclub.uwaterloo.ca> Reply-To: andrei.popa@i-neo.ro Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Jesse Brandeburg , Linux Kernel Mailing List , NetDEV list To: Lennart Sorensen Return-path: Received: from [85.204.20.254] ([85.204.20.254]:46050 "EHLO megainternet.ro" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S932231AbXC3RTH (ORCPT ); Fri, 30 Mar 2007 13:19:07 -0400 In-Reply-To: <20070330163538.GC3510@csclub.uwaterloo.ca> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, 2007-03-30 at 12:35 -0400, Lennart Sorensen wrote: > On Fri, Mar 30, 2007 at 10:42:23AM +0300, Andrei Popa wrote: > > ethtool reports the same > > Is udev running and having fun renumbering interfaces as they are being > detected in order to keep "consistent" interface names? yes, it's udevs fault: zeus rules.d # cat 70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program, probably run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # PCI device 0x8086:0x1096 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:17:b7:55", NAME="eth1" # PCI device 0x8086:0x1026 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0e:0c:ba:a8:50", NAME="eth2" # PCI device 0x8086:0x1096 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:17:b7:54", NAME="eth0" # PCI device 0x8086:0x1027 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0e:0c:5f:84:84", NAME="eth3" # PCI device 0x1148:0x4320 (skge) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0c:46:46:7c:7f", NAME="eth4" # PCI device 0x8086:0x105e (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:21:0c:09", NAME="eth5" # PCI device 0x8086:0x105e (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:21:0c:08", NAME="eth6" # PCI device 0x8086:0x1096 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:17:b7:69", NAME="eth7" # PCI device 0x8086:0x1096 (e1000) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:15:17:17:b7:68", NAME="eth8" thanks for pointing this out. > > -- > Len Sorensen