Eu instalei o blueman e usei o Bluetooth executando sudo modprobe bluetooth
.
Agora o Bluetooth não é mais detectado, mesmo depois de executar sudo modprobe bluetooth
. Como posso ativá-lo novamente?
silvia@michael:~$ lsmod | grep blue
bluetooth 544768 7 bnep
ecdh_generic 24576 1 bluetooth
silvia@michael:~$ lsusb
Bus 001 Device 003: ID 05c8:0226 Cheng Uei Precision Industry Co., Ltd (Foxlink)
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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
silvia@michael:~$ dmesg | grep -i bluetooth
[ 511.807369] Bluetooth: Core ver 2.22
[ 511.807404] Bluetooth: HCI device and connection manager initialized
[ 511.807409] Bluetooth: HCI socket layer initialized
[ 511.807412] Bluetooth: L2CAP socket layer initialized
[ 511.807419] Bluetooth: SCO socket layer initialized
[ 863.326367] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 863.326369] Bluetooth: BNEP filters: protocol multicast
[ 863.326371] Bluetooth: BNEP socket layer initialized
silvia@michael:~$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
silvia@michael:~$ /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)