Bonjour,
J'arrive à activer le bluetooth sur mon laptop Asus tournant sous xubuntu mais je ne peux pas ajouter de périphériques. Il me semble que linux ne trouve pas d'adaptateur. Pourtant d'après ce que je comprends des commandes il y en a bien un.
Voici les infos régulièrement demandées.
florent@florent:~$ uname -a; lspci -nnk | grep -iA2 net; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux florent 4.15.0-32-generic #35~16.04.1-Ubuntu SMP Fri Aug 10 21:54:34 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
03:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless Network Adapter [168c:0034] (rev 01)
Subsystem: Bigfoot Networks, Inc. Killer Wireless-N 1202 Half-size Mini PCIe Card [1a56:2003]
Kernel driver in use: ath9k
Kernel modules: ath9k
04:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
Subsystem: ASUSTeK Computer Inc. QCA8171 Gigabit Ethernet [1043:200f]
Kernel driver in use: alx
Kernel modules: alx
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 04f2:b414 Chicony Electronics Co., Ltd
Bus 001 Device 004: ID 0cf3:3004 Atheros Communications, Inc. AR3012 Bluetooth 4.0
Bus 001 Device 003: ID 046d:0a55 Logitech, Inc.
Bus 001 Device 002: ID 248a:ff0f
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 3.461092] Bluetooth: Core ver 2.22
[ 3.461108] Bluetooth: HCI device and connection manager initialized
[ 3.461111] Bluetooth: HCI socket layer initialized
[ 3.461113] Bluetooth: L2CAP socket layer initialized
[ 3.461119] Bluetooth: SCO socket layer initialized
[ 3.483374] Bluetooth: hci0: don't support firmware rome 0x11020000
[ 3.572132] Bluetooth: hci0: don't support firmware rome 0x11020000
[ 5.179648] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.179649] Bluetooth: BNEP filters: protocol multicast
[ 5.179653] Bluetooth: BNEP socket layer initialized
[ 0.032265] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.056030] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 1.310552] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 1.893010] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x360f08)
[ 3.483374] Bluetooth: hci0: don't support firmware rome 0x11020000
[ 3.572132] Bluetooth: hci0: don't support firmware rome 0x11020000
bluetooth 557056 13 btrtl,btintel,bnep,btbcm,ath3k,btusb
ecdh_generic 24576 1 bluetooth
florent@florent:~$
Je repère cette ligne
[ 3.572132] Bluetooth: hci0: don't support firmware rome 0x11020000
florent@florent:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since jeu. 2018-08-23 09:06:03 CEST; 16min ago
Docs: man:bluetoothd(8)
Main PID: 1407 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─1407 /usr/lib/bluetooth/bluetoothd
août 23 09:06:03 florent systemd[1]: Starting Bluetooth service...
août 23 09:06:03 florent bluetoothd[1407]: Bluetooth daemon 5.37
août 23 09:06:03 florent systemd[1]: Started Bluetooth service.
août 23 09:06:03 florent bluetoothd[1407]: Starting SDP server
août 23 09:06:03 florent bluetoothd[1407]: Bluetooth management interface 1.14 initialized
florent@florent:~$
florent@florent:~$ dpkg -l | grep blue
ii blueman 2.0.4-1ubuntu2 amd64 Graphical bluetooth manager
ii bluetooth 5.37-0ubuntu5.1 all Bluetooth support
ii bluetooth-touch 0.3.3+16.04.20160201-0ubuntu1 amd64 Firmware patching utility and config for bluetooth
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 bluez-tools 0.2.0~20140808-5 amd64 Set of tools to manage Bluetooth devices for linux
ii libbluetooth3:amd64 5.37-0ubuntu5.1 amd64 Library to use the BlueZ Linux Bluetooth stack
florent@florent:~$
Pour information, j'ai installé le paquet indiqué dans le poste #5 de ce thread :
https://forum.ubuntu-fr.org/viewtopic.php?id=2015245. Cela ne change rien pour moi.