Pages : 1
#1 Le 12/07/2019, à 17:59
- thesard
jumelage casque bluetooth
Bonjour,
j'ai un casque bluetooth, mais je n'arrive pas a activer le blutooth sur mon ubuntu !
[img]/home/mrani/Bureau/Capture du 2019-07-12 17-52-13.png[/img]
Hors ligne
#2 Le 12/07/2019, à 18:03
- xubu1957
Re : jumelage casque bluetooth
Bonjour,
Regarde > la méthode de moko138 pour poster une image.
_ _ _
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 13/07/2019, à 00:13
- thesard
Re : jumelage casque bluetooth
bonjour et merci pour votre reponse, ci apres les reponses aux commandes que vous m'avez fais passer :
:~$ uname -a; lspci -nnk | grep -iA3 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux mrani-X550LC 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
02: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
03:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
Subsystem: Foxconn International, Inc. RT3290 Wireless 802.11n 1T/1R PCIe [105b:e055]
Kernel driver in use: rt2800pci
Kernel modules: rt2800pci
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 002: ID 04f2:b40a Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 0.043427] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.214039] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 1.447552] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 2.408645] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
[ 32.792454] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt3290.bin'
[ 33.057793] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.37
:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: inactive (dead)
Docs: man:bluetoothd(8)
lines 1-4/4 (END)
:~$ dpkg -l | grep blue
ii bluez 5.37-0ubuntu5.1 amd64 Bluetooth tools and daemons
ii bluez-cups 5.37-0ubuntu5.1 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.37-0ubuntu5.1 amd64 bluez obex daemon
ii gnome-bluetooth 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools
ii indicator-bluetooth 0.0.6+16.04.20160526-0ubuntu1 amd64 System bluetooth indicator.
ii libbluetooth3:amd64 5.37-0ubuntu5.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libgnome-bluetooth13:amd64 3.18.2-1ubuntu2 amd64 GNOME Bluetooth tools - support library
ii pulseaudio-module-bluetooth 1:8.0-0ubuntu3.10 amd64 Bluetooth module for PulseAudio sound server
:~$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
Hors ligne
#4 Le 13/07/2019, à 05:35
- xubu1957
Re : jumelage casque bluetooth
Bonjour,
J'avais eu cet échange > Pb. de Bluetooth avec carte Ralink RT3290 - [Résolu]
_ _ _
Dans > askubuntu.com/questions/1020810/ralink-rt3290-bluetooth-adapter-is-not-working-full-process, il est proposé ce PPA pour obtenir un pilote > blaze/+archive/ubuntu/rtbth-dkms
Dernière modification par xubu1957 (Le 13/07/2019, à 05:46)
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
Pages : 1