So this is pretty much the same issue as my post on the old forum regarding "Weird CPU management". For those that didn't read it, I was reporting an issue about how one CPU core was almost always at 100% utilization while the others were mostly idle. By running "cat /proc/interrupts", I was able to discover a ton of interrupts on one core corresponding to "rtl_pci".

Here's what's new: fortunately, I think I've narrowed the issue down to the wifi card/driver, and I'm almost certainly positive that that's what's causing my high CPU issue.

Right now it's no longer irritating me as much, since all I need to do is toggle my wifi off and then on to fix the issue. Although, it would be great if this could be fixed.

I'll be more than glad to provide more info about the situation. Thanks!

Do you have custom drivers for the WiFi device or are they inbuilt already? If they're inbuilt you'd need to report the issue upstream to the kernel developers.

No, I think they're inbuilt. I had a funny feeling this was probably an issue in the kernel level. The driver is "rtl8192ce", by the way. Thanks for the response.

    Islandscout no worries, are you on the latest kernel? If so report upstream to kernel devs and hopefully they can sort it out. 🙂

    I'm on 4.20.10-111.current, although I heard 5.0 just came out. If I am on the latest version, where exactly would I report this? I'm pretty new with the kernel.

      Yeah, that's the latest. All good, just wanted to make sure you were up to date.