Quote:
Originally Posted by Lucas Malor
I tried to use the usb network without success:
|
Lucas, edit usbnet/start.sh (add some debug info) in order to find the reason...
E.g.:
insmod $root/arcotg_udc.ko
replace with
insmod $root/arcotg_udc.ko >> $root/error.log 2>&1
I think the error is somewhere in these 3 lines:
insmod $root/arcotg_udc.ko
insmod $root/g_ether.ko
ifconfig usb0 192.168.2.101