Closed tagru closed 5 years ago
Both binaries are same:
md5sum BCM20702A0-0a5c-216f.hcd BCM20702A1-0a5c-216f.hcd
356ecc4d52b344109b55b3c96d6ec4d0 BCM20702A0-0a5c-216f.hcd
356ecc4d52b344109b55b3c96d6ec4d0 BCM20702A1-0a5c-216f.hcd
You did something wrong. Try to reboot system after copying firmware.
I tried to retrieve the correct firmware from this repo, due to this message in dmesg
After copying frimware BCM20702A1-0a5c-216f.hcd to /lib/firmware/brcm and loading it with
sudo modprobe -v btusb
switching bluetooth on did not work anymore.
After some digging, I found another firmware called BCM20702A0-0a5c-216f.hcd here:
https://github.com/hg8/bluetooth-firmware-XPS13-9343
Since it still tried to load the BCM20702A1 version, I simply renamed the A0 version to A1 and now everything works as expected.
Is this a known issue and should the A0 version be added to this repo with a notice that renaming is needed? Or is this the completely wrong place for this issue?