Bluetooth Audio Stuttering During WiFi Activity on RTL8852CE

After analyzing the kernel commits around the problematic firmware version (0.27.97.0), I’ve found some interesting changes in power management and firmware handling that might be related to the stuttering:

  1. Changes in how power modes are handled during WoWLAN states
  2. Different interrupt handling during firmware operations
  3. A reversion of firmware format from version 1 back to version 0 in the kernel code

I’m currently testing a minimal configuration that disables power saving features:

/etc/modprobe.d/rtw89.conf:

options rtw89_core disable_ps_mode=Y

Initial testing has shown mixed results - some boots work perfectly while others still experience stuttering.

If anyone wants to try this configuration:

  1. Create the config file
  2. Run sudo dracut --force
  3. Reboot your system

Would appreciate if others could test and share their results, particularly noting if they experience inconsistent behavior between reboots like I have.

1 Like