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
342 stars 59 forks source link

Reporting as working on AN515-57-70MT #81

Closed asant closed 1 year ago

asant commented 1 year ago

Hi, I just wanted to report this module as working on Aspire AN515-57-70MT (TGL Scala_TLS board V1.19 with Type2 asset, this model lacks a turbo button and has 4 zones on the keyboard) since December commits. I'm using it on Fedora 37, kernel 6.1.6-200. Somehow, it also makes another 3rd module for fan control work, namely acpi_ec made by musikid.

I was also wondering: why it is necessary to unload the default acer_wmi before loading this module? Are there any chances to make both coexist?

JafarAkhondali commented 1 year ago

Hi, thank you for the report. We have to remove acer_wmi module because the current code is implemented inside the actual acer_wmi module. I believe it wasn't possible to use multiple modules for same WMI_GUIDs. So I had to replce the current acer_wmi.c file with mine. It's better to apply patches, but I didn't have time to do it.

asant commented 1 year ago

Thanks for your reply, the information and the great work @JafarAkhondali