Hello. I recently updated both my PC kernel and my FR software. I&#39;m using kernel 2.6.27 on my pc, and the last FDOM distribution. When i connect the usb cable the connection get the name eth1 instead of the old usb0. This makes all the scripts and automatisms useless, and, more, is unpredictable, because sometimes i don&#39;t have my eth0 running or i have 2 network interfaces and the name would change. I made some researchs, coming to understand that it&#39;s matter of a strange &quot;local assignment bit&quot;. <br>
>From the kernel configuration:<br><pre>config USB_NET_CDCETHER<br>        tristate &quot;CDC Ethernet support (smart devices such as cable modems)&quot;<br>        depends on USB_USBNET<br>        [......]<br><br>          This driver creates an interface named &quot;ethX&quot;, where X depends on<br>
          what other networking devices you have in use.  However, if the<br>          IEEE 802 &quot;local assignment&quot; bit is set in the address, a &quot;usbX&quot;<br>          name is used instead.<br></pre>Well, anybody knows exactly what this bit is and where can i set it?<br>
Thank you to whoever can answer..<br><br><br>roby<br>