You are not logged in.
Pages: 1
I have followed the instructions in the arch wiki on Bluetooth, however my bluetooth device does not seem to load, and bluetooth.service is enabled yet consistently dead on boot. For reference I am on a Thinkpad E485.
# dmesg | grep -i -e bluetooth -e btusb -e btrtl -e usb
[ 0.353919] platform USBC000:00: failed to claim resource 0: [mem 0x9cf7d8c6-0x9cf7e8c5]
[ 0.353924] acpi USBC000:00: platform device creation failed: -16
[ 0.354300] ACPI: bus type USB registered
[ 0.354300] usbcore: registered new interface driver usbfs
[ 0.354300] usbcore: registered new interface driver hub
[ 0.354300] usbcore: registered new device driver usb
[ 0.745189] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[ 0.745899] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[ 0.745906] xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.746009] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 0.746013] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.746017] usb usb1: Product: xHCI Host Controller
[ 0.746020] usb usb1: Manufacturer: Linux 6.17.5-arch1-1 xhci-hcd
[ 0.746023] usb usb1: SerialNumber: 0000:05:00.3
[ 0.746286] hub 1-0:1.0: USB hub found
[ 0.747082] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.747125] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 0.747130] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.747133] usb usb2: Product: xHCI Host Controller
[ 0.747137] usb usb2: Manufacturer: Linux 6.17.5-arch1-1 xhci-hcd
[ 0.747140] usb usb2: SerialNumber: 0000:05:00.3
[ 0.747352] hub 2-0:1.0: USB hub found
[ 0.748272] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[ 0.748890] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[ 0.748895] xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.748990] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 0.748995] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.748998] usb usb3: Product: xHCI Host Controller
[ 0.749001] usb usb3: Manufacturer: Linux 6.17.5-arch1-1 xhci-hcd
[ 0.749004] usb usb3: SerialNumber: 0000:05:00.4
[ 0.749197] hub 3-0:1.0: USB hub found
[ 0.749573] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.749631] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 0.749635] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.749639] usb usb4: Product: xHCI Host Controller
[ 0.749642] usb usb4: Manufacturer: Linux 6.17.5-arch1-1 xhci-hcd
[ 0.749645] usb usb4: SerialNumber: 0000:05:00.4
[ 0.749828] hub 4-0:1.0: USB hub found
[ 0.750076] usbcore: registered new interface driver usbserial_generic
[ 0.750086] usbserial: USB Serial support registered for generic
[ 0.777707] usbcore: registered new interface driver usbhid
[ 0.777710] usbhid: USB HID core driver
[ 0.985632] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[ 1.141089] usb 3-1: New USB device found, idVendor=0bda, idProduct=b023, bcdDevice= 2.10
[ 1.141096] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.141101] usb 3-1: Product: Bluetooth Radio
[ 1.141105] usb 3-1: Manufacturer: Realtek
[ 1.141108] usb 3-1: SerialNumber: 00e04c000001
[ 1.263584] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 1.398405] usb 3-2: New USB device found, idVendor=5986, idProduct=2113, bcdDevice=54.27
[ 1.398411] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.398414] usb 3-2: Product: Integrated Camera
[ 1.398417] usb 3-2: Manufacturer: SunplusIT Inc
[ 4.770634] Bluetooth: Core ver 2.22
[ 4.770668] NET: Registered PF_BLUETOOTH protocol family
[ 4.770670] Bluetooth: HCI device and connection manager initialized
[ 4.770676] Bluetooth: HCI socket layer initialized
[ 4.770680] Bluetooth: L2CAP socket layer initialized
[ 4.770686] Bluetooth: SCO socket layer initialized
[ 4.889734] usb 3-1: USB disconnect, device number 2
[ 5.035558] usbcore: registered new interface driver btusb
[ 5.338557] usb 3-2: Found UVC 1.00 device Integrated Camera (5986:2113)
[ 5.407615] usbcore: registered new interface driver uvcvideoWhat is interesting is the line
usb 3-1: USB disconnect, device number 2which seems to imply the bluetooth device connects then immediately disconnects?
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 5986:2113 Bison Electronics Inc. SunplusIT Integrated Camera
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubrfkill doesn't list it either:
$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: nostarting the bluetooth.service manually and then bluetoothctl gives
# bluetoothctl power on
No default controller availableI have tried the kernel options
rtw88_pci.disable_aspm=1 pcie_aspm.policy=performancewhich don't seem to do anything either.
Offline
Pages: 1