Closed Swiftnesses closed 5 years ago
I've now purchased and tried 3 BT dongles without luck...
I'm running ESXI 6.7 and the device is attached to the VM (shows in console on boot).
@pvizeli is there anything I can do to workaround this, I'm pretty desperate :/
Thanks in advance.
Seems I need: BCM20702A1-0a5c-21e8.hcd
The device is actually BCM20702A0-0a5c-21e8.hcd, but it's a common issue on newer kernels that it actually wants to see BCM20702A1-0a5c-21e8.hcd in lib/firmware/bcrm rather than the expected BCM20702A0-0a5c-21e8.hcd
Did you solve problem with usb dongle. I have same problem with logitech dinovo mini.
Had no choice but to move to Debian 9, sadly...
Wish I came across this a couple of days ago. I have ESXi 6.7 running on a NUC and no dice with the built-in BT. The BT dongle I just received didn't work either. I'm assuming your running a Debian 9 VM on your ESXi host? Really dont want to give up HassOS if I can but might have too :-(
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@pvizeli Is this on your radar for HassOS? I would like to stay on HassOS if possible.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just to add a 👍🏼 to this closed issue. I'm moving off HassOS to Debian for the same reason. I'd love the ability to inject other firmware and drivers via the CONFIG USB
Please do something, I bought 3 dongle included wide used on linux pluggable BT4.0 without luck
I am having a similar issue: I am willing to use an external USB Bluetooth dongle in place of the embedded Bluetooth device on my Raspberry Pi 3B+ running the latest version of Home Assistant Operating System (to extend the Bluetooth range).
lsusb
shows it is plugged in and gives the standard 0a12:0001
ID corresponding to a CSR8510A
chipset, a linux compatible Bluetooth 4.0 dongle.
bluetoothctl
lists only the onboard Bluetooth device as a registered agent. The dongle is not listed.
Maybe the dongle drivers are missing from Home Assistant Operating System? Is there a way to add those drivers to the OS?
I'm having issues trying to get my Plugable Bluetooth 4.0 LE USB adapter to work with Debian 10 on VirtualBox. I had the failed to load brcm/BCM20702A1-0a5c-21e8.hcd
error, which seems to have been resolved.
I followed the instructions provided here: https://www.theoutpost.org/uncategorized/bluetooth-hci0-firmware-failed-to-load-brcm-bcm20702a1-0a5c-21e8-hcd-2/
I fixed this by….
1, unplug bluetooth usb
cd /opt
wget https://s3.amazonaws.com/plugable/bin/fw-0a5c_21e8.hcd
mv fw-0a5c_21e8.hcd /lib/firmware/brcm/BCM20702A0-0a5c-21e8.hcd
cp /lib/firmware/brcm/BCM20702A0-0a5c-21e8.hcd /lib/firmware/brcm/BCM20702A1-0a5c-21e8.hcd
re-insert usb bluetooth device
I now have a new issue: Bluetooth: hci0: BCM: Reset failed (-110)
I have tried the USB 3 ports on the rear of my tower to no aval. It seemed to have worked for someone else, though. See here: https://askubuntu.com/questions/1250116/broadcom-usb-bluetooth-adapter-not-working
Hi,
I'm unable to get this detected under hardware,
lsusb
shows:The device is
0a5c:21ec
and is listed here: https://github.com/winterheart/broadcom-bt-firmwareIs there anything I can do to get this working?