hexdump0815 / linux-mainline-and-mali-on-odroid-u3

tools and patches to run linux mainline with mali gles and opengl on an odroid U2, U3, U3+, X and X2
16 stars 2 forks source link

USB ACM kernel module #5

Open cmack opened 4 years ago

cmack commented 4 years ago

I hope this is the correct repo to submit this and is appropriate: would it be possible to add the USB ACM kernel modules into the build?

I am running an ODROID U3 successfully with a recent ubuntu image (5.4 based kernel). I am trying to use it as a Z-wave controller using an AEOTEC Gen5 z-wave stick. The stick requires the USB ACM kernel modules and, as far as I can tell, are not available in this kernel build.

Thank you for this project

hexdump0815 commented 4 years ago

hi @cmack - i put it onto my todo list, but it can take a long time until i get to it ... so the best option would be if you would simply compile your own kernel, which is not that complicated and can be done on the odroid itself (takes around 1-2 hours) following the instructions from the readme.exy (or alternatively https://github.com/rodolfoap/kernel-odroid-u3/blob/master/README.md) ... please keep in mind that the latest version of the patches etc. have moved to this repo now: https://github.com/hexdump0815/linux-mainline-and-mali-generic-stable-kernel

good luck and best wishes - hexdump

cmack commented 4 years ago

@hexdump0815 thank you, I understand the time constraints.

I was able to get the kernel compiled with the cdc-acm module. It was a good weekend project. Sadly, it appears there are out-of-spec issues with the Gen5 stick hardware itself which still blocks my ultimate goal. sigh

Thanks again for this project!

hexdump0815 commented 4 years ago

cool - happy to hear that at least the kernel compile worked

best wishes and thanks for the thanks :)