Editing User:Rlinfati

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 6: Line 6:
[[Microemulator]]
[[Microemulator]]
 +
 +
nokia800:~# cat /etc/modprobe.d/g_ether
 +
options g_ether host_addr=0e:17:83:b4:8d:3b
 +
 +
nokia800:~# cat /etc/network/interfaces
 +
auto lo
 +
iface lo inet loopback
 +
auto eth0
 +
iface eth0 inet dhcp
 +
auto usb0
 +
iface usb0 inet static
 +
        address 192.168.2.13
 +
        netmask 255.255.255.0
 +
pre-up insmod /mnt/initfs/lib/modules/2.6.21-omap1/g_ether.ko
 +
post-down rmmod g_ether

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)