Anyone experiencing the same thing?  Any idea how to fix it?

a lot probably -- that's why it has been dicussed into exhaustion on community with qi udev does suddenly the right thing on your host and sets up an ethX device.
check with
ifconfig -a
for the new one.

if you like to get still an usbX, you need to fix the matching udev rule. on my debian box it is in
/etc/udev/rules.d/70-persistent-net.rules
and reads

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:XX:XX:XX:XX:XX", ATTR{type}=="1", KERNEL=="eth*", NAME="usb0"

replace 00:XX:XX:XX:XX:XX with your fr's mac (listed with ifconfig).
probably udev already created a rule there, but with an ethX device -- simply replce that with usb0 and restart udev.

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to