dsm7-usb-serial-drivers
dsm7-usb-serial-drivers copied to clipboard
rndis_host module
Would like to use a usb ethernet modem, was able to obtain mii.ko but no luck finding rndis_host.ko
I'll see if I'm able to build it. What platform?
Apollolake
Try and see if it works: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/apollolake
Was able to load it was using it with the modules at /lib/modules/ (cdc_ether , usbnet) and mii from some other github repo. but getting an error bad CDC descriptors. Maybe the provided cdc_ether is not good enough ?
modprobe rndis_host
insmod /lib/modules/mii.ko
insmod /lib/modules/usbnet.ko
insmod /lib/modules/cdc_ether.ko
insmod /lib/modules/rndis_host.ko
Could you also provide cdc_ether, usbnet and mii ?
I can't get those to build :(
I can't get those to build :(
Thanks for trying, I ended creating a bare bones a VM just to passthrough the usb device and then create a network bridge :(