You are not logged in.
I have this earbuds that I bought today and they connect just fine on my phone, but on my system (a Acer E5-573-54ZV) it cannot connect. It keeps alternating from connected, to disconnected, to pairing mode, until it finally gets disconnected (by turning itself off).
Already tried downgrading bluez, and also tried adding to /etc/bluetooth/main.conf:
[General]
Disable=Headset
MultiProfile=multiple
as suggested by the arch wiki.
I also have two other bluetooth headsets, jbl e25bt and 110bt, and both of them connects just fine, only this new one from philips that I'm having trouble with.
systemctl status bluetooth shows:
set 02 10:25:07 shadow bluetoothd[7646]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107)
set 02 10:25:13 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:25:28 shadow bluetoothd[7646]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 46:20:55:80:45:37: Connection reset by peer (104)
set 02 10:25:33 shadow bluetoothd[7646]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 46:20:55:80:45:37: Host is down (112)
set 02 10:25:38 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Operation already in progress
set 02 10:25:38 shadow bluetoothd[7646]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 46:20:55:80:45:37: Operation already in progress (114)
set 02 10:25:51 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:26:13 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:26:51 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:28:01 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
journalctl:
set 02 10:25:28 shadow bluetoothd[7646]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 46:20:55:80:45:37: Connection reset by>
set 02 10:25:33 shadow bluetoothd[7646]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 46:20:55:80:45:37: Host is down (112)
set 02 10:25:38 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Operation already in progress
set 02 10:25:38 shadow bluetoothd[7646]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 46:20:55:80:45:37: Operation already in progress (114)
set 02 10:25:51 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:25:55 shadow kernel: wlp3s0: authenticate with 38:6b:1c:78:26:9a
set 02 10:25:55 shadow kernel: wlp3s0: send auth to 38:6b:1c:78:26:9a (try 1/3)
set 02 10:25:55 shadow kernel: wlp3s0: authenticated
set 02 10:25:55 shadow kernel: wlp3s0: associate with 38:6b:1c:78:26:9a (try 1/3)
set 02 10:25:55 shadow kernel: wlp3s0: RX AssocResp from 38:6b:1c:78:26:9a (capab=0x411 status=0 aid=1)
set 02 10:25:55 shadow kernel: wlp3s0: associated
set 02 10:26:06 shadow rtkit-daemon[1425]: Supervising 4 threads of 3 processes of 1 users.
set 02 10:26:06 shadow rtkit-daemon[1425]: Supervising 4 threads of 3 processes of 1 users.
set 02 10:26:11 shadow kernel: wlp3s0: authenticate with 38:6b:1c:78:26:9a
set 02 10:26:11 shadow kernel: wlp3s0: send auth to 38:6b:1c:78:26:9a (try 1/3)
set 02 10:26:11 shadow kernel: wlp3s0: authenticated
set 02 10:26:11 shadow kernel: wlp3s0: associate with 38:6b:1c:78:26:9a (try 1/3)
set 02 10:26:12 shadow kernel: wlp3s0: associate with 38:6b:1c:78:26:9a (try 2/3)
set 02 10:26:13 shadow kernel: wlp3s0: RX AssocResp from 38:6b:1c:78:26:9a (capab=0x411 status=0 aid=1)
set 02 10:26:13 shadow kernel: wlp3s0: associated
set 02 10:26:13 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:26:51 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
set 02 10:26:51 shadow kernel: wlp3s0: authenticate with 38:6b:1c:78:26:9a
set 02 10:26:51 shadow kernel: wlp3s0: send auth to 38:6b:1c:78:26:9a (try 1/3)
set 02 10:26:51 shadow kernel: wlp3s0: authenticated
set 02 10:26:51 shadow kernel: wlp3s0: associate with 38:6b:1c:78:26:9a (try 1/3)
set 02 10:26:51 shadow kernel: wlp3s0: RX AssocResp from 38:6b:1c:78:26:9a (capab=0x411 status=0 aid=1)
set 02 10:26:51 shadow kernel: wlp3s0: associated
set 02 10:28:01 shadow bluetoothd[7646]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down
Last edited by ltsdw (2021-09-02 17:27:55)
Offline
Tried as suggested by V1del on other thread:
After downgrading bluez remove /var/lib/bluetooth and re-pair your device. This is solely a bluez issue that swapping between pipewire and pulse will not have a relevant effect.
and after removing that directory I could pair, now everything is working, (I tried with pipewire too, but as mentioned it doesn't make any difference).
Offline