New comment by CtrlC-Root on void-packages repository https://github.com/void-linux/void-packages/issues/45801#issuecomment-1696356585 Comment: FWIW I just updated my system and bluetooth works fine. `xbps-query -l | grep blue`: ``` ii blueman-2.3.5_1 GTK+ Bluetooth Manager ii bluez-5.68_1 Bluetooth tools and daemons ii libbluetooth-5.68_1 Library to use the Bluez Linux Bluetooth Stack ii libspa-bluetooth-0.3.77_1 Server and user space API to deal with multimedia pipelines - bluetooth plugins ``` `ls /var/service/ | sort`: ``` NetworkManager agetty-tty1 agetty-tty2 agetty-tty3 agetty-tty4 agetty-tty5 agetty-tty6 avahi-daemon bluetoothd chronyd cupsd dbus lightdm spacenavd sshd udevd ``` `dmesg | grep Blue`: ``` [ 10.513535] Bluetooth: Core ver 2.22 [ 10.513553] Bluetooth: HCI device and connection manager initialized [ 10.513555] Bluetooth: HCI socket layer initialized [ 10.513557] Bluetooth: L2CAP socket layer initialized [ 10.513559] Bluetooth: SCO socket layer initialized [ 10.659551] Bluetooth: hci0: Device revision is 2 [ 10.659555] Bluetooth: hci0: Secure boot is enabled [ 10.659556] Bluetooth: hci0: OTP lock is enabled [ 10.659556] Bluetooth: hci0: API lock is enabled [ 10.659557] Bluetooth: hci0: Debug lock is disabled [ 10.659557] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 10.659558] Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38 [ 10.661479] Bluetooth: hci0: Found device firmware: intel/ibt-0040-4150.sfi [ 10.661499] Bluetooth: hci0: Boot Address: 0x100800 [ 10.661500] Bluetooth: hci0: Firmware Version: 98-13.23 [ 11.596144] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 11.596148] Bluetooth: BNEP filters: protocol multicast [ 11.596153] Bluetooth: BNEP socket layer initialized [ 12.176185] Bluetooth: hci0: Waiting for firmware download to complete [ 12.176554] Bluetooth: hci0: Firmware loaded in 1479591 usecs [ 12.176697] Bluetooth: hci0: Waiting for device to boot [ 12.192662] Bluetooth: hci0: Malformed MSFT vendor event: 0x02 [ 12.192692] Bluetooth: hci0: Device booted in 15683 usecs [ 12.193052] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-4150.ddc [ 12.194737] Bluetooth: hci0: Applying Intel DDC parameters completed [ 12.197789] Bluetooth: hci0: Firmware timestamp 2023.13 buildtype 1 build 62562 [ 12.265676] Bluetooth: MGMT ver 1.22 [ 18.925570] Bluetooth: RFCOMM TTY layer initialized [ 18.925579] Bluetooth: RFCOMM socket layer initialized [ 18.925583] Bluetooth: RFCOMM ver 1.11 ``` So it may be related to your hardware or system setup.