<div class="gmail_quote">On Fri, Mar 6, 2009 at 1:10 AM, Cédric Berger <span dir="ltr">&lt;<a href="mailto:cedric.berger74@gmail.com">cedric.berger74@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Mar 5, 2009 at 22:16, Cédric Berger &lt;<a href="mailto:cedric.berger74@gmail.com">cedric.berger74@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Mar 5, 2009 at 22:05, Stefan Fröbe &lt;<a href="mailto:frobiac@googlemail.com">frobiac@googlemail.com</a>&gt; wrote:<br>
</div><div class="im">&gt;&gt; recently, so using eth2 works !<br>
&gt;&gt;<br>
&gt;&gt; Stefan<br>
&gt;&gt;<br>
&gt;<br>
&gt; I got<br>
&gt; [ 8417.016133] usb 5-1: new full speed USB device using uhci_hcd and address 20<br>
&gt; [ 8417.230625] usb 5-1: configuration #1 chosen from 2 choices<br>
&gt; [ 8417.262059] eth2: register &#39;cdc_ether&#39; at usb-0000:00:1d.0-1, CDC<br>
&gt; Ethernet Device, 00:1f:11:01:0d:1d<br>
&gt;<br>
<br>
<br>
</div>So yes, copying my usb0 config (in /etc/network/interfaces ) on my pc<br>
for eth2, it works !<br>
Thanks Stefan !<br>
<br>
But I do not understand where this change come from ?!<br>
And why it is now eth2 with Qi and usb0 with u-boot .....</blockquote><div> </div><div><div>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 ):<br>
<br> # USB device 0x1457:0x5122 (cdc_ether)<br>
SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;, ATTR{address}==&quot;00:1f:11:01:05:80&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;eth*&quot;, NAME=&quot;usb0&quot;<br></div><div><br>After udev restart, I got back usb0 on FR insertion<br>

<br>Stefan</div><br> </div></div><br>