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 02/05/2020, à 22:12

Pschit

[Résolu] - Impossible d'activer le bluetooth

Bonjour à tous,

J'ai installé la V20.04 en dual boot avec windows10 et tout s'est passé à merveille !
Cependant après que la fonction "activer bluetooth" ai disparu coté windows, puis réapparu après une réparation système, me voilà avec le même problème coté Ubuntu.

Dans les paramètres, j'ai bien un bouton pour activer le bluetooth, mais rien en se passe en l'activant...

J'ai déjà tenté la manip' ci dessous donnée dans l'aide globale sur le bluetooth, mais sans succès...

Merci de votre aide !

Deaats a écrit :

Ca roule !

Problème de Bluetooth résolu !Merci pour ton aide !

En résumé la solution se trouvait donc là :

xubu1957 a écrit :

Tu n'as pas un dual-boot avec Windows ?

J'avais conservé cette réponse :

Le 10/01/2017, Bougron a écrit :

Bonjour.
(...)
- Désactiver le démarrage rapide de windows.    Sous windows
    powercfg   /hibernate off
-  Ne jamais stopper windows avec la fonctionnalité ARRETER mais toujours avec la fonctionnalité REDEMARRER lorsqu'on est susceptible de lancer ubuntu et d'utiliser des périphériques  utilisés par windows : Les partitions NTFS,  le WIFI   et probablement le bluetooth.
Ce  fonctionnement est lié au démarrage rapide de windows qui verrouille (via le bios) les périphériques afin d'être sur de les retrouver à l'identique lors de son démarrage  qui ne refait pas les séquences d'initialisation.
- De stopper windows avec ARRETER que lorsqu'on est absolument sur que le prochain démarrage qu'on choisira de faire sera windows.

(...)

Dernière modification par Pschit (Le 03/05/2020, à 10:46)

Hors ligne

#2 Le 02/05/2020, à 22:20

xubu1957

Re : [Résolu] - Impossible d'activer le bluetooth

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

_ _ _

Méthode détaillée :

cqfd93 a écrit :

Bonjour,

Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message

    1578079461.png

  6. Colle là où se trouve le curseur (entre le ] et le [)

  7. Refais toutes les étapes depuis la 2 pour les autres commandes.

Dernière modification par xubu1957 (Le 02/05/2020, à 22:53)


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 02/05/2020, à 22:35

Pschit

Re : [Résolu] - Impossible d'activer le bluetooth

Salut Xubu1957

Merci de ta réponse !

Je ne sais pas si je m'y prend bien, mais ca marche jusqu'à l'étape 2 et voici ce qu'il donne:

pschit@Pschit:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
     Active: active (running) since Sat 2020-05-02 22:05:06 CEST; 27min ago
       Docs: man:bluetoothd(8)
   Main PID: 849 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 9360)
     Memory: 1.9M
     CGroup: /system.slice/bluetooth.service
             └─849 /usr/lib/bluetooth/bluetoothd

mai 02 22:05:06 Pschit systemd[1]: Starting Bluetooth service...
mai 02 22:05:06 Pschit bluetoothd[849]: Bluetooth daemon 5.53
mai 02 22:05:06 Pschit bluetoothd[849]: Starting SDP server
mai 02 22:05:06 Pschit systemd[1]: Started Bluetooth service.
mai 02 22:05:06 Pschit bluetoothd[849]: Bluetooth management interface 1.14 ini>
lines 1-16/16 (END)
__________________________________

Impossible d'entrer une nouvelle commande
Si j'ouvre une nouvelle console et entre les 2 dernières lignes alors:

pschit@Pschit:~$ 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.1-1                                   amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.34.1-1                                   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.1-1                                   amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:13.99.1-1ubuntu3                         amd64        Bluetooth module for PulseAudio sound server

pschit@Pschit:~$ rfkill list all
0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Hors ligne

#4 Le 02/05/2020, à 22:47

Pschit

Re : [Résolu] - Impossible d'activer le bluetooth

Bien reçu pour la mise en forme !
Voici donc l'intégralité du contenu

pschit@Pschit:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux Pschit 5.4.0-28-generic #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
	Subsystem: Intel Corporation Dual Band Wireless-AC 8260 [8086:0010]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
--
03:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
	Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
	Kernel driver in use: r8169
	Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
Bus 001 Device 002: ID 0bda:57f5 Realtek Semiconductor Corp. USB2.0 HD UVC WebCam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[    2.642380] Bluetooth: Core ver 2.22
[    2.643097] Bluetooth: HCI device and connection manager initialized
[    2.643100] Bluetooth: HCI socket layer initialized
[    2.643102] Bluetooth: L2CAP socket layer initialized
[    2.643104] Bluetooth: SCO socket layer initialized
[    4.253567] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.253568] Bluetooth: BNEP filters: protocol multicast
[    4.253570] Bluetooth: BNEP socket layer initialized
[    4.720453] Bluetooth: hci0: Reading Intel version information failed (-110)
[    4.720456] Bluetooth: hci0: command 0xfc05 tx timeout
[    0.111925] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.195081] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.524503] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    0.524510] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[    2.678649] iwlwifi 0000:02:00.0: loaded firmware version 36.77d01142.0 op_mode iwlmvm
[    2.777282] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    2.799316] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    2.903026] elan_i2c i2c-ELAN1000:00: Elan Touchpad: Module ID: 0x0005, Firmware: 0x0004, Sample: 0x000d, IAP: 0x000e
bluetooth             581632  12 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
pschit@Pschit:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
     Active: active (running) since Sat 2020-05-02 22:05:06 CEST; 27min ago
       Docs: man:bluetoothd(8)
   Main PID: 849 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 9360)
     Memory: 1.9M
     CGroup: /system.slice/bluetooth.service
             └─849 /usr/lib/bluetooth/bluetoothd

mai 02 22:05:06 Pschit systemd[1]: Starting Bluetooth service...
mai 02 22:05:06 Pschit bluetoothd[849]: Bluetooth daemon 5.53
mai 02 22:05:06 Pschit bluetoothd[849]: Starting SDP server
mai 02 22:05:06 Pschit systemd[1]: Started Bluetooth service.
mai 02 22:05:06 Pschit bluetoothd[849]: Bluetooth management interface 1.14 ini>
lines 1-16/16 (END)
pschit@Pschit:~$ 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.1-1                                   amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.34.1-1                                   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.1-1                                   amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:13.99.1-1ubuntu3                         amd64        Bluetooth module for PulseAudio sound server
pschit@Pschit:~$ rfkill list all
0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Hors ligne

#5 Le 02/05/2020, à 22:56

xubu1957

Re : [Résolu] - Impossible d'activer le bluetooth

Pour alléger la discussion, supprime le message #3.

_ _ _

rfkill list all
0: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no

Tente :

sudo rfkill unblock bluetooth && rfkill list bluetooth

Dernière modification par xubu1957 (Le 02/05/2020, à 22:57)


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

#6 Le 03/05/2020, à 10:43

Pschit

Re : [Résolu] - Impossible d'activer le bluetooth

Ca marche au top !
Merci !

Hors ligne

#7 Le 03/05/2020, à 10:47

xubu1957

Re : [Résolu] - Impossible d'activer le bluetooth

Bonjour,

xubu a écrit :

Pour alléger la discussion, supprime le message #3.

Pour info > [Tuto] Pas de Bluetooth ? Quelques solutions

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 wink

Dernière modification par xubu1957 (Le 03/05/2020, à 10:47)


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