JafarAkhondali / acer-predator-turbo-and-rgb-keyboard-linux-module

Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
GNU General Public License v3.0
337 stars 59 forks source link

Kernel panic on 6.5 and newer kernel #111

Closed jyash8 closed 9 months ago

jyash8 commented 11 months ago

Model: Nitro AN515-58

module is sometimes causing kernel panic

mainly observed when i shutdown my pc after after not pressing backlight brightness change buttons

mainly in kernel >= 6.5

JafarAkhondali commented 11 months ago

With current structure of the projects, it's hard to check. One main issue is that the whole project is and older copy of this file in Linux kernel: https://github.com/torvalds/linux/blob/master/drivers/platform/x86/acer-wmi.c with some modifications to support RGB and Turbo mode. If we manage to create a patch file from our additions to the updated version of acer-wmi.c, we may fix the issues by simply getting updated versions of the Acer driver file.

jyash8 commented 11 months ago

so how much time could it take

JafarAkhondali commented 11 months ago

@jyash8 Right now I barely can find time to record videos for RE :( I hope someone can work on this

jyash8 commented 10 months ago

I think i have maybe figured out the problem due to some reason facer module can not be removed. I have attached the photo of the log when system panics. 1694189352613 Because when i tried to remove the facer module with modprobe it said "facer not found".