on USB connect the Kobo shows 'gadget' activity; but no apparent CDC_Ethernet support.
Code:
[root@kobo ~]# dmesg | grep usb
[51336.020447] .(0)[8326:kworker/0:3]usb_work_callback()-[2664] mt_usb_connect!
[51336.021399] -(0)[8326:kworker/0:3]mtu3 11211000.usb: mailbox state(4)
[51336.021891] .(1)[8351:kworker/u4:2]mtu3 11211000.usb: gadget (high-speed) pullup D-
[51336.124425] .(0)[8326:kworker/0:3]usb plugged 0x1
[51336.350640] -(0)[0:swapper/0]usb_device_choose (182) : usb_device_switch mt_usb_connect
[root@kobo ~]#
even though the kernel config implies some kind of built-in CDC_ETHER support
Code:
[root@kobo ~]# cat /proc/config.gz | gunzip | grep ETH
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_VETH is not set
# CONFIG_ETHERNET is not set
# CONFIG_USB_KAWETH is not set
CONFIG_USB_NET_CDCETHER=y
# CONFIG_USB_NET_CX82310_ETH is not set
# CONFIG_USB_IPHETH is not set
CONFIG_USB_U_ETHER=y
# CONFIG_COMMON_CLK_MT2701_ETHSYS is not set
anyone knows where to go next or anything I can try to make usbnet ethernet running?