Bonjour,
Je souhaiterais connecter un clavier bluetooth à mon ordi, ce qui marche parfaitement sous windows, mais sous debian impossible.
J’ai installé les paquest nécessaires je crois, et même plus qu’il n’en faut :
bluetooth
blueman
bluez
…
mais celui-ci ne trouve aucun adaptateur, de même que la gestion en ligne de commande trouvée sur le net avec
# service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
Active: active (running) since Sun 2020-09-27 19:00:35 CEST; 32min ago
Docs: man:bluetoothd(8)
Main PID: 498 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─498 /usr/lib/bluetooth/bluetoothd
Je ne comprends pas pourquoi j’ai deux périphérique bluetooth dans rfkill :
# rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
et sur cette commande que je ne comprends pas totalement je vois cependant des erreurs :
#dmesg | grep -i bluetooth
[ 2.264792] usb 1-11: Product: Bluetooth Radio
[ 2.501848] Bluetooth: Core ver 2.22
[ 2.501859] Bluetooth: HCI device and connection manager initialized
[ 2.501948] Bluetooth: HCI socket layer initialized
[ 2.501949] Bluetooth: L2CAP socket layer initialized
[ 2.501954] Bluetooth: SCO socket layer initialized
[ 2.507392] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000a lmp_ver=06 lmp_subver=8821
[ 2.507394] Bluetooth: hci0: rtl: loading rtl_bt/rtl8821a_config.bin
[ 2.508624] bluetooth hci0: firmware: failed to load rtl_bt/rtl8821a_config.bin (-2)
[ 2.508648] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821a_config.bin failed with error -2
[ 2.508650] Bluetooth: hci0: Failed to load rtl_bt/rtl8821a_config.bin
[ 2.508667] Bluetooth: hci0: rtl: loading rtl_bt/rtl8821a_fw.bin
[ 2.508671] bluetooth hci0: firmware: failed to load rtl_bt/rtl8821a_fw.bin (-2)
[ 2.508690] bluetooth hci0: Direct firmware load for rtl_bt/rtl8821a_fw.bin failed with error -2
[ 2.508691] Bluetooth: hci0: Failed to load rtl_bt/rtl8821a_fw.bin
[ 3.399057] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.399058] Bluetooth: BNEP filters: protocol multicast
[ 3.399060] Bluetooth: BNEP socket layer initialized
[ 1613.256316] Modules linked in: fuse binfmt_misc bnep snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 nls_ascii nls_cp437 kvm rtl8821ae vfat irqbypass fat btcoexist rtl_pci crct10dif_pclmul efi_pstore snd_hda_intel rtlwifi crc32_pclmul uvcvideo snd_hda_codec snd_hda_core videobuf2_vmalloc ghash_clmulni_intel mac80211 snd_hwdep iTCO_wdt videobuf2_memops videobuf2_v4l2 snd_pcm serio_raw snd_timer snd pcspkr efivars iTCO_vendor_support videobuf2_core cfg80211 videodev soundcore media sg joydev nouveau i915 mxm_wmi btusb btrtl btbcm mei_me ttm btintel evdev drm_kms_helper bluetooth drm mei i2c_algo_bit shpchp ideapad_laptop sparse_keymap rfkill battery wmi video tpm_crb acpi_pad ac button parport_pc ppdev lp parport efivarfs
Merci d’avance pour votre aide!
Sachant que j’ai un très probable soucis vec la carte réseau sur cet ordi, mais j’ai espoir que ça n’affecte que le wifi… Au moins si je pouvais savoir si ça vient de là.