You are not logged in.
Pages: 1
I have bought a new Asus Expertbook and I'm setting up an Arch installation there. Arch is my daily driver and I really want this working. My problem is that bluetooth doesn't work in the system. I follow along arch Wiki and installed the following packages
bluez
bluez-utils
And then I started the bluetooth.service. Then tried running bluetoothctl. But it did not work. Mainly I want to connect my Lenovo Livepods. So I tried that, but as I mentioned it didn't work. It gives following error
Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailableI then installed the bluez-alsa package and tried as I have alsa on my system but it doesn't really work. And now the
systemctl status bluetoothgives following errors.
Oct 14 21:13:15 deadHost bluetoothd[37822]: Bluetooth daemon 5.65
Oct 14 21:13:15 deadHost systemd[1]: Started Bluetooth service.
Oct 14 21:13:15 deadHost bluetoothd[37822]: Starting SDP server
Oct 14 21:13:15 deadHost bluetoothd[37822]: Bluetooth management interface 1.22 initialized
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for Message Notification: socket(STREAM, RFCOMM): Protocol not supported (93)
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for Message Access: socket(STREAM, RFCOMM): Protocol not supported (93)
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for Phone Book Access: socket(STREAM, RFCOMM): Protocol not supported (93)
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for Synchronization: socket(STREAM, RFCOMM): Protocol not supported (93)
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for File Transfer: socket(STREAM, RFCOMM): Protocol not supported (93)
Oct 14 21:13:15 deadHost bluetoothd[37822]: src/profile.c:ext_start_servers() RFCOMM server failed for Object Push: socket(STREAM, RFCOMM): Protocol not supported (93)Anyone giving a solution is most thanked as this is affects my daily routine.
EDIT 1
Now I get this in journalctl
-- Boot 4ddfaa19d4154ad6bfce13355d85433e --
Oct 14 21:53:08 deadHost systemd[1]: Starting Bluetooth service...
Oct 14 21:53:08 deadHost bluetoothd[1145]: Bluetooth daemon 5.65
Oct 14 21:53:08 deadHost systemd[1]: Started Bluetooth service.
Oct 14 21:53:08 deadHost bluetoothd[1145]: Starting SDP server
Oct 14 21:53:08 deadHost bluetoothd[1145]: Bluetooth management interface 1.22 initialized
Oct 14 21:53:56 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 21:53:59 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 21:55:27 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 21:58:56 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 22:03:34 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 22:05:40 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 22:06:08 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 22:13:04 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not available
Oct 14 22:13:06 deadHost bluetoothd[1145]: src/service.c:btd_service_connect() a2dp-sink profile connect failed for 41:42:8A:09:27:76: Protocol not availableLast edited by dead101 (2022-10-14 16:46:41)
Offline
You could try installing pulseaudio-bluetooth and rebooting arch.
https://bbs.archlinux.org/viewtopic.php?id=270465
let me know
Offline
Pages: 1