Robert Klep

Results 672 comments of Robert Klep

I'm missing the `ftdi_sio` driver in the first list, which is probably the one that's required for your device. You don't need my drivers for it, they are included in...

That's much more involved than just building a few serial drivers and very possibly will require compiling the entire kernel. Besides that, Synology hasn't published the kernel sources for DSM...

Again, BT is a different beast from relatively simple USB serial drivers. Perhaps [esp32-ble2mqtt](https://github.com/shmuelzon/esp32-ble2mqtt) is an acceptable alternative? It would require some additional hardware, but ESP32's are cheap.

Which platform/kernel version did you use?

Strange, I have the exact same hardware and it's working for me (using the file from Github): ``` $ uname -a Linux syno 4.4.180+ #42218 SMP Mon Oct 18 19:17:56...

BT drivers are much more complex than regular serial drivers. I've looked at it before and given up on getting them working.

That's not a serial driver but a DVB-T driver, which requires i2c which (AFAIK) isn't available on DSM, so I can't help you 😢

@wkraaij hope this works: https://github.com/robertklep/dsm7-usb-serial-drivers/tree/main/modules/braswell

Cool, and thanks for your donation! 😊

I haven't looked at compiling support for BT because it involves much more than just compiling a single driver.