Bonjour à tous,
J’ai un ancien Toshiba C670 (2012) qui tourne sous Fedra 38 (6.5.8-200.fc38.x86_64).
J’ai aucun problème avec la carte WIFI - Realtek RTL8188CE. Mais le bluetooth ne marche pas : je n’arrive pas à activer la carte Bluetooth Atheros AR9002WB-1NG. Voici les sorties de quelques commandes :
[root@fedora ~]# rfkill list all --output-all
0: Toshiba WWAN: Wireless WAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
[root@fedora ~]# rfkill list all --output-all
0: Toshiba WWAN: Wireless WAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
root@fedora ~]# inxi -E
Bluetooth:
Message: No bluetooth data found.
[root@fedora ~]# 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 Sun 2023-11-05 22:47:57 CET; 1h 9min ago
Docs: man:bluetoothd(8)
Main PID: 14352 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 6795)
Memory: 596.0K
CPU: 74ms
CGroup: /system.slice/bluetooth.service
└─14352 /usr/libexec/bluetooth/bluetoothd
nov 05 22:47:57 fedora bluetoothd[14352]: Starting SDP server
nov 05 22:47:57 fedora systemd[1]: Started bluetooth.service - Bluetooth service.
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support csip plugin
nov 05 22:47:57 fedora bluetoothd[14352]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support micp plugin
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support vcp plugin
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support mcp plugin
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support bass plugin
nov 05 22:47:57 fedora bluetoothd[14352]: src/plugin.c:plugin_init() System does not support bap plugin
nov 05 22:47:57 fedora bluetoothd[14352]: Bluetooth management interface 1.22 initialized
[root@fedora ~]# modinfo btusb
filename: /lib/modules/6.5.8-200.fc38.x86_64/kernel/drivers/bluetooth/btusb.ko.xz
license: GPL
version: 0.8
description: Generic Bluetooth USB driver ver 0.8
author: Marcel Holtmann <marcel@holtmann.org>
srcversion: 9A8D989EDE9FC3A7DB62013
………………………..
depends: bluetooth,btmtk,btrtl,btintel,btbcm
retpoline: Y
intree: Y
name: btusb
vermagic: 6.5.8-200.fc38.x86_64 SMP preempt mod_unload
sig_id: PKCS#7
signer: Fedora kernel signing key
parm: disable_scofix:Disable fixup of wrong SCO buffer size (bool)
parm: force_scofix:Force fixup of wrong SCO buffers size (bool)
parm: enable_autosuspend:Enable USB autosuspend by default (bool)
parm: reset:Send HCI reset command on initialization (bool)
[root@fedora ~]# modinfo bluetooth
filename: /lib/modules/6.5.8-200.fc38.x86_64/kernel/net/bluetooth/bluetooth.ko.xz
alias: net-pf-31
license: GPL
version: 2.22
description: Bluetooth Core ver 2.22
author: Marcel Holtmann <marcel@holtmann.org>
srcversion: 867DF1E232F305E59B6D544
depends: rfkill
retpoline: Y
intree: Y
name: bluetooth
vermagic: 6.5.8-200.fc38.x86_64 SMP preempt mod_unload
sig_id: PKCS#7
signer: Fedora kernel signing key
……………………..
Je me demande si un matériel si ancien est toujours supporté?
Si quelqu’un a déjà réussi d’activer une telle carte je suis preneur 🙂 .
Merci par avance pour vos réponses et remarques.
Edit Nicosss : Séparation des blocs code pour la lisibilité