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 18/02/2019, à 14:40

Karibouze

Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Bonjour tout le monde,

Je crois que nous sommes nombreux à avoir des soucis avec le blutooth, mais étant toute nouvelle sur Ubuntu j'avoue ne pas comprendre grand chose aux échanges que je lis...
Quand j'active le blutooth, le bouton interrupteur fonctionne mais le blutooth reste affiché comme désactivé et ne détecte aucun périphérique. Est-ce que quelqu'un a une idée de ce que je pourrais faire ??

Merci et bonne journée !

Dernière modification par Karibouze (Le 18/02/2019, à 15:53)

Hors ligne

#2 Le 18/02/2019, à 14:45

xubu1957

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Bonjour,

Il faut 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
sudo service bluetooth status
dpkg -l | grep blue

et :

rfkill list all
cqfd93 a écrit :

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é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

En ligne

#3 Le 18/02/2019, à 15:07

Karibouze

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Bonjour !

Merci beaucoup pour ton aide. Voici mes retours :

lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux lorine-905S3G-906S3G-915S3G-9305SG 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 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 0c)
	Subsystem: Samsung Electronics Co Ltd RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [144d:c730]
	Kernel driver in use: r8169
	Kernel modules: r8169
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
	Subsystem: Samsung Electronics Co Ltd QCA9565 / AR9565 Wireless Network Adapter [144d:411c]
	Kernel driver in use: ath9k
	Kernel modules: ath9k
Bus 002 Device 003: ID 2232:1054 Silicon Motion 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    8.438989] Bluetooth: Core ver 2.22
[    8.439039] Bluetooth: HCI device and connection manager initialized
[    8.439049] Bluetooth: HCI socket layer initialized
[    8.439054] Bluetooth: L2CAP socket layer initialized
[    8.439070] Bluetooth: SCO socket layer initialized
[    8.818251] Bluetooth: hci0: don't support firmware rome 0x31010000
[   10.203870] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.203875] Bluetooth: BNEP filters: protocol multicast
[   10.203885] Bluetooth: BNEP socket layer initialized
[ 1262.517893] Bluetooth: hci0: don't support firmware rome 0x31010000
[    0.078325] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    3.518880] [drm] Found UVD firmware Version: 1.64 Family ID: 9
[    3.522857] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[    3.926419] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x575f05)
[    8.818251] Bluetooth: hci0: don't support firmware rome 0x31010000
[ 1262.517893] Bluetooth: hci0: don't support firmware rome 0x31010000
bluetooth             548864  13 btrtl,btintel,bnep,btbcm,ath3k,btusb
ecdh_generic           24576  1 bluetooth
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ 
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ sudo service bluetooth status
[sudo] Mot de passe de lorine : 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
   Active: active (running) since Mon 2019-02-18 13:08:37 CET; 1h 57min ago
     Docs: man:bluetoothd(8)
 Main PID: 752 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 3991)
   CGroup: /system.slice/bluetooth.service
           └─752 /usr/lib/bluetooth/bluetoothd

févr. 18 13:08:37 lorine-905S3G-906S3G-915S3G-9305SG systemd[1]: Starting Blueto
févr. 18 13:08:37 lorine-905S3G-906S3G-915S3G-9305SG bluetoothd[752]: Bluetooth 
févr. 18 13:08:37 lorine-905S3G-906S3G-915S3G-9305SG systemd[1]: Started Bluetoo
févr. 18 13:08:37 lorine-905S3G-906S3G-915S3G-9305SG bluetoothd[752]: Starting S
févr. 18 13:08:37 lorine-905S3G-906S3G-915S3G-9305SG bluetoothd[752]: Bluetooth 
lines 1-15/15 (END)
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ dpkg -l | grep blue
ii  bluez                                      5.48-0ubuntu3.1                     amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.48-0ubuntu3.1                     amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                5.48-0ubuntu3.1                     amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:amd64            3.28.0-2                            amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.28.0-2                            amd64        GNOME Bluetooth tools
ii  libbluetooth3:amd64                        5.48-0ubuntu3.1                     amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:amd64                 3.28.0-2                            amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:11.1-1ubuntu7.1                   amd64        Bluetooth module for PulseAudio sound server
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ 
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: samsung-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
3: samsung-bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ 

Hors ligne

#4 Le 18/02/2019, à 15:13

xubu1957

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Essaye :

sudo rfkill unblock bluetooth && rfkill list bluetooth

Doc bluetooth au § 8.1.2.5


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

En ligne

#5 Le 18/02/2019, à 15:19

Karibouze

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Voilà mon retour :

lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ sudo rfkill unblock bluetooth && rfkill list bluetooth
[sudo] Mot de passe de lorine : 
3: samsung-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
lorine@lorine-905S3G-906S3G-915S3G-9305SG:~$ 

J'ai réessayer de l'activer suite à ça mais ça ne change rien.

Hors ligne

#6 Le 18/02/2019, à 15:23

xubu1957

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Vu le noyau :

4.15.0-29

et les messages :

Bluetooth: hci0: don't support firmware rome 0x31010000

Passe les mises à jour :

sudo apt update
sudo apt full-upgrade

avec un redémarrage.

Une anomalie est corrigée à partir du noyau 4.15.0-33.

commentaire #81 a écrit :

This bug was fixed in the package linux - 4.15.0-33.36

> bugs.launchpad.net/ubuntu/+source/linux/+bug/1764645

Dernière modification par xubu1957 (Le 18/02/2019, à 15:24)


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

En ligne

#7 Le 18/02/2019, à 15:50

Karibouze

Re : Impossible d'activer blutooth (Ubuntu 18.04) [RÉSOLU]

Génial, après la dernière manip indiquée + redémarrage ça marche !! Merci beaucoup pour ton aide rapide et efficace, je passe en résolu smile

Hors ligne