On Fri, Mar 6, 2009 at 1:10 AM, Cédric Berger <[email protected]>wrote:
> On Thu, Mar 5, 2009 at 22:16, Cédric Berger <[email protected]> > wrote: > > On Thu, Mar 5, 2009 at 22:05, Stefan Fröbe <[email protected]> > wrote: > >> recently, so using eth2 works ! > >> > >> Stefan > >> > > > > I got > > [ 8417.016133] usb 5-1: new full speed USB device using uhci_hcd and > address 20 > > [ 8417.230625] usb 5-1: configuration #1 chosen from 2 choices > > [ 8417.262059] eth2: register 'cdc_ether' at usb-0000:00:1d.0-1, CDC > > Ethernet Device, 00:1f:11:01:0d:1d > > > > > So yes, copying my usb0 config (in /etc/network/interfaces ) on my pc > for eth2, it works ! > Thanks Stefan ! > > But I do not understand where this change come from ?! > And why it is now eth2 with Qi and usb0 with u-boot ..... On Ubuntu 8.04, I found the solution in /etc/udev/rules.d/70-persistent-net.rules where the following line needed to be changed to usb0 at the end ( with correct MAC, of course ): # USB device 0x1457:0x5122 (cdc_ether) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:11:01:05:80", ATTR{type}=="1", KERNEL=="eth*", NAME="usb0" After udev restart, I got back usb0 on FR insertion Stefan
