lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 14 Feb 2023 00:44:38 +0000
From:   Ping-Ke Shih <pkshih@...ltek.com>
To:     Muhammad Usama Anjum <usama.anjum@...labora.com>,
        Kalle Valo <kvalo@...nel.org>,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>
CC:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>
Subject: RE: [Issue Report] Realtek 8852AE Bluetooth audio issues while using WiFi



> -----Original Message-----
> From: Muhammad Usama Anjum <usama.anjum@...labora.com>
> Sent: Tuesday, February 14, 2023 4:38 AM
> To: Ping-Ke Shih <pkshih@...ltek.com>; Kalle Valo <kvalo@...nel.org>; David S. Miller <davem@...emloft.net>;
> Eric Dumazet <edumazet@...gle.com>; Jakub Kicinski <kuba@...nel.org>; Paolo Abeni <pabeni@...hat.com>
> Cc: Muhammad Usama Anjum <usama.anjum@...labora.com>; netdev@...r.kernel.org;
> linux-kernel@...r.kernel.org; linux-wireless@...r.kernel.org
> Subject: [Issue Report] Realtek 8852AE Bluetooth audio issues while using WiFi
> 
> Hi,
> 
> I'm running 6.1.0-3 kernel and getting Bluetooth audio glitches constantly
> on a pair of buds and all the time when WiFi is connecting and working on
> RTL 8852AE card. Some Bluetooth audio devices work fine without issue. But
> some devices get glitchy audio all the time when Wifi is being used. The
> audio becomes more and more glitchy as the WiFi use increases. [1] mentions
> that the problem for Realtek 8723BE gets solved by switching to 5GHz wifi
> or upgrading drives. Is this issue present on other operating systems for
> this chip as well? Can it be solved for Linux if Wifi is used at 2.4 GHz?

Bluetooth devices work on 2.4 GHz, so the coexistence mechanism on this band
is more difficult than 5 GHz. That is why [1] suggest to switch to 5GHz.

To debug this problem, please follow below steps to capture log and send them
to me privately. I will forward them to the person who is familiar with 
WiFi and BT coexistence.

The directory of debug entry is like /sys/kernel/debug/ieee80211/phy0/rtw89
Use below shell command to capture log periodically during BT gets glitch,
$ while [ 1 ]; do date -R; cat /sys/kernel/debug/ieee80211/phy0/rtw89/btc_info; sleep 2; done | tee xxx.log 

Please provide separate logs for each Bluetooth device with/without glitch,
and give us simple descriptions about timestamp and symptom, like
"at time 09:10 Bluetooth device gets glitch when WiFi is downloading file"
That can help us to address problem quickly. Please only pair only one
Bluetooth device when capturing log.

Ping-Ke

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ