Estou com dificuldades em conectar meu dispositivo a aparelhos via Bluetooth. Utilizo o Fedora no GNOME 49, em um notebook Asus TUF F-16.
Tentei usar alguns comandos no terminal, e eles identificam o driver e reconhecem o funcionamento.
lsusb | grep -i blue
Bus 003 Device 004: ID 13d3:3571 IMC Networks Bluetooth Radio
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: active (running) since Fri 2026-07-24 21:19:23 -03; 59min ago
Invocation: b0e42976f3ca40fba930ee839857c7fb
Docs: man:bluetoothd(8)
Main PID: 876 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18514)
Memory: 2.4M (peak: 4.9M)
CPU: 56ms
CGroup: /system.slice/bluetooth.service
└─876 /usr/libexec/bluetooth/bluetoothd -d
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:new_settings_callback() Settings: 0x000e0ac0
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:settings_changed() Changed settings: 0x00000001
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:settings_changed() Pending settings: 0x00000000
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:cancel_passive_scanning()
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:adapter_stop() adapter /org/bluez/hci0 has been disabled
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: [signal] org.freedesktop.DBus.Properties.PropertiesChanged
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/rfkill.c:rfkill_event() RFKILL event idx 0 type 2 op 2 soft 1 hard 0
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/rfkill.c:rfkill_event() RFKILL unblock for hci0
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: src/adapter.c:adapter_set_power_state() off-blocked
jul 24 22:06:44 asus-tuf-f16 bluetoothd[876]: [signal] org.freedesktop.DBus.Properties.PropertiesChanged
sudo dmesg | grep Bluetooth
[ 1.418655] usb 3-10: Product: Bluetooth Radio
[ 6.039362] Bluetooth: Core ver 2.22
[ 6.039390] Bluetooth: HCI device and connection manager initialized
[ 6.039395] Bluetooth: HCI socket layer initialized
[ 6.039397] Bluetooth: L2CAP socket layer initialized
[ 6.039402] Bluetooth: SCO socket layer initialized
[ 6.120445] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[ 6.121549] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 6.122432] Bluetooth: hci0: RTL: btrtl_initialize: key id 0
[ 6.122436] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[ 6.130433] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[ 6.131853] Bluetooth: hci0: RTL: cfg_sz 6, total sz 62539
[ 6.483429] Bluetooth: hci0: RTL: fw version 0x127cfd78
[ 6.567440] Bluetooth: hci0: AOSP extensions version v1.00
[ 6.592584] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 6.592590] Bluetooth: BNEP filters: protocol multicast
[ 6.592594] Bluetooth: BNEP socket layer initialized
[ 6.594404] Bluetooth: MGMT ver 1.23
[ 8.677261] Bluetooth: RFCOMM TTY layer initialized
[ 8.677270] Bluetooth: RFCOMM socket layer initialized
[ 8.677277] Bluetooth: RFCOMM ver 1.11
[ 2844.441556] Bluetooth: hci0: AOSP extensions version v1.00
systemctl status systemd-rfkill.service
○ systemd-rfkill.service - Load/Save RF Kill Switch Status
Loaded: loaded (/usr/lib/systemd/system/systemd-rfkill.service; static)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: inactive (dead) since Fri 2026-07-24 22:06:49 -03; 13min ago
Duration: 8.642s
Invocation: 8ce91ec36eaf4df5a420be86fe742965
TriggeredBy: ● systemd-rfkill.socket
Docs: man:systemd-rfkill.service(8)
Process: 15513 ExecStart=/usr/lib/systemd/systemd-rfkill (code=exited, status=0/SUCCESS)
Main PID: 15513 (code=exited, status=0/SUCCESS)
Mem peak: 2.7M
CPU: 21ms
jul 24 22:06:40 asus-tuf-f16 systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
jul 24 22:06:40 asus-tuf-f16 systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
jul 24 22:06:49 asus-tuf-f16 systemd[1]: systemd-rfkill.service: Deactivated successfully.
Porém, toda vez que ligo o bluetooth para parear com aparelhos próximos, simplesmente ele não reconhece nenhum deles.
