Pages : 1
#1 Le 05/04/2019, à 22:46
- Patrick LET
Bluetooth instable version 18.10
Bonjour
après installation de la version 18.10 sur un PC samsung portable, j'ai le bluetooth qui ne fonctionne pas. en fait j'ai réussi à connecter ma souris au premier allumage mais depuis bien que le bluetooth reconnait ma souris je ne peux pas la connecter et pareil avec autres périphériques.
c'est la première fois que ça fait ça. je suis sur ubuntu depuis plusieurs années et avec cette version j'ai ce problème !!!! quelqu'un peut-il m'aider ? merci
NB ; je suis nul en langage informatique
Hors ligne
#2 Le 06/04/2019, à 05:41
- xubu1957
Re : Bluetooth instable version 18.10
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
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 06/04/2019, à 10:06
- Patrick LET
Re : Bluetooth instable version 18.10
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
patrick@patrick-900X3G:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux patrick-900X3G 4.18.0-17-generic #18-Ubuntu SMP Wed Mar 13 14:34:40 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 93)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:5070]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
03: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:c109]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 003: ID 2232:1059 Silicon Motion
Bus 002 Device 002: ID 8087:07dc Intel Corp.
Bus 002 Device 005: ID 1c4f:0034 SiGma Micro
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 2.776291] Bluetooth: Core ver 2.22
[ 2.776311] Bluetooth: HCI device and connection manager initialized
[ 2.776314] Bluetooth: HCI socket layer initialized
[ 2.776317] Bluetooth: L2CAP socket layer initialized
[ 2.776324] Bluetooth: SCO socket layer initialized
[ 2.811686] Bluetooth: hci0: read Intel version: 370710018002030d00
[ 2.813172] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[ 3.012829] Bluetooth: hci0: Intel firmware patch completed and activated
[ 4.666547] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.666549] Bluetooth: BNEP filters: protocol multicast
[ 4.666554] Bluetooth: BNEP socket layer initialized
[ 7.245154] Bluetooth: RFCOMM TTY layer initialized
[ 7.245161] Bluetooth: RFCOMM socket layer initialized
[ 7.245166] Bluetooth: RFCOMM ver 1.11
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.060859] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.851353] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x575f01)
[ 2.813172] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[ 2.843299] iwlwifi 0000:02:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
[ 3.012829] Bluetooth: hci0: Intel firmware patch completed and activated
bluetooth 552960 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 24576 2 bluetooth
patrick@patrick-900X3G:~$ sudo service bluetooth status
[sudo] Mot de passe de patrick :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sat 2019-04-06 10:54:12 CEST; 8min ago
Docs: man:bluetoothd(8)
Main PID: 822 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4548)
Memory: 2.1M
CGroup: /system.slice/bluetooth.service
└─822 /usr/lib/bluetooth/bluetoothd
avril 06 10:54:12 patrick-900X3G systemd[1]: Starting Bluetooth service...
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth daemon 5.50
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Starting SDP server
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth management interface
avril 06 10:54:12 patrick-900X3G systemd[1]: Started Bluetooth service.
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
lines 1-18/18 (END)
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sat 2019-04-06 10:54:12 CEST; 8min ago
Docs: man:bluetoothd(8)
Main PID: 822 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4548)
Memory: 2.1M
CGroup: /system.slice/bluetooth.service
└─822 /usr/lib/bluetooth/bluetoothd
avril 06 10:54:12 patrick-900X3G systemd[1]: Starting Bluetooth service...
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth daemon 5.50
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Starting SDP server
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth management interface
avril 06 10:54:12 patrick-900X3G systemd[1]: Started Bluetooth service.
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
~
~
~
~
...skipping...
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sat 2019-04-06 10:54:12 CEST; 8min ago
Docs: man:bluetoothd(8)
Main PID: 822 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4548)
Memory: 2.1M
CGroup: /system.slice/bluetooth.service
└─822 /usr/lib/bluetooth/bluetoothd
avril 06 10:54:12 patrick-900X3G systemd[1]: Starting Bluetooth service...
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth daemon 5.50
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Starting SDP server
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth management interface
avril 06 10:54:12 patrick-900X3G systemd[1]: Started Bluetooth service.
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
~
~
~
~
lines 1-18/18 (END)
patrick@patrick-900X3G:~$ dpkg -l | grep blue
ii bluez 5.50-0ubuntu1 amd64 Bluetooth tools and daemons
ii bluez-cups 5.50-0ubuntu1 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.50-0ubuntu1 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.28.2-2 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.28.2-2 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.50-0ubuntu1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.28.2-2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:12.2-0ubuntu5 amd64 Bluetooth module for PulseAudio sound server
patrick@patrick-900X3G:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
patrick@patrick-900X3G:~$
voilà le résultat, perso je n'y comprends rien.... merci de bien vouloir continuer à m'aider. à plus
Dernière modification par Patrick LET (Le 06/04/2019, à 16:25)
Hors ligne
#4 Le 06/04/2019, à 10:36
- xubu1957
Re : Bluetooth instable version 18.10
Pour ajouter toi-même les balises code à ton précédent message #3 : Merci
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
pour éviter de s'esquinter les yeux :
patrick@patrick-900X3G:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux patrick-900X3G 4.18.0-17-generic #18-Ubuntu SMP Wed Mar 13 14:34:40 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 93)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:5070]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
03: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:c109]
Kernel driver in use: r8169
Kernel modules: r8169
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 003: ID 2232:1059 Silicon Motion
Bus 002 Device 002: ID 8087:07dc Intel Corp.
Bus 002 Device 005: ID 1c4f:0034 SiGma Micro
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 2.776291] Bluetooth: Core ver 2.22
[ 2.776311] Bluetooth: HCI device and connection manager initialized
[ 2.776314] Bluetooth: HCI socket layer initialized
[ 2.776317] Bluetooth: L2CAP socket layer initialized
[ 2.776324] Bluetooth: SCO socket layer initialized
[ 2.811686] Bluetooth: hci0: read Intel version: 370710018002030d00
[ 2.813172] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[ 3.012829] Bluetooth: hci0: Intel firmware patch completed and activated
[ 4.666547] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.666549] Bluetooth: BNEP filters: protocol multicast
[ 4.666554] Bluetooth: BNEP socket layer initialized
[ 7.245154] Bluetooth: RFCOMM TTY layer initialized
[ 7.245161] Bluetooth: RFCOMM socket layer initialized
[ 7.245166] Bluetooth: RFCOMM ver 1.11
[ 0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.060859] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.851353] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x575f01)
[ 2.813172] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[ 2.843299] iwlwifi 0000:02:00.0: loaded firmware version 17.948900127.0 op_mode iwlmvm
[ 3.012829] Bluetooth: hci0: Intel firmware patch completed and activated
bluetooth 552960 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic 24576 2 bluetooth
patrick@patrick-900X3G:~$ sudo service bluetooth status
[sudo] Mot de passe de patrick :
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sat 2019-04-06 10:54:12 CEST; 8min ago
Docs: man:bluetoothd(8)
Main PID: 822 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4548)
Memory: 2.1M
CGroup: /system.slice/bluetooth.service
└─822 /usr/lib/bluetooth/bluetoothd
avril 06 10:54:12 patrick-900X3G systemd[1]: Starting Bluetooth service...
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth daemon 5.50
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Starting SDP server
avril 06 10:54:12 patrick-900X3G bluetoothd[822]: Bluetooth management interface
avril 06 10:54:12 patrick-900X3G systemd[1]: Started Bluetooth service.
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
avril 06 10:54:14 patrick-900X3G bluetoothd[822]: Endpoint registered: sender=:1
lines 1-18/18 (END)
patrick@patrick-900X3G:~$ dpkg -l | grep blue
ii bluez 5.50-0ubuntu1 amd64 Bluetooth tools and daemons
ii bluez-cups 5.50-0ubuntu1 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.50-0ubuntu1 amd64 bluez obex daemon
ii gir1.2-gnomebluetooth-1.0:amd64 3.28.2-2 amd64 Introspection data for GnomeBluetooth
ii gnome-bluetooth 3.28.2-2 amd64 GNOME Bluetooth tools
ii libbluetooth3:amd64 5.50-0ubuntu1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.28.2-2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:12.2-0ubuntu5 amd64 Bluetooth module for PulseAudio sound server
patrick@patrick-900X3G:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
patrick@patrick-900X3G:~$
_ _ _
Voir règles du forum > balises BB code
Balise CODE :
C'est la balise à utiliser pour donner de longs messages d'erreurs, des contenus de fichiers de configuration, des commandes à taper, etc … Elle permet des messages plus "compacts", et est moins ambiguë que d'autres polices sur certains caractères.
_ _ _
Tente cette commande pour des cartes wifi Intel :
Bonjour !
Merci Toutafai !
J'ai enfin résolu le problème à l'aide de Varunendra sur le forum anglophone. Tu étais très proche de la solution, il fallait finalement remplacer le contenu du fichier (et pas ajouter à la fin comme je l'ai fait). Et il fallait aussi modifier un paramètre concernant l'utilisation simultanée du Wifi et du Bluetooth dans mon cas. Voici la manipulation exacte que j’ai utilisée :echo "options iwlwifi bt_coex_active=N swcrypto=1 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
A priori, le paramètre "swcrypto" ne semble avoir aucune incidence sur ma connexion, mais je le laisse par simple précaution.
Le détails des options est expliqué très clairement ici (en anglais) : http://ubuntuforums.org/showpost.php?p=12943350
...
Merci encore pour toute ton aide !
dans > [Résolu] Wifi instable Ubuntu 14.04 Intel Wireless-N 1030
et proposée le 01/05/2017 > [Resolu]Problème wifi après installation de ubuntu - Carte wifi Intel
Dernière modification par xubu1957 (Le 06/04/2019, à 16:29)
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 06/04/2019, à 16:28
- Patrick LET
Re : Bluetooth instable version 18.10
j'ai répondu dans le #3 avec les balises code, désolé er merci pour la suite
je peux tester la commande que tu me proposes ? elle date de 2014 !!!!
Dernière modification par Patrick LET (Le 06/04/2019, à 16:29)
Hors ligne
#6 Le 06/04/2019, à 16:41
- xubu1957
Re : Bluetooth instable version 18.10
La commande a marché une dizaine de fois depuis !
Donne alors :
hcitool scan
pour suivre > la procédure de Naziel
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 06/04/2019, à 16:52
- Patrick LET
Re : Bluetooth instable version 18.10
merci je teste et te dit
Hors ligne
#8 Le 06/04/2019, à 17:09
- Patrick LET
Re : Bluetooth instable version 18.10
merciii !! ça marche enfin presque !!! mon bluetooth ne retrouve pas automatiquement ma souris à l'allumage donc je refais à chaque fois la manip mais au moins ça fonctionne !! merci XUBU1957
Hors ligne
#9 Le 06/04/2019, à 17:11
- xubu1957
Re : Bluetooth instable version 18.10
C'est quelle marque et modèle, ta souris ?
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
#10 Le 06/04/2019, à 17:23
- Patrick LET
Re : Bluetooth instable version 18.10
c'est une souris HP Z5000. je n'ai jamais eu de soucis avec avec les anciennes versions de Ubuntu !!!
Hors ligne
#11 Le 06/04/2019, à 17:34
- xubu1957
Re : Bluetooth instable version 18.10
Elle est farceuse > askubuntu.com/questions/1065335/bluetooth-mouse-constantly-disconnects-and-reconnects
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
#12 Le 06/04/2019, à 20:54
- Patrick LET
Re : Bluetooth instable version 18.10
je ne comprends ce qu'il faut que j'écrive dans le terminal.... désolé mais un anglais mal maitrisé + débutant en informatique !!! ça fait beaucoup. j'ai essayé de coller des phrases dans le teminal mais ça done rien. je crois que je ne comprends rien de ce qu'il y a à faire !!!! peux tu m'aider en détaillant ce que je dois faire ? stpMerci
Hors ligne
#13 Le 06/04/2019, à 21:04
- nany
Re : Bluetooth instable version 18.10
Bonjour,
sudo sed -i 's/^#UserspaceHID/UserspaceHID/' /etc/bluetooth/input.conf
Pour dé-commenter la ligne dont il est question pour le fichier /etc/bluetooth/input.conf dans la page dont xubu1957 a mis le lien.
Puis redémarra la machine.
Dernière modification par nany (Le 06/04/2019, à 21:05)
En ligne
#14 Le 07/04/2019, à 10:09
- Patrick LET
Re : Bluetooth instable version 18.10
rebonjour, après plusieurs essais en fait il ne s'agit pas d'un problème avec ma souris HP mais de mon bluetooth qui est bien actif à l'allumage de l'ordi mais qui ne cherche d'office pas les appareils connectés. j'ai regardé les problèmes bluetooth dans le forum mais je ne sais pas quelle ligne de commande entrer pour solutionner mon problème !!!!
d'avance merci de votre aide
Hors ligne
#15 Le 07/04/2019, à 10:29
- xubu1957
Re : Bluetooth instable version 18.10
Bonjour,
Tu as regardé la Doc > 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
#16 Le 07/04/2019, à 21:33
- Patrick LET
Re : Bluetooth instable version 18.10
Bonsoir merci pour tout votre aide mais je n'y arrivais pas alors je suis repassé en 16.04 et TOUT fonctionne comme il faut.
à plus
Hors ligne
Pages : 1