Thanks a lot for your response. Though I must admit, that I didn't understand everything.
Unfortunately there are no other driver files as shown in the first post.
My outputs for the suggest commands looks as follows:
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
and
Code:
[root@kobo ~]# lsmod
wlan_drv_gen4m 1908365 0 - Live 0xbf14a000 (O)
wmt_cdev_bt 16871 0 - Live 0xbf141000 (O)
wmt_chrdev_wifi 12825 1 wlan_drv_gen4m, Live 0xbf138000 (O)
wmt_drv 1059215 4 wlan_drv_gen4m,wmt_cdev_bt,wmt_chrdev_wifi, Live 0xbf000000 (O)
while: dmesg | greph hash ... returns nothing
Do the outputs suggest that I could do something to enable usbnet?