-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BT coexistence not working on 2,4 Ghz Wifi #348
Comments
hello, @Feuerhamster. this is actually a backport repo you would want to use this only if you have older kernel version that is not supporting your needs for your wireless driver. I would debian testing's in-tree driver for rtw89 would support 8852BE properly. Here are some examples for giving me good debug output to see what you are working with. You can just adjust commands below to for https://wireless.wiki.kernel.org/en/users/documentation/reporting_bugs https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/debugging |
I know that the driver is included in more recent kernels. On the distros I've tried I used a clean install with the included driver and did not installed this repo on top. But I didn't know where else to ask for help for this issue. I currently swapped my wifi card so for everyday use, but I will post the debug logs here as soon as I swapped back for debugging. |
@Feuerhamster Hello! |
@AqilbekAbilaev I got so frustrated with it that I ended up buying an intel network card and never bothered myself with it. |
Hey, I have a different problem with coexistance, on the same card (RTL8852BE) It might hapen after 12 minutes or 2 hours, but is always dies when wifi is on 2.4 |
I have the same problem, Could you solve it? |
@FarzadMohtasham |
@brianwitte As far as I know, the driver in this repo is in fact the one in the kernel (please correct me if I am wrong). |
Nothing, built-in rtw89 driver in my kernel, The mouse was connected to my laptop with Bluetooth, but it just got disconnected after 1 hour of use, and Bluetooth no longer works. Laptop model: Lenovo Ideapad slim 3 15IRH8 Any solution? |
I have an asus tuf A15 (2021 model) Is there any difference between them? |
Maybe no, I tried the latest wifi/bt driver for 8852BE in linux mainline but they still have the same problem. |
Tried all versions of kernel with mainline, latest kernel is 6.12.3 but problem not fixed, I think should I buy brand-new Intel Wi-Fi/Bluetooth card to replace with Realtek RTL8852BE. |
If you are using a kernel 6.11 or later, It's recommended to use the built-in rtw89 driver becasue it's newer than the one here.
I tried the latest wifi/bt driver (and firmware) in linux 6.13-rc2 but still no luck. :( |
Try Kernel 6.12.2, It works well in my machine Lenovo IdeaPad slim 3 15IRH8 I7 13620H If you tested, Let me know |
How is your wifi speed when your bluetooth mouse is in use? |
Wireless card: RTL8852BE
Tried on Debian 12 (Testing), Pop OS and Fedora Workstation 40
I have a very strange issue with coexisting Bluetooth audio and Wi-Fi connection.
After a few seconds, the audio on the Bluetooth headphones stutters.
After about 2 minutes, there is no internet connection anymore.
It says Wi-Fi is still connected, but no traffic gets through.
This issue only appears if I am on a 2,4 Ghz Wi-Fi Network.
Some people in forums suggests to just use 5 Ghz Wi-Fi but except for my home, I cannot control what frequencies are provided in, for example, public networks.
It's really annoying because the basic use case of watching YouTube on the train is completely broken.
I tried to install the driver manually from this repo, but that didn't help and since it is now included in the kernel, I guess it wouldn't change anything.
Is there something I can do to get BT coex working on 2,4 Ghz Wi-Fi networks?
The text was updated successfully, but these errors were encountered: