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
358 stars 66 forks source link

Acer Nitro-5 2021 Issue #41

Open shakyasaijal opened 2 years ago

shakyasaijal commented 2 years ago

Device Info

$ sudo dmidecode | grep "Product Name" -B 2 -A 4

System Information
    Manufacturer: Acer
    Product Name: Nitro AN515-45
    Version: V1.08
    Serial Number: ************************************
    UUID: *****-****-****-****-**********
    Wake-up Type: Power Switch
--
Base Board Information
    Manufacturer: CZ
    Product Name: Scala_CAS
    Version: V1.08
    Serial Number: ************************
    Asset Tag: Type2 - Board Asset Tag
    Features:

When $ sudo ./install.sh command was used, following error occurred: Screenshot from 2022-04-05 21-24-19

OS: Linux 20.04

JafarAkhondali commented 2 years ago

disable secure boot (easiest way) or https://unix.stackexchange.com/questions/543576/modprobe-fails-with-operation-not-permitted or sign the module

jaravskie commented 2 years ago

Hello there,

Have you tried it installing it as a service?

I also have the same issue sometimes when i installed it using the "Install One Time Method", i happen to repeat the installing via ./install.sh and ./install_service.sh and that just caused error similar to this, i had to remove the directory and try again, also before attempting i have disabled Secure Boot and TPM, and i have the same model and bios version as you, what worked for me is to install it as "Install as a systemd service" and i have to use the ./facer_rgb.py command every startup, i wanted to turn off the rgb during the day, i am using Manjaro and have nbfc installed along side the service, the program works as expected except no turbo mode of course, clicking the nitro button does nothing.