Acabei de reiniciar o bluetooth, mas em vez de usar systemctl restart
, usei systemctl stop
e, em seguida, systemctl start
, o status é assim:
$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-10-16 09:14:16 CEST; 1min 27s ago
Docs: man:bluetoothd(8)
Main PID: 26199 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─26199 /usr/libexec/bluetooth/bluetoothd
paź 16 09:14:16 jcubic systemd[1]: Starting Bluetooth service...
paź 16 09:14:16 jcubic bluetoothd[26199]: Bluetooth daemon 5.49
paź 16 09:14:16 jcubic systemd[1]: Started Bluetooth service.
paź 16 09:14:16 jcubic bluetoothd[26199]: Starting SDP server
paź 16 09:14:16 jcubic bluetoothd[26199]: Bluetooth management interface 1.14 initialized
mas o painel de configuração me deu erro de que nenhum adaptador encontrado e hciconfig
não deram resultados.
Eu tentei instalar bluez-hid2hci
(eu li em algum lugar sobre isso) e depois de nenhum efeito eu o desinstalei.
Eu reiniciei a máquina, mas depois não recebi o ícone do bluetooth na barra de tarefas e eu tenho isso no terminal:
$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
$ dmesg | grep blue
[ 8.591069] SELinux: Class bluetooth_socket not defined in policy.
Após algumas pesquisas, notei que o módulo do kernel do bluetooth não foi carregado, então usei:
# modeprobe bluetooth
# systemctl restart bluetooth
# cd /etc/modules-load.d
# echo "bluetooth" >> bluetooth.conf
E agora eu tenho o mesmo que no começo systemctl status show ativo, mas nenhum ícone após a reinicialização e esta saída:
# rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
a saída do dmesg:
# dmesg | grep -i blue
[ 8.798170] SELinux: Class bluetooth_socket not defined in policy.
[ 16.146091] Bluetooth: Core ver 2.22
[ 16.146132] Bluetooth: HCI device and connection manager initialized
[ 16.146135] Bluetooth: HCI socket layer initialized
[ 16.146136] Bluetooth: L2CAP socket layer initialized
[ 16.146141] Bluetooth: SCO socket layer initialized
[ 318.675520] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 318.675524] Bluetooth: BNEP filters: protocol multicast
[ 318.675531] Bluetooth: BNEP socket layer initialize
Como posso habilitar o bluetooth no Fedora ou qualquer outra distro do Linux que tenha configuração semelhante? Eu tenho o Dell Laptop.