You are not logged in.
Hi, i just installed arch on my new laptop and i am having problems with bluetooth. basically from bluetoothctl it won't let me put discoverable on and neither scan on because of an error: org.bluez.Error.Failed
I will add additional information provided by the terminal:
Agent registered
[bluetooth]# power on
[bluetooth]# Changing power on succeeded
agent on
Agent is already registered
[bluetooth]# pairable on
[bluetooth]# Changing pairable on succeeded
[bluetooth]# discoverable on
[bluetooth]# hci0 new_settings: powered connectable bondable ssp br/edr le secure-conn
[bluetooth]# Failed to set discoverable on: org.bluez.Error.Failed
[bluetooth]# show
Controller D8:80:83:85:CF:B4 (public)
Manufacturer: 0x005d (93)
Version: 0x08 (8)
Name: archlinux
Alias: archlinux
Class: 0x0000010c (268)
Powered: yes
PowerState: on
Discoverable: no
DiscoverableTimeout: 0x00000000 (0)
Pairable: yes
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d054E
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x05 (5)
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedCapabilities.MaxAdvLen: 0x1f (31)
SupportedCapabilities.MaxScnRspLen: 0x1f (31)
[bluetooth]#I hope you can help me
Offline
linux 6.11.4-arch1 with https://git.kernel.org/pub/scm/linux/ke … 8f9efbbfcb applied which is a partial revert of https://git.kernel.org/pub/scm/linux/ke … ec92a0a271 that was added in 6.11.4 and was at least the cause of the issue for @rouelle:
linux-6.11.4.arch1-1.2-x86_64.pkg.tar.zst/linux-headers-6.11.4.arch1-1.2-x86_64.pkg.tar.zst.
6.11 kernels have conflicts with some bluetooth devices, try either downgrading to 6.10.9, upgrading to 6.11.4arch1-1.2 using links above, or downloading lts kernel and headers.
Last edited by yawnbo (2024-10-21 01:49:15)
Offline
thanks brother, it's solved
Offline