User:Rlinfati
| 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 | ||
Revision as of 08:52, 5 May 2010
Articles:
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
