Bluetooth Not Working in FydeOS 18 and 19 (Qualcomm Atheros AR3011)
Hello FydeOS Development Team,
I am experiencing an issue with Bluetooth on FydeOS versions 18 and 19 that was not present in version 17. My device has a Qualcomm Atheros AR3011 Bluetooth adapter (USB ID: 0cf3:3002), and it no longer works in the latest versions of FydeOS.
Issue Details:
In FydeOS 18 and 19, running hciconfig hci0 up results in:
Can't get device info: No such device
dmesg shows an error related to firmware loading:
Bluetooth: ath3k_load_firmware() Can't change to loading configuration err
The firmware file ath3k-1.fw is missing or not loading correctly.
The issue does not exist in FydeOS 17, where Bluetooth works fine.
Steps I Have Tried:
Manually adding ath3k-1.fw to /lib/firmware/ (did not resolve the issue).
Unloading and reloading kernel modules (bluetooth, btusb, ath3k), but hci0 remains missing.
Checking lsusb, which correctly lists the Bluetooth device (0cf3:3002).
Possible Cause:
It seems that kernel or firmware changes in FydeOS 18/19 may have broken support for Qualcomm Atheros AR3011.
Could you please check if the necessary firmware and drivers are included in the latest builds? Any guidance on resolving this issue would be greatly appreciated.