![]() |
2008-05-16
, 21:58
|
Posts: 47 |
Thanked: 78 times |
Joined on May 2008
|
#12
|
#!/bin/sh if grep -q g_file_storage /proc/modules; then if ! rmmod g_file_storage; then echo "Cannot remove the storage gadget driver!" exit 1 fi fi insmod /mnt/initfs/lib/modules/`uname -r`/g_ether.ko ifconfig usb0 192.168.0.202 up route add default gw 192.168.0.200
The Following User Says Thank You to anpaza For This Useful Post: | ||
![]() |
2008-09-11
, 13:45
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#13
|
![]() |
2008-09-15
, 07:26
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#14
|
![]() |
2008-11-06
, 11:11
|
|
Posts: 17 |
Thanked: 2 times |
Joined on Sep 2008
@ France
|
#15
|
[12831.515316] usb0: register 'cdc_ether' at usb-0000:00:1d.7-8, CDC Ethernet Device, ea:db:23:44:2a:ae [12831.515735] usbcore: registered new interface driver cdc_ether [12832.679005] usb 5-8: USB disconnect, address 5 [12832.679172] usb0: unregister 'cdc_ether' usb-0000:00:1d.7-8, CDC Ethernet Device
https://garage.maemo.org/projects/usb-otg-plugin/