You are not logged in.
Pages: 1
Hello, I have just installed arch and my bluetooth is not working (my desktop environment: gnome) . Every time I try to connect something using bluetooth it connects and disconnects immediately. I have tried that on ubuntu by a live usb to make sure its not my device's fault and it worked on ubuntu. Now what should I do?
Edit: I tried with bluetoothctl, here is the log:
[CHG] Controller 0C:DD:24:FB:68:40 Discovering: yes
[NEW] Device 41:42:00:00:25:33 P47
[bluetooth]# connect 41:42:00:00:25:33
Attempting to connect to 41:42:00:00:25:33
[CHG] Device 41:42:00:00:25:33 Connected: yes
[CHG] Device 41:42:00:00:25:33 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[CHG] Device 41:42:00:00:25:33 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Device 41:42:00:00:25:33 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Device 41:42:00:00:25:33 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[CHG] Device 41:42:00:00:25:33 ServicesResolved: yes
[CHG] Device 41:42:00:00:25:33 Paired: yes
Agent unregistered
[DEL] Controller 0C:DD:24:FB:68:40 something [default]
Waiting to connect to bluetoothd...also output of 'systemctl status bluetooth' :
× bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: failed (Result: core-dump) since Sat 2021-07-03 14:52:30 +06; 4min 28s ago
Docs: man:bluetoothd(8)
Process: 2185 ExecStart=/usr/lib/bluetooth/bluetoothd (code=dumped, signal=SEGV)
Main PID: 2185 (code=dumped, signal=SEGV)
Status: "Running"
CPU: 170ms
Jul 03 13:57:06 something bluetoothd[2185]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 41:42:00:00:25:33: Permission denied (13)
Jul 03 13:57:12 something bluetoothd[2185]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 41:42:00:00:25:33: Permission denied (13)
Jul 03 14:43:38 something bluetoothd[2185]: Endpoint unregistered: sender=:1.176 path=/MediaEndpoint/A2DPSink/sbc
Jul 03 14:43:38 something bluetoothd[2185]: Endpoint unregistered: sender=:1.176 path=/MediaEndpoint/A2DPSource/sbc
Jul 03 14:43:41 something bluetoothd[2185]: Endpoint registered: sender=:1.176 path=/MediaEndpoint/A2DPSink/sbc
Jul 03 14:43:41 something bluetoothd[2185]: Endpoint registered: sender=:1.176 path=/MediaEndpoint/A2DPSource/sbc
Jul 03 14:52:28 something bluetoothd[2185]: profiles/audio/avdtp.c:caps_to_list() Invalid capability data in getcap resp
Jul 03 14:52:29 something bluetoothd[2185]: profiles/audio/a2dp.c:a2dp_select_capabilities() Unable to select SEP
Jul 03 14:52:30 something systemd[1]: bluetooth.service: Main process exited, code=dumped, status=11/SEGV
Jul 03 14:52:30 something systemd[1]: bluetooth.service: Failed with result 'core-dump'.Last edited by jarif-rahman (2021-07-03 11:13:24)
Offline
I had the same problem. I installed bluez-git from the AUR and removed /var/lib/bluetooth. It is working after that.
You can downgrade bluez too instead of installing the bluez-git package.
Offline
I had the same problem. I installed bluez-git from the AUR and removed /var/lib/bluetooth. It is working after that.
You can downgrade bluez too instead of installing the bluez-git package.
That worked. But will pacman change it back to the latest version if I run a full system upgrade? (I am not sure, I am new to arch)
Offline
Yeah it'll will be updated along with a system update. You can use the git package. pacman doesn't update AUR packages.
Offline
Pages: 1