View Single Post
Old 06-10-2018, 07:16 AM   #322
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by NiLuJe View Post
@tshering: Random braindump on the USBNet from, if that can be of assistance.

I do mean random, and, err, braindump, as I don't have the device, nor another similar device on which to test the new gadget dependency graph...
Thank you for this. I prepared something very similar, however without having real knowledge about the basics of the stuff... Now I feel a bit more confident that it might work.

Spoiler:
Code:
### toggle on
  if [ $CPU == mx6sll ] || [ $CPU == mx6ull ]; then
    /sbin/insmod $driver_root/configfs.ko
    /sbin/insmod $driver_root/libcomposite.ko
  else
    /sbin/insmod $driver_root/arcotg_udc.ko
  fi
  insmod $driver_root/g_ether.ko host_addr=46:0d:9e:67:69:eb dev_addr=46:0d:9e:67:69:ec
  ifconfig usb0 192.168.2.101
tshering is offline   Reply With Quote