web-dev-qa-db-fra.com

Impossible d'activer le bluetooth, Ubuntu 18.04, Asus Vivobook S400CA

Lorsque j'essaie d'activer Bluetooth sur le bouton, il devient orange, mais rien d'autre ne se produit. Il continue à dire que Bluetooth est désactivé.

rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

lspci -knn | grep Net -A3
02:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
    Subsystem: AzureWave AR9485 Wireless Network Adapter [1a3b:2126]
    Kernel driver in use: ath9k
    Kernel modules: ath9k
03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10)

dmesg | grep Bluetooth
[    2.282077] usb 1-1.1: Product: Bluetooth USB Host Controller
[    5.003871] Bluetooth: Core ver 2.22
[    5.003890] Bluetooth: HCI device and connection manager initialized
[    5.003893] Bluetooth: HCI socket layer initialized
[    5.003896] Bluetooth: L2CAP socket layer initialized
[    5.003902] Bluetooth: SCO socket layer initialized
[    8.293624] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.293625] Bluetooth: BNEP filters: protocol multicast
[    8.293629] Bluetooth: BNEP socket layer initialized
[   10.336040] Bluetooth: hci0: command 0x1003 tx timeout
[   12.352040] Bluetooth: hci0: command 0x1001 tx timeout
[   14.364130] Bluetooth: hci0: command 0x1009 tx timeout
[   32.317225] Bluetooth: RFCOMM TTY layer initialized
[   32.317231] Bluetooth: RFCOMM socket layer initialized
[   32.317237] Bluetooth: RFCOMM ver 1.11

lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 009: ID 03eb:8807 Atmel Corp. 
Bus 001 Device 004: ID 1bcf:2883 Sunplus Innovation Technology Inc. 
Bus 001 Device 008: ID 13d3:3402 IMC Networks 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
1
Uumas

J'ai eu le même problème avec un Asus Eee et Ubuntu 18.04.1 LTS.

La solution qui a fonctionné pour moi a été de redémarrer le pilote avec:

rmmod btusb
modprobe btusb

Trouvé ceci à partir d'un rapport de bogue: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894542

1
Ron