Parece um problema muito comum. Isso acontece comigo quase 3-4 vezes por mês. Eu não posso ligar por qualquer meio. Eu tentei quase todas as soluções disponíveis no askubuntu e em outros fóruns.
sudo rfkill unblock bluetooth
Este comando parece ser muito útil para a maioria dos usuários linux, mas infelizmente não para mim. sudo apt-get install bluetooth bluez bluez-tools rfkill
Não ligou o bluetooth.
sudo rfkill list
Isso mostra que todos os meus dispositivos Bluetooth não estão bloqueados de forma alguma. 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no2: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
Mais comandos
sudo rfkill desbloquear bluetooth
Verifique se o serviço Bluetooth está ativo executando o seguinte comando.
sudo service bluetooth start
Estes comandos não mostram nenhum erro. Eu tentei usar GUI . Eu vi que o bluetooth ainda estava desativado.
lspci -nnk | grep -iA3 net;
02:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12) Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:0940] Kernel driver in use: r8169 Kernel modules: r8169 03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01) Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0642] Kernel driver in use: ath9k Kernel modules: ath9k 04:00.0 3D controller [0302]: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] [10de:1140] (rev a1)
6. Saída de lsusb
Bus 001 Device 002: ID 8087:8001 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 003: ID 04f2:b452 Chicony Electronics Co., Ltd Bus 002 Device 002: ID 04ca:300b Lite-On Technology Corp. Atheros AR3012 Bluetooth Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
7. Saída de dmesg | egrep -i 'blue|firm';
[ 1.426497] [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS [ 12.668914] Bluetooth: Core ver 2.21 [ 12.668934] Bluetooth: HCI device and connection manager initialized [ 12.668938] Bluetooth: HCI socket layer initialized [ 12.668942] Bluetooth: L2CAP socket layer initialized [ 12.668948] Bluetooth: SCO socket layer initialized [ 18.038328] Bluetooth: Can't get version to change to load ram patch err [ 18.038333] Bluetooth: Loading patch file failed [ 44.855708] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [
44.855712] Bluetooth: BNEP filters: protocol multicast [ 44.855716] Bluetooth: BNEP socket layer initialized [ 5647.817993] [Firmware Bug]: battery: (dis)charge rate invalid.
Qual poderia ser o motivo possível? Na próxima inicialização, funciona normalmente. Qual poderia ser a solução? Eu não quero reiniciar o PC apenas para ligar o bluetooth.