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

RGB on keyboard does't work, but fans work #107

Closed poypoyan closed 1 year ago

poypoyan commented 1 year ago

Model: Acer Nitro AN515-57

System Information
    Manufacturer: Acer
    Product Name: Nitro AN515-57
    Version: V1.17
    Serial Number: NHQENSP001146229603400
    UUID: 35903bcb-a642-ec11-80c4-088fc3276274
    Wake-up Type: Power Switch
--
Base Board Information
    Manufacturer: TGL
    Product Name: Scala_TLS
    Version: V1.17
    Serial Number: NBQEM11002146591BE34AA
    Asset Tag: Type2 - Board Asset Tag
    Features:

I am using nbfc-linux to control the fan. Installed this because without your module, fans won't work.. On the first time I installed your module, RGB on keyboard works, but now it doesn't (as in it's all off).

Some other info: OS: Linux Mint 21.1 x86_64 Kernel: 5.15.0-76-generic

Count of Cpu Fans: 1

Count of Gpu Fans: 1

RGB on keyboard works? No

I am not aware of turbo mode on my model.

poypoyan commented 1 year ago

Oopsie. I just managed to make this work. This is what I did:

  1. Performed "Install as a systemd service" even though it's installed already.
  2. sudo ./facer_rgb.py -m 3 -s 5 -b 100.
  3. Restart laptop.
  4. sudo ./facer_rgb.py -m 3 -s 5 -b 100 again.

Thanks!