Sample Header Ad - 728x90

x1 carbon 7th gen bluetooth default controller not found

1 vote
1 answer
41 views
I am running Arch linux on my Thinkpad x1 carbon 7th Gen and I have followed all the arch-wiki commands to install bluetooth, but when I run a list command on bluetoothctl I get a "no controllers found" error, I have noticed my bluetooth module is softlocked and I cannot seem to figure out why. sudo rfkill unblock all does not seem to work. I am not blacklisting the bluetooth module either. Here are some command outpouts. It is not a hardware issue as I have dual booted windows on this laptop and bluetooth works on my windows machine. kernel version Linux n 6.6.65-1-lts sudo systemctl status bluetooth.service ● bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled) Active: active (running) since Sat 2023-04-15 15:26:19 MDT; 22min ago Docs: man:bluetoothd(8) Main PID: 1296 (bluetoothd) Status: "Running" Tasks: 1 (limit: 18789) Memory: 2.1M CPU: 24ms CGroup: /system.slice/bluetooth.service └─1296 /usr/lib/bluetooth/bluetoothd Apr 15 15:26:19 darkeve bluetoothd: Bluetooth daemon 5.66 Apr 15 15:26:19 darkeve systemd: Started Bluetooth service. Apr 15 15:26:19 darkeve bluetoothd: Starting SDP server Apr 15 15:26:19 darkeve bluetoothd: profiles/audio/vcp.c:vcp_init() D-Bus experimental not ena> Apr 15 15:26:19 darkeve bluetoothd: src/plugin.c:plugin_init() Failed to init vcp plugin Apr 15 15:26:19 darkeve bluetoothd: profiles/audio/mcp.c:mcp_init() D-Bus experimental not ena> Apr 15 15:26:19 darkeve bluetoothd: src/plugin.c:plugin_init() Failed to init mcp plugin Apr 15 15:26:19 darkeve bluetoothd: profiles/audio/bap.c:bap_init() D-Bus experimental not ena> Apr 15 15:26:19 darkeve bluetoothd: src/plugin.c:plugin_init() Failed to init bap plugin Apr 15 15:26:19 darkeve bluetoothd: Bluetooth management interface 1.22 initialized sudo rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: yes Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no ➜ ~ bluetoothctl Waiting to connect to bluetoothd...[bluetooth]# Agent registered [bluetooth]# show No default controller available [bluetooth]# some recent files i found, can not seem to enable either of them when I echo and pipe 1 or enable into them using the tee command ➜ ~ cat /proc/acpi//ibm/bluetooth status: disabled commands: enable, disable ➜ ~ cat /sys/devices/platform/thinkpad_acpi/bluetooth_enable 0 ➜ ~
Asked by DarkEvE (111 rep)
Jan 5, 2025, 04:42 PM
Last activity: Jan 10, 2025, 02:06 PM