Hello community,
Since my former homelab server crashed, I had to change it.
I managed to setup a new one and everything works just fine except : I can’t get the bluetooth internal adapter to work in Home Assistant.
I have Proxmox on my server, I do USB passthrough to the VM where I have HAOS. Everything is at the latest version possible right now (proxmox 9, HA 2026.4.3 …).
I can see on my HA with lsusb that it sees the BT adapter: Mediatek Inc. Wireless_Device
And I can see it fails to load the driver in dmesg:
bluetooth hci0: Direct firmware load for mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin failed with error -2
Bluetooth: hci0: Failed to load firmware file (-2)
Bluetooth: hci0: Failed to set up formware (-2)
I have noticed the file was missing in /lib/firmware so I did put it there. Still not working.
I have found this link from 2023 stating a missing firmware file in HA but it was solved back then so I assume it should work ?!
I know I could stop trying and put an ESP BT Proxy, and will eventually if I can’t solve this but I would really prefer to have my server doing the job for the room it is in.
Any ideas ?