I’m trying to compile the bluetooth kernel modules (bluetooth.ko and btusb.ko) for Synology DSM 7.2 kernel 4.4.180+, geminilake (x86_64). Models like DS220+, 720, 920, but I don’t success.
I was able to compile Bluetooth but it did not create a btusb.ko just the Bluetooth.ko which does load. I assume the make command I used needed something.
If you are using VM as in Virtual Machine, you DO NOT NEED any additional bluetooth drivers, they are installed by the guest OS (Ubuntu in your case).
The drivers are needed if you are using Docker container to run HA. In DSM 7.2 the app to run docker containers is called “Container Manager”.
If you didn’t receive any errors during the compilation (warnings are ok) then both “.ko” files should be there, probably you are not looking in the right folders
Thanks was able to build them after creating docker build environment they load in host syno now working on homeassist side. The Bluetooth seen but fails setup need to do more reading!
Dan