Hello,
I just moved over to Kubuntu from windows. I'm a fairly new linux user. Everything seems to work well, except my bluetooth headphones. I can connect them, and for a while they work perfectly until they periodically go silent. Then they disconnect and reconnect.
I've googled the issue, but found nothing that really matches my problem.
Here is the output from:
cat /var/log/syslog | grep -i blue
and here is the output of:
dmesg | grep -i blue
I know what some of these words mean!! Are they any other commands I can run to get any more idea of whats going on?
Thanks,
-P
I just moved over to Kubuntu from windows. I'm a fairly new linux user. Everything seems to work well, except my bluetooth headphones. I can connect them, and for a while they work perfectly until they periodically go silent. Then they disconnect and reconnect.
I've googled the issue, but found nothing that really matches my problem.
Here is the output from:
cat /var/log/syslog | grep -i blue
Code:
bluetoothd[1142]: profiles/audio/avdtp.c:handle_unanswered_req() No reply to Suspend request kernel: [ 624.412765] Bluetooth: hci0: Invalid exception type 04 plasmashell[2108]: org.kde.plasma.pulseaudio: No object for name "bluez_output.88_08_94_01_F4_E9.1" wireplumber[1770]: Failed to release transport /org/bluez/hci0/dev_88_08_94_01_F4_E9/fd0: Input/output error bluetoothd[1142]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107) bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 88:08:94:01:F4:E9: Host is down (112) kernel: [ 631.220828] Bluetooth: hci0: Invalid exception type 03 bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 88:08:94:01:F4:E9: Host is down (112) kernel: [ 638.220889] Bluetooth: hci0: Invalid exception type 03 kernel: [ 647.336755] Bluetooth: hci0: Invalid exception type 03 kernel: [ 661.340665] Bluetooth: hci0: Invalid exception type 03 kernel: [ 662.120664] Bluetooth: hci0: Invalid exception type 03 bluetoothd[1142]: message repeated 2 times: [ profiles/audio/avdtp.c:avdtp_connect_cb() connect to 88:08:94:01:F4:E9: Host is down (112)] bluetoothd[1142]: plugins/policy.c:reconnect_timeout() Reconnecting services failed: Operation already in progress (114)
and here is the output of:
dmesg | grep -i blue
Code:
Bluetooth: hci0: Invalid exception type 04 Bluetooth: hci0: Invalid exception type 03 Bluetooth: hci0: Invalid exception type 03 Bluetooth: hci0: Invalid exception type 03 Bluetooth: hci0: Invalid exception type 03 Bluetooth: hci0: Invalid exception type 03
I know what some of these words mean!! Are they any other commands I can run to get any more idea of whats going on?
Thanks,
-P
Comment