Instalei um chip wifi/bluetooth com adaptador PCIe a MEDIATEK 7925:
25:00.0 Network controller: MEDIATEK Corp. Device 7925
Wifi funcionando 100%… mas, o bluetoth, que é o que me interessa, ao ativar no painel, fecha o painel e não ativa.
elvio@pc-elvio-LM:~$ sudo systemctl status bluetooth.device
[sudo] senha para elvio:
○ bluetooth.device - /bluetooth
Loaded: loaded
Active: inactive (dead)
O painel é mantido com “ativo”, mas, o ícone indicando que estaria ligado é fechado logo em seguida e, no painel ,não é possível pesquisar dispositivos nem são mostrados dispositivos próximos para conexão.
Por via das dúvidas, tentasse ativar o serviço bluetooth no systemctl? Ao indicar bluetooth.device, você está procurando dispositivos conectados, não o serviço em si.
Minha saída em systemctl status bluetooth.device (não há nenhum dispositivo conectado no momento):
elvio@pc-elvio-LM:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Active: active (running) since Sun 2024-09-22 09:58:44 -03; 6h ago
Docs: man:bluetoothd(8)
Main PID: 113463 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 76856)
Memory: 772.0K (peak: 1.2M)
CPU: 28ms
CGroup: /system.slice/bluetooth.service
└─113463 /usr/libexec/bluetooth/bluetoothd
set 22 09:58:44 pc-elvio-LM systemd[1]: Started bluetooth.service - Bluetooth service.
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: Starting SDP server
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support csip plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support micp plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support vcp plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support mcp plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support bass plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: src/plugin.c:plugin_init() System does not support bap plugin
set 22 09:58:44 pc-elvio-LM bluetoothd[113463]: Bluetooth management interface 1.22 initialized
Tem essas linas no final da saída, inciadas por “set 22”…
Para poder entender mais sobre o seu sistema, informe a saída do comando:
inxi -f --filter
Pesquisando mais, o patch no Kernel para esse chip está disponível desde a versão 6.7 e pode ser que, a depender da sua versão do Mint, não haja compatibilidade out of the box.
Somente a linha sudo apt install git dkms não foi executada… fiquei com receio de interferir no pacote dkms já instalado, pois como não domino “git”… então, executei apenas as linhas 2,3 e 4… em seguida, reinciei o computador e, olha só, bluetooth funcionando.
… e o menu “Adaptador” mostra os itens normalmente.