You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apr 22 00:13:59 homeassistant bluetoothd[2085427]: src/adapter.c:get_static_addr() Unable t
Apr 22 00:13:59 homeassistant bluetoothd[2085427]: src/adapter.c:get_static_addr() Failed t
Apr 22 00:13:59 homeassistant bluetoothd[2085427]: No Bluetooth address for index 0
Anything in the Supervisor logs that might be useful for us?
-
Anything in the Host logs that might be useful for us?
Enable libkcapi in generic kernel config. The bloat is minimal and the
options are enabled on most distributions. These modules are also needed
for Bluetooth Mesh and adding them fixes compatibility with some HCI USB
adapters.
Fixes#3322
Enable libkcapi in generic kernel config. The bloat is minimal and the
options are enabled on most distributions. These modules are also needed
for Bluetooth Mesh and adding them fixes compatibility with some HCI USB
adapters.
Fixes#3322
Enable libkcapi in generic kernel config. The bloat is minimal and the
options are enabled on most distributions. These modules are also needed
for Bluetooth Mesh and adding them fixes compatibility with some HCI USB
adapters.
Fixes#3322
(cherry picked from commit 67315f8)
Describe the issue you are experiencing
Some bluetooth HCI adapters, such as NRF52 based ones cannot be initialized due to the lack of the following kernel modules:
See: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/README#n64
What operating system image do you use?
ova (for Virtual Machines)
What version of Home Assistant Operating System is installed?
12.2
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
Attach a bluetooth controller such as an NRF52 based one (https://docs.zephyrproject.org/latest/samples/bluetooth/hci_usb/README.html) and you'll observe the following output:
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
No response
Additional information
See: raspberrypi/linux#3628
The text was updated successfully, but these errors were encountered: