[Résolu] bluetooth Realtek RTW8852BE pas de bluetooth

Reconnaissance et configuration du matériel / kernel linux
MulaGabriel
newbie
Messages : 5
Inscription : mar. 16 mai 2023, 10:35

[Résolu] bluetooth Realtek RTW8852BE pas de bluetooth

Message par MulaGabriel »

Bonjour,

j'ai une carte mère ASUS PRIME X670-P WIFI, cette carte à un contrôleur BLE/Wifi.
Depuis le kernel linux 6.2, le wifi marche correctement, mais la partie Bluetooth ne marche toujours pas, je ne vois aucun périphérique dans le menu d'ajout de périphérique de gnome.

Code : Tout sélectionner

lspci -k

0b:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b852
	Subsystem: AzureWave Device 5471
	Kernel driver in use: rtw89_8852be
	Kernel modules: rtw89_8852be

Code : Tout sélectionner

lsusb

 Bus 003 Device 002: ID 13d3:3571 IMC Networks Bluetooth Radio 
j'avais fait marcher le wifi avec les drivers qu'on peut trouver sur github https://github.com/lwfinger/rtw89-BT
j'avais ouvert une issue ici : https://github.com/lwfinger/rtw89-BT/issues/10

J'avais à l’époque le wifi qui fonctionnait mais pas le Bluetooth. j'ai eu le bluethoot fonctionnel une semaine, mais ça a re-péter derrière avec les mise a jours, et j'ai jamais pue le refaire marcher.
Si je dit pas de bêtise, le RTW8852 est supporter par le kernel actuel, j'ai désinstaller ces drivers.

Code : Tout sélectionner

lsmod | grep rtw

rtw89_8852be           16384  0
rtw89_8852b           356352  1 rtw89_8852be
rtw89_pci              86016  1 rtw89_8852be
rtw89_core            602112  2 rtw89_8852b,rtw89_pci
mac80211             1503232  2 rtw89_core,rtw89_pci
cfg80211             1286144  3 rtw89_8852b,rtw89_core,mac80211
je ne vois pas de message particulier dans les log

Code : Tout sélectionner

sudo dmesg | grep -a rtw
[sudo] Mot de passe de gaby : 
[    5.547120] rtw89_8852be 0000:0b:00.0: enabling device (0000 -> 0003)
[    5.548525] rtw89_8852be 0000:0b:00.0: Firmware version 0.27.32.0, cmd version 0, type 1
[    5.548528] rtw89_8852be 0000:0b:00.0: Firmware version 0.27.32.0, cmd version 0, type 3
[    5.548532] rtw89_8852be 0000:0b:00.0: MAC has already powered on
[    5.858102] rtw89_8852be 0000:0b:00.0: chip rfe_type is 1
[    7.674410] Modules linked in: sr_mod cdrom hid_logitech_hidpp mousedev joydev hid_logitech_dj cmac algif_hash algif_skcipher af_alg bnep rtw89_8852be rtw89_8852b rtw89_pci rtw89_core btusb btrtl btbcm btintel btmtk mac80211 bluetooth uas libarc4 ecdh_generic r8169 usb_storage usbhid crc16 realtek snd_virtuoso cfg80211 mdio_devres snd_oxygen_lib libphy snd_mpu401_uart amdgpu intel_rapl_msr intel_rapl_common snd_hda_codec_realtek edac_mce_amd snd_hda_codec_generic uvcvideo kvm_amd snd_hda_codec_hdmi snd_usb_audio videobuf2_vmalloc snd_hda_intel kvm uvc snd_usbmidi_lib snd_intel_dspcfg videobuf2_memops vfat irqbypass snd_intel_sdw_acpi fat crct10dif_pclmul videobuf2_v4l2 snd_rawmidi crc32_pclmul snd_hda_codec polyval_clmulni drm_buddy polyval_generic snd_hda_core gpu_sched eeepc_wmi gf128mul asus_nb_wmi ghash_clmulni_intel snd_hwdep snd_seq_device i2c_algo_bit videodev sha512_ssse3 snd_pcm asus_wmi i8042 ledtrig_audio drm_ttm_helper aesni_intel videobuf2_common sparse_keymap ttm snd_timer crypto_simd serio

Code : Tout sélectionner

sudo dmesg | grep -a Bluetooth
[    3.518711] usb 3-2: Product: Bluetooth Radio
[    5.479941] Bluetooth: Core ver 2.22
[    5.479951] Bluetooth: HCI device and connection manager initialized
[    5.479953] Bluetooth: HCI socket layer initialized
[    5.479954] Bluetooth: L2CAP socket layer initialized
[    5.479957] Bluetooth: SCO socket layer initialized
[    5.669411] Bluetooth: hci0: Failed to read codec capabilities (-22)
[    5.734074] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.734075] Bluetooth: BNEP filters: protocol multicast
[    5.734081] Bluetooth: BNEP socket layer initialized
[    5.734501] Bluetooth: MGMT ver 1.22
[    9.958013] Bluetooth: RFCOMM TTY layer initialized
[    9.958018] Bluetooth: RFCOMM socket layer initialized
[    9.958020] Bluetooth: RFCOMM ver 1.11
comment être sûr et certain que c'est bien les drivers du dernier kernel qui sont utiliser (et pas des reste des drivers de github ) ?
quelqu'un sait il pour le bluetooth ne fonctionne pas ?
Dernière modification par MulaGabriel le mar. 25 juil. 2023, 15:23, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par benjarobin »

Bonjour,
Peux tu donner la sortie de :

Code : Tout sélectionner

find /lib/modules -type f | pacman -Qoq - | sort -u
systemctl status bluetooth.service

Code : Tout sélectionner

bluetoothctl
[bluetooth]# show
[bluetooth]# power on
[bluetooth]# scan on
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
MulaGabriel
newbie
Messages : 5
Inscription : mar. 16 mai 2023, 10:35

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par MulaGabriel »

oui bien sur, merci de me répondre.

Code : Tout sélectionner

find /lib/modules -type f | pacman -Qoq - | sort -u
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/bluetooth/btrtl.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/bluetooth/btusb.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ae.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852a.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852be.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852b.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ce.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852c.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89core.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89pci.ko
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/updates/dkms/btrtl.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.0.2-arch1-1/updates/dkms/btusb.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/bluetooth/btrtl.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/bluetooth/btusb.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ae.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852a.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852be.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852b.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ce.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852c.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw89core.ko
erreur : aucun paquet ne contient /lib/modules/6.1.0-rc1-next-20221021-1-next-git/kernel/drivers/net/wireless/realtek/rtw89/rtw89pci.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ae.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852a.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852be.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852b.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ce.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852c.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89core.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89pci.ko
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/updates/dkms/btrtl.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.0.12-arch1-1/updates/dkms/btusb.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/bluetooth/btrtl.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/bluetooth/btusb.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ae.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852a.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852be.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852b.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ce.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852c.ko
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/updates/dkms/btrtl.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.1.1-arch1-1/updates/dkms/btusb.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/bluetooth/btrtl.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/bluetooth/btusb.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ae.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852a.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852be.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852b.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852ce.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw_8852c.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89core.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/kernel/drivers/net/wireless/realtek/rtw89/rtw89pci.ko
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/updates/dkms/btrtl.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.1.9-arch1-1/updates/dkms/btusb.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.2.1-arch1-1/kernel/drivers/bluetooth/btrtl.ko
erreur : aucun paquet ne contient /lib/modules/6.2.1-arch1-1/kernel/drivers/bluetooth/btusb.ko
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/updates/dkms/vboxdrv.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/updates/dkms/vboxnetflt.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/updates/dkms/vboxnetadp.ko.zst
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.dep
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.dep.bin
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.alias
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.alias.bin
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.softdep
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.symbols
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.symbols.bin
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.builtin.bin
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.builtin.alias.bin
erreur : aucun paquet ne contient /lib/modules/6.3.1-arch2-1/modules.devname
linux
linux-headers

Code : Tout sélectionner

systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2023-05-16 22:16:18 CEST; 4min 3s ago
       Docs: man:bluetoothd(8)
   Main PID: 911 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 37450)
     Memory: 3.3M
        CPU: 17ms
     CGroup: /system.slice/bluetooth.service
             └─911 /usr/lib/bluetooth/bluetoothd

mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/aptx_ll_1
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/aptx_ll_0
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/faststream
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/faststream_duplex
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSink/opus_05
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/opus_05
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSink/opus_05_duplex
mai 16 22:16:38 archlinux bluetoothd[911]: Endpoint registered: sender=:1.63 path=/MediaEndpoint/A2DPSource/opus_05_duplex

Code : Tout sélectionner

bluetoothctl
Agent registered
[CHG] Controller E8:FB:1C:4D:69:F9 Pairable: yes

Code : Tout sélectionner

show
Controller E8:FB:1C:4D:69:F9 (public)
	Name: archlinux
	Alias: archlinux
	Class: 0x006c0104
	Powered: yes
	Discoverable: no
	DiscoverableTimeout: 0x000000b4
	Pairable: yes
	UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
	UUID: Handsfree Audio Gateway   (0000111f-0000-1000-8000-00805f9b34fb)
	UUID: PnP Information           (00001200-0000-1000-8000-00805f9b34fb)
	UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
	UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
	UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
	UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
	UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
	UUID: Device Information        (0000180a-0000-1000-8000-00805f9b34fb)
	UUID: Handsfree                 (0000111e-0000-1000-8000-00805f9b34fb)
	Modalias: usb:v1D6Bp0246d0542
	Discovering: no
	Roles: central
	Roles: peripheral
Advertising Features:
	ActiveInstances: 0x00 (0)
	SupportedInstances: 0x0a (10)
	SupportedIncludes: tx-power
	SupportedIncludes: appearance
	SupportedIncludes: local-name
	SupportedSecondaryChannels: 1M
	SupportedSecondaryChannels: 2M
	SupportedSecondaryChannels: Coded

Code : Tout sélectionner

power on
Changing power on succeeded

Code : Tout sélectionner

scan on
Discovery started
[CHG] Controller E8:FB:1C:4D:69:F9 Discovering: yes
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par benjarobin »

Alors 2 choses :
- Ton bluetooth fonctionne très bien (enfin tout laisse penser que c'est le cas)
- Tu as un peu de ménage à faire (ces fichiers ne sont plus utilisés, ils ne seront plus jamais lus, tu pourrais les laisser, mais c'est plus propre de les supprimer)

Code : Tout sélectionner

rm -r /lib/modules/6.0.2-arch1-1/
rm -r /lib/modules/6.1.0-rc1-next-20221021-1-next-git/
rm -r /lib/modules/6.0.12-arch1-1/
rm -r /lib/modules/6.1.1-arch1-1/
rm -r /lib/modules/6.1.9-arch1-1/
rm -r /lib/modules/6.2.1-arch1-1/
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
MulaGabriel
newbie
Messages : 5
Inscription : mar. 16 mai 2023, 10:35

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par MulaGabriel »

ok mais rien ne s'affiche dans la fenetre d'ajout de peripherique bluetooth.

je voie rien non plus avec btmon

Code : Tout sélectionner

sudo btmon
[sudo] Mot de passe de gaby : 
Bluetooth monitor ver 5.66
= Note: Linux version 6.3.2-arch1-1 (x86_64)                           0.181761
= Note: Bluetooth subsystem version 2.22                               0.181763
= New Index: E8:FB:1C:4D:69:F9 (Primary,USB,hci0)               [hci0] 0.181763
= Open Index: E8:FB:1C:4D:69:F9                                 [hci0] 0.181764
= Index Info: E8:FB:1C:4.. (Realtek Semiconductor Corporation)  [hci0] 0.181764
@ MGMT Open: bluetoothd (privileged) version 1.22             {0x0001} 0.181765
< HCI Command: LE Set Extended Scan... (0x08|0x0042) plen 6  #1 [hci0] 3.204013
        Extended scan: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                  #2 [hci0] 3.320752
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                  #3 [hci0] 3.320840
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                    #4 [hci0] 3.323749
      Inquiry (0x01|0x0001) ncmd 2
        Status: Success (0x00)
> HCI Event: Inquiry Complete (0x01) plen 1                  #5 [hci0] 8.524938
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2              {0x0001} [hci0] 8.524967
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
@ MGMT Command: Start Service Disco.. (0x003a) plen 4  {0x0001} [hci0] 8.525054
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6    #6 [hci0] 8.525082
        Address: 11:5E:59:D9:75:D7 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4                  #7 [hci0] 8.527937
      LE Set Random Address (0x08|0x0005) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Scan... (0x08|0x0041) plen 8  #8 [hci0] 8.527980
        Own address type: Random (0x01)
        Filter policy: Accept all advertisement (0x00)
        PHYs: 0x01
        Entry 0: LE 1M
          Type: Active (0x01)
          Interval: 11.250 msec (0x0012)
          Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4                  #9 [hci0] 8.531008
      LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Scan.. (0x08|0x0042) plen 6  #10 [hci0] 8.531074
        Extended scan: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                 #11 [hci0] 8.533957
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4         {0x0001} [hci0] 8.534017
      Start Service Discovery (0x003a) plen 1
        Status: Success (0x00)
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
@ MGMT Event: Discovering (0x0013) plen 2              {0x0001} [hci0] 8.534024
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Enabled (0x01)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #12 [hci0] 13.657383
        Extended scan: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #13 [hci0] 13.773475
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                #14 [hci0] 13.773529
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                  #15 [hci0] 13.776754
      Inquiry (0x01|0x0001) ncmd 2
        Status: Success (0x00)
> HCI Event: Inquiry Complete (0x01) plen 1                #16 [hci0] 18.978117
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 18.978149
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
@ MGMT Command: Start Service Disc.. (0x003a) plen 4  {0x0001} [hci0] 18.978235
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6  #17 [hci0] 18.978370
        Address: 1F:CC:00:5A:0B:D0 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4                #18 [hci0] 18.981117
      LE Set Random Address (0x08|0x0005) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0041) plen 8  #19 [hci0] 18.981150
        Own address type: Random (0x01)
        Filter policy: Accept all advertisement (0x00)
        PHYs: 0x01
        Entry 0: LE 1M
          Type: Active (0x01)
          Interval: 11.250 msec (0x0012)
          Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4                #20 [hci0] 18.984117
      LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #21 [hci0] 18.984148
        Extended scan: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #22 [hci0] 18.987117
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4        {0x0001} [hci0] 18.987145
      Start Service Discovery (0x003a) plen 1
        Status: Success (0x00)
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 18.987147
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Enabled (0x01)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #23 [hci0] 24.110647
        Extended scan: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #24 [hci0] 24.226845
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                #25 [hci0] 24.226892
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                  #26 [hci0] 24.229832
      Inquiry (0x01|0x0001) ncmd 2
        Status: Success (0x00)
> HCI Event: Inquiry Complete (0x01) plen 1                #27 [hci0] 29.432618
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 29.432656
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
@ MGMT Command: Start Service Disc.. (0x003a) plen 4  {0x0001} [hci0] 29.432751
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6  #28 [hci0] 29.432767
        Address: 25:84:8E:94:DA:DB (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4                #29 [hci0] 29.435612
      LE Set Random Address (0x08|0x0005) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0041) plen 8  #30 [hci0] 29.435663
        Own address type: Random (0x01)
        Filter policy: Accept all advertisement (0x00)
        PHYs: 0x01
        Entry 0: LE 1M
          Type: Active (0x01)
          Interval: 11.250 msec (0x0012)
          Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4                #31 [hci0] 29.438600
      LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #32 [hci0] 29.438642
        Extended scan: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #33 [hci0] 29.441600
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4        {0x0001} [hci0] 29.441640
      Start Service Discovery (0x003a) plen 1
        Status: Success (0x00)
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 29.441644
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Enabled (0x01)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #34 [hci0] 34.564171
        Extended scan: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #35 [hci0] 34.680425
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                #36 [hci0] 34.680673
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                  #37 [hci0] 34.683425
      Inquiry (0x01|0x0001) ncmd 2
        Status: Success (0x00)
> HCI Event: Inquiry Complete (0x01) plen 1                #38 [hci0] 39.885284
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 39.885320
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
@ MGMT Command: Start Service Disc.. (0x003a) plen 4  {0x0001} [hci0] 39.885409
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6  #39 [hci0] 39.885424
        Address: 2A:8F:B6:A0:C8:FE (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4                #40 [hci0] 39.888236
      LE Set Random Address (0x08|0x0005) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0041) plen 8  #41 [hci0] 39.888280
        Own address type: Random (0x01)
        Filter policy: Accept all advertisement (0x00)
        PHYs: 0x01
        Entry 0: LE 1M
          Type: Active (0x01)
          Interval: 11.250 msec (0x0012)
          Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4                #42 [hci0] 39.891234
      LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
        Status: Success (0x00)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #43 [hci0] 39.891266
        Extended scan: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #44 [hci0] 39.894235
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4        {0x0001} [hci0] 39.894272
      Start Service Discovery (0x003a) plen 1
        Status: Success (0x00)
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 39.894275
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Enabled (0x01)
< HCI Command: LE Set Extended Sca.. (0x08|0x0042) plen 6  #45 [hci0] 45.017436
        Extended scan: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
        Duration: 0 msec (0x0000)
        Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4                #46 [hci0] 45.134104
      LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                #47 [hci0] 45.134173
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                  #48 [hci0] 45.137571
      Inquiry (0x01|0x0001) ncmd 2
        Status: Success (0x00)
> HCI Event: Inquiry Complete (0x01) plen 1                #49 [hci0] 50.338949
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2             {0x0001} [hci0] 50.338982
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
@ MGMT Command: Start Service Disc.. (0x003a) plen 4  {0x0001} [hci0] 50.339086
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0



j'ai un dongle usb <=> bluetooth, avec je voie immediatement mes peripherique bluetooth
Address: 94:65:2D:7C:F3:D2 (OnePlus Technology (Shenzhen) Co., Ltd)
Address: 94:DB:56:02:DB:E0 (Sony Home Entertainment&Sound Products Inc)

Code : Tout sélectionner

gaby@archlinux ~> sudo btmon
Bluetooth monitor ver 5.66
= Note: Linux version 6.3.2-arch1-1 (x86_64)                                                                                                                                                                                         0.079152
= Note: Bluetooth subsystem version 2.22                                                                                                                                                                                             0.079153
= New Index: 5C:F3:70:A7:B9:44 (Primary,USB,hci1)                                                                                                                                                                             [hci1] 0.079154
= Open Index: 5C:F3:70:A7:B9:44                                                                                                                                                                                               [hci1] 0.079154
= Index Info: 5C:F3:70:A7:B9:44 (Broadcom Corporation)                                                                                                                                                                        [hci1] 0.079155
= New Index: E8:FB:1C:4D:69:F9 (Primary,USB,hci0)                                                                                                                                                                             [hci0] 0.079155
= Open Index: E8:FB:1C:4D:69:F9                                                                                                                                                                                               [hci0] 0.079155
= Index Info: E8:FB:1C:4D:69:F9 (Realtek Semiconductor Corporation)                                                                                                                                                           [hci0] 0.079155
@ MGMT Open: bluetoothd (privileged) version 1.22                                                                                                                                                                           {0x0001} 0.079156
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                     #1 [hci1] 1.684190
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                #2 [hci1] 1.934172
      LE Set Scan Enable (0x08|0x000c) ncmd 1
        Status: Success (0x00)
< HCI Command: Inquiry (0x01|0x0001) plen 5                                                                                                                                                                                #3 [hci1] 1.934319
        Access code: 0x9e8b33 (General Inquiry)
        Length: 5.12s (0x04)
        Num responses: 0
> HCI Event: Command Status (0x0f) plen 4                                                                                                                                                                                  #4 [hci1] 1.938163
      Inquiry (0x01|0x0001) ncmd 1
        Status: Success (0x00)
> HCI Event: Connect Complete (0x03) plen 11                                                                                                                                                                               #5 [hci1] 3.432160
        Status: Page Timeout (0x04)
        Handle: 12
[b]        Address: 94:DB:56:02:DB:E0 (Sony Home Entertainment&Sound Products Inc)[/b]
        Link type: ACL (0x01)
        Encryption: Disabled (0x00)
[b]@ MGMT Event: Connect Failed (0x000d) plen 8                                                                                                                                                                         {0x0001} [hci1] 3.432198
        BR/EDR Address: 94:DB:56:02:DB:E0 (Sony Home Entertainment&Sound Products Inc)[/b]
        Status: Connect Failed (0x04)
= bluetoothd: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down                                                                                                                              3.432434
> HCI Event: Extended Inquiry Result (0x2f) plen 255                                                                                                                                                                       #6 [hci1] 4.391105
        Num responses: 1
[b]        Address: 94:65:2D:7C:F3:D2 (OnePlus Technology (Shenzhen) Co., Ltd)[/b]
        Page scan repetition mode: R1 (0x01)
        Page period mode: P0 (0x00)
        Class: 0x5a020c
          Major class: Phone (cellular, cordless, payphone, modem)
          Minor class: Smart phone
          Networking (LAN, Ad hoc)
          Capturing (Scanner, Microphone)
          Object Transfer (v-Inbox, v-Folder)
          Telephony (Cordless telephony, Modem, Headset)
        Clock offset: 0x4718
        RSSI: -75 dBm (0xb5)
        Name (complete): OnePlus 5
        16-bit Service UUIDs (complete): 13 entries
          Dialup Networking (0x1103)
          OBEX Object Push (0x1105)
          Audio Source (0x110a)
          A/V Remote Control Target (0x110c)
          A/V Remote Control (0x110e)
          Headset AG (0x1112)
          PANU (0x1115)
          NAP (0x1116)
          Handsfree Audio Gateway (0x111f)
          SIM Access (0x112d)
          Phonebook Access Server (0x112f)
          PnP Information (0x1200)
          Message Access Server (0x1132)
        128-bit Service UUIDs (complete): 8 entries
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
@ MGMT Event: Device Found (0x0012) plen 190                                                                                                                                                                         {0x0001} [hci1] 4.391134
[b]        BR/EDR Address: 94:65:2D:7C:F3:D2 (OnePlus Technology (Shenzhen) Co., Ltd)[/b]
        RSSI: -75 dBm (0xb5)
        Flags: 0x00000000
        Data length: 176
        Name (complete): OnePlus 5
        16-bit Service UUIDs (complete): 13 entries
          Dialup Networking (0x1103)
          OBEX Object Push (0x1105)
          Audio Source (0x110a)
          A/V Remote Control Target (0x110c)
          A/V Remote Control (0x110e)
          Headset AG (0x1112)
          PANU (0x1115)
          NAP (0x1116)
          Handsfree Audio Gateway (0x111f)
          SIM Access (0x112d)
          Phonebook Access Server (0x112f)
          PnP Information (0x1200)
          Message Access Server (0x1132)
        128-bit Service UUIDs (complete): 8 entries
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
          Vendor specific
        Class: 0x5a020c
          Major class: Phone (cellular, cordless, payphone, modem)
          Minor class: Smart phone
          Networking (LAN, Ad hoc)
          Capturing (Scanner, Microphone)
          Object Transfer (v-Inbox, v-Folder)
          Telephony (Cordless telephony, Modem, Headset)
> HCI Event: Inquiry Complete (0x01) plen 1                                                                                                                                                                                #7 [hci1] 8.709064
        Status: Success (0x00)
@ MGMT Event: Discovering (0x0013) plen 2                                                                                                                                                                            {0x0001} [hci1] 8.709094
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        Discovery: Disabled (0x00)
[b]< HCI Command: LE Add Device To Accept List (0x08|0x0011) plen 7                                                                                                                                                           #8 [hci1] 8.709267
        Address type: Public (0x00)
        Address: 94:DB:56:02:DB:E0 (Sony Home Entertainment&Sound Products Inc)[/b]
@ MGMT Command: Start Service Discovery (0x003a) plen 4                                                                                                                                                              {0x0001} [hci1] 8.709370
        Address type: 0x07
          BR/EDR
          LE Public
          LE Random
        RSSI: invalid (0x7f)
        UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                                #9 [hci1] 8.711060
      LE Add Device To Accept List (0x08|0x0011) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7                                                                                                                                                                #10 [hci1] 8.711107
        Type: Passive (0x00)
        Interval: 60.000 msec (0x0060)
        Window: 60.000 msec (0x0060)
        Own address type: Public (0x00)
        Filter policy: Ignore not in accept list (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                               #11 [hci1] 8.714111
      LE Set Scan Parameters (0x08|0x000b) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                    #12 [hci1] 8.714143
        Scanning: Enabled (0x01)
        Filter duplicates: Enabled (0x01)
> HCI Event: Command Complete (0x0e) plen 4                                                                                                                                                                               #13 [hci1] 8.717061
      LE Set Scan Enable (0x08|0x000c) ncmd 1
        Status: Success (0x00)
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2                                                                                                                                                                    #14 [hci1] 8.717200
        Scanning: Disabled (0x00)
        Filter duplicates: Disabled (0x00)


j'ai bien sur mes peripherique en mode appairage & visible dans les deux cas
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par benjarobin »

J'avoue que je ne sais pas trop comment t'aider... Sûrement un problème dans le driver...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
MulaGabriel
newbie
Messages : 5
Inscription : mar. 16 mai 2023, 10:35

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par MulaGabriel »

J'ai déjà essayer de contacter les développeur par les mailing list du kernel, mais j'ai eu aucune réponse.
Une idée de qui je peut contacter pour faire avancer le sujet ?
MulaGabriel
newbie
Messages : 5
Inscription : mar. 16 mai 2023, 10:35

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par MulaGabriel »

le kernel 6.4 résous le problème.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [bluetooth ] Realtek RTW8852BE pas de bluetooth

Message par benjarobin »

Merci pour l'information :resolu:
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre