Robert Klep

Results 672 comments of Robert Klep

Yes, these drivers are for serial-to-usb support, but that doesn't mean you can connect _any_ device and miraculously get it to work. In case of UPS's, DSM probably only supports...

> Would that work? I simply don't know 🥴 you can try, and if DSM recognises your UPC, great. If it doesn't, then it likely doesn't work like that. In...

@th0ma7 I'm happy to share how I build the modules, but it's basically just all cobbled together and unstable (in the sense that compiling the modules sometimes works, sometimes not,...

I have no idea what that is.

Try this: ``` file /lib/modules/usbserial.ko ``` It sounds like you have overwritten that file with something else.

@schwooba try loading the required modules manually to see if any of them causes an error: ``` sudo insmod /lib/modules/usbserial.ko sudo insmod /lib/modules/cdc-acm.ko sudo insmod /lib/modules/cp210x.ko ```

Ah okay, that means you very likely didn't follow the [download instructions](https://github.com/robertklep/dsm7-usb-serial-drivers#downloading-a-module) properly. The correct download URL for the required module is this: https://github.com/robertklep/dsm7-usb-serial-drivers/raw/main/modules/geminilake/dsm-7.2/cp210x.ko

"file exists" means they are already loaded. Also, I don't provide `usbserial.ko` or `cdc-acm.ko` from this repository since they are shipped with DSM.

I don't see the `cdc-acm.ko` module loaded, which is probably the one that's needed. Never mind, it's there. In that case, the Conbee should have been recognized, not sure why...