udev rule for the freerunner or make usb networking enduser friendly

Jose Luis Perez Diez perezdiez at gmail.com
Tue Sep 1 09:35:08 CEST 2009


El Monday, 31 de August de 2009 18:40:33 Laszlo KREKACS va escriure:
> Hi!
>
> I would like to use my freerunner in a plug&play mode. Just attach to the
> computer, and simply ssh in using terminal or nautilus.

I've it working on leny with the following configs:

on /etc/udev/rules.d/70-persistent-net.rules I force the frerruner to be usb0 
see (http://wiki.openmoko.org/wiki/OUI):

# USB device 0x1457:0x5122 (cdc_ether) freeruner
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \
ATTR{address}=="00:1f:11:??:??:??", ATTR{type}=="1", KERNEL=="eth*", \
NAME="usb0"

set /etc/network/interfaces  and /etc/network/freerunner as tell in the wiki 
page:
http://wiki.openmoko.org/wiki/Usb_networking#Masquerading_support

and for $HOME/.ssh/config use: 
http://wiki.openmoko.org/wiki/Usb_networking#Changing_host_keys



More information about the community mailing list