Hi all, I'm trying to get a AEON Zwave stick to work with my UDOO. It needs a cp210x module. Has someone already succeeded to load this module into the kernel? Thanks, Casper
Hi casperleenheer, I think cp210x module should works. I haven't hardware to test it, but I found the module in the kernel and it compiles fine. Just select it here in menuconfig: │ -> Device Drivers │ -> USB support (USB_SUPPORT [=y]) │ -> USB Serial Converter support (USB_SERIAL [=y]) │ < > USB CP210x family of UART Bridge Controllers and recompile kernel following instruction in the HOWTO section. There are good chance it will works. Cheers Giuseppe