Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/03/2024, à 17:33

Satellune

problème de connextion en bluetooth avec un casque aftershokz

Bonjour,
je n'arrive pas à connecter mon casque en bluetooth, il n'est pas reconnu sous ubuntu.
Savez-vous comment procéder?
Merci

Hors ligne

#2 Le 15/03/2024, à 17:37

xubu1957

Re : problème de connextion en bluetooth avec un casque aftershokz

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; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue
rfkill list all
sudo service bluetooth status | cat
moko138 a écrit :

1) Les balises-code sont les < > (crochets bleus) de la barre de mise en forme.

Balisesmoko138.jpg
_ _ _

3) /!\  Si vous avez plusieurs retours à donner, séparez-les bien (toujours pour la lisibilité) :

comme
cela.

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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 15/03/2024, à 17:38

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

adminpc@pc-steph:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
Linux pc-steph 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Micro-Star International Co., Ltd. [MSI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1462:7d23]
	Kernel driver in use: r8169
	Kernel modules: r8169
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
Bus 002 Device 003: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 009: ID 1bcf:0005 Sunplus Innovation Technology Inc. Optical Mouse
Bus 001 Device 005: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 007: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 001 Device 004: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[sudo] Mot de passe de adminpc : 
bluetooth            1081344  44 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  2 bluetooth
adminpc@pc-steph:~$ 

Hors ligne

#4 Le 15/03/2024, à 17:39

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

adminpc@pc-steph:~$ dpkg -l | grep blue
ii  bluez                                         5.64-0ubuntu1.1                             amd64        Bluetooth tools and daemons
ii  bluez-btsco                                   1:0.50-0ubuntu7                             amd64        Bluez Bluetooth SCO tool
ii  bluez-cups                                    5.64-0ubuntu1.1                             amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                   5.64-0ubuntu1.1                             amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-3.0:amd64               42.0-5                                      amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                               3.34.5-8                                    amd64        GNOME Bluetooth Send To app
ii  gnome-bluetooth-3-common                      42.0-5                                      all          GNOME Bluetooth 3 common files
ii  gnome-bluetooth-common                        3.34.5-8                                    all          GNOME Bluetooth common files
ii  libbluetooth3:amd64                           5.64-0ubuntu1.1                             amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth-3.0-13:amd64               42.0-5                                      amd64        GNOME Bluetooth 3 support library
ii  libgnome-bluetooth13:amd64                    3.34.5-8                                    amd64        GNOME Bluetooth tools - support library
ii  libkf5bluezqt-data                            5.92.0-0ubuntu1                             all          data files for bluez-qt
ii  libkf5bluezqt6:amd64                          5.92.0-0ubuntu1                             amd64        Qt wrapper for bluez
ii  pulseaudio-module-bluetooth                   1:15.99.1+dfsg1-1ubuntu2.1                  amd64        Bluetooth module for PulseAudio sound server
ii  qml-module-org-kde-bluezqt:amd64              5.92.0-0ubuntu1                             amd64        QML wrapper for bluez

Hors ligne

#5 Le 15/03/2024, à 17:39

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

adminpc@pc-steph:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
adminpc@pc-steph:~$ 

Hors ligne

#6 Le 15/03/2024, à 17:40

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

adminpc@pc-steph:~$ sudo service bluetooth status | cat
[sudo] Mot de passe de adminpc : 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2024-03-15 15:42:16 CET; 58min ago
       Docs: man:bluetoothd(8)
   Main PID: 1142 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 9220)
     Memory: 2.4M
        CPU: 1.032s
     CGroup: /system.slice/bluetooth.service
             └─1142 /usr/lib/bluetooth/bluetoothd

mars 15 15:58:42 pc-steph bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 54:B7:E5:BD:E3:BD: Host is down (112)
mars 15 15:58:51 pc-steph bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 54:B7:E5:BD:E3:BD: Host is down (112)
mars 15 15:59:05 pc-steph bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 54:B7:E5:BD:E3:BD: Host is down (112)
mars 15 15:59:27 pc-steph bluetoothd[1142]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 54:B7:E5:BD:E3:BD: Host is down (112)
mars 15 15:59:48 pc-steph bluetoothd[1142]: /org/bluez/hci0/dev_54_B7_E5_BD_E3_BD/sep1/fd1: fd(40) ready
mars 15 16:00:00 pc-steph bluetoothd[1142]: plugins/policy.c:reconnect_timeout() Reconnecting services failed: Operation already in progress (114)
mars 15 16:25:44 pc-steph bluetoothd[1142]: Wrong size of start discovery return parameters
mars 15 16:25:44 pc-steph bluetoothd[1142]: No matching connection for device
mars 15 16:27:22 pc-steph bluetoothd[1142]: Wrong size of start discovery return parameters
mars 15 16:29:09 pc-steph bluetoothd[1142]: Wrong size of start discovery return parameters
adminpc@pc-steph:~$ 

Hors ligne

#7 Le 15/03/2024, à 17:41

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

J'ai le même soucis avec mon ordi ordinateur sous ubuntu

Hors ligne

#8 Le 15/03/2024, à 17:52

xubu1957

Re : problème de connextion en bluetooth avec un casque aftershokz

Tente :

sudo /etc/init.d/bluetooth restart

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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 15/03/2024, à 17:58

Satellune

Re : problème de connextion en bluetooth avec un casque aftershokz

adminpc@pc-steph:~$ sudo /etc/init.d/bluetooth restart
[sudo] Mot de passe de adminpc : 
Restarting bluetooth (via systemctl): bluetooth.service.

Hors ligne