#1 Le 20/03/2021, à 15:11
- stenozine
[résolu] probleme sur clé bluetooth tplink ub400
Bonjour,
La clé est reconnue, le wifi est activé, mais lorsque je tente d'appairer un périphérique rien ne se passe. ça reste "non connecté".
Mon systeme est ubuntu 20.04.
merci pour votre aide!
David
Dernière modification par stenozine (Le 21/03/2021, à 11:18)
Hors ligne
#2 Le 20/03/2021, à 16:15
- xubu1957
Re : [résolu] probleme sur clé bluetooth tplink ub400
Bonjour,
Si tu ne trouves pas de solution dans > [Tuto] Pas de Bluetooth ? Quelques solutions
Il faudra fournir, en te servant du Retour utilisable de commande :
uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all
et avec un terminal dont au préalable la fenêtre est élargie, afin de ne pas tronquer les lignes :
sudo service bluetooth status
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#3 Le 20/03/2021, à 19:54
- stenozine
Re : [résolu] probleme sur clé bluetooth tplink ub400
david@RueDesJardins:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux RueDesJardins 5.8.0-45-generic #51~20.04.1-Ubuntu SMP Tue Feb 23 13:46:31 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 11)
Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 004: ID 26f2:0200
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 3.729862] Bluetooth: Core ver 2.22
[ 3.729920] Bluetooth: HCI device and connection manager initialized
[ 3.729928] Bluetooth: HCI socket layer initialized
[ 3.729935] Bluetooth: L2CAP socket layer initialized
[ 3.729943] Bluetooth: SCO socket layer initialized
[ 3.837717] Bluetooth: HCI UART driver ver 2.3
[ 3.837721] Bluetooth: HCI UART protocol H4 registered
[ 3.837722] Bluetooth: HCI UART protocol BCSP registered
[ 3.837747] Bluetooth: HCI UART protocol LL registered
[ 3.837749] Bluetooth: HCI UART protocol ATH3K registered
[ 3.837769] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.837817] Bluetooth: HCI UART protocol Intel registered
[ 3.837863] Bluetooth: HCI UART protocol Broadcom registered
[ 3.837878] Bluetooth: HCI UART protocol QCA registered
[ 3.837879] Bluetooth: HCI UART protocol AG6XX registered
[ 3.837895] Bluetooth: HCI UART protocol Marvell registered
[16929.727369] Bluetooth: hci0: unexpected event for opcode 0x0000
[16929.850750] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[16929.850754] Bluetooth: BNEP filters: protocol multicast
[16929.850762] Bluetooth: BNEP socket layer initialized
[16941.379607] Bluetooth: RFCOMM TTY layer initialized
[16941.379617] Bluetooth: RFCOMM socket layer initialized
[16941.379632] Bluetooth: RFCOMM ver 1.11
[ 0.129727] Spectre V2 : Enabling Restricted Speculation for firmware calls
bluetooth 581632 41 btrtl,btqca,btintel,hci_uart,btbcm,bnep,btusb,rfcomm
ecdh_generic 16384 2 bluetooth
david@RueDesJardins:~$ dpkg -l | grep blue
ii bluez 5.53-0ubuntu3 amd64 Bluetooth tools and daemons
ii bluez-cups 5.53-0ubuntu3 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.53-0ubuntu3 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.34.3-0ubuntu1 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.34.3-0ubuntu1 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.53-0ubuntu3 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.34.3-0ubuntu1 amd64 GNOME Bluetooth tools - support library
david@RueDesJardins:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
david@RueDesJardins:~$ sudo service bluetooth status
[sudo] Mot de passe de david :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pres>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface >
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect faile>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect faile>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect faile>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect faile>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor prese>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed >
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed >
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed >
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed >
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset:>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.1>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed f>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed f>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed f>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed f>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enab>
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 ini>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initia>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initializ>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42:>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42:>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42:>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42:>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: P>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: P>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: P>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: P>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pr>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pr>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pr>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pr>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pro>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pro>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pro>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Pro>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Prot>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Prot>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Prot>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Prot>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Proto>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Proto>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Proto>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Proto>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protoc>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protoc>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protoc>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protoc>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol >
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol >
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol >
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol >
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not ava>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not ava>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not ava>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not ava>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not avai>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not avai>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not avai>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not avai>
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 5h 8min ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
~
~
~
lines 1-20/20 (END)
voilà!
Hors ligne
#4 Le 20/03/2021, à 19:59
- xubu1957
Re : [résolu] probleme sur clé bluetooth tplink ub400
lignes tronquées :
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface>
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect fail>
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#5 Le 20/03/2021, à 22:29
- stenozine
Re : [résolu] probleme sur clé bluetooth tplink ub400
ok désolé...
voilà:
david@RueDesJardins:~$ sudo service bluetooth status
[sudo] Mot de passe de david :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-03-20 14:39:28 CET; 7h ago
Docs: man:bluetoothd(8)
Main PID: 6797 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4300)
Memory: 2.6M
CGroup: /system.slice/bluetooth.service
└─6797 /usr/lib/bluetooth/bluetoothd
mars 20 14:39:28 RueDesJardins systemd[1]: Starting Bluetooth service...
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth daemon 5.53
mars 20 14:39:28 RueDesJardins systemd[1]: Started Bluetooth service.
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Starting SDP server
mars 20 14:39:28 RueDesJardins bluetoothd[6797]: Bluetooth management interface 1.17 initialized
mars 20 14:39:49 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:40 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:41 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
mars 20 14:40:48 RueDesJardins bluetoothd[6797]: a2dp-sink profile connect failed for 34:DF:2A:40:17:42: Protocol not available
david@RueDesJardins:~$
Hors ligne
#6 Le 20/03/2021, à 22:36
- xubu1957
Re : [résolu] probleme sur clé bluetooth tplink ub400
Vu :
a2dp-source profile connect failed for 34:DF:2A:40:17:42: Protocol not available
Tu pourrais tenter :
Pour corriger les messages Protocol not available, il faut installer pulseaudio-module-bluetooth.
sudo apt-get install pulseaudio-module-bluetooth
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#7 Le 21/03/2021, à 00:53
- stenozine
Re : [résolu] probleme sur clé bluetooth tplink ub400
ça ne change rien, ça réfléchi toujours, le périphérique est appairé mais toujours déconnecté.
Hors ligne
#8 Le 21/03/2021, à 06:31
- xubu1957
Re : [résolu] probleme sur clé bluetooth tplink ub400
Bonjour,
Tente :
sudo /etc/init.d/bluetooth restart
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 21/03/2021, à 08:52
- stenozine
Re : [résolu] probleme sur clé bluetooth tplink ub400
ouah! ça fonctionne! meme en redémarrant l'ordi!
sudo /etc/init.d/bluetooth restart
cette commande redémarre le bluetooth? pourquoi ça ne se fait pas automatiquement au redémarrage de l'ordi?
comment mettre "résolu" dans le titre?
merci pour votre aide!
Dernière modification par stenozine (Le 21/03/2021, à 08:56)
Hors ligne
#10 Le 21/03/2021, à 08:58
- xubu1957
Re : [résolu] probleme sur clé bluetooth tplink ub400
Tu as regardé la Doc > bluetooth (fin du § 9.2) ?
Pour éditer ta discussion et rajouter [Résolu] au début du titre, il faut utiliser le bouton Modifier au bas de ton premier message.
Merci
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne