dsm7-usb-serial-drivers icon indicating copy to clipboard operation
dsm7-usb-serial-drivers copied to clipboard

rndis_host module

Open jose-pr opened this issue 3 years ago • 6 comments

Would like to use a usb ethernet modem, was able to obtain mii.ko but no luck finding rndis_host.ko

jose-pr avatar Oct 27 '21 04:10 jose-pr

I'll see if I'm able to build it. What platform?

robertklep avatar Oct 27 '21 12:10 robertklep

Apollolake

jose-pr avatar Oct 27 '21 13:10 jose-pr

Try and see if it works: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/apollolake

robertklep avatar Oct 27 '21 14:10 robertklep

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 ?

jose-pr avatar Oct 28 '21 03:10 jose-pr

I can't get those to build :(

robertklep avatar Nov 02 '21 06:11 robertklep

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 :(

jose-pr avatar Nov 11 '21 20:11 jose-pr