You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`System Information
Manufacturer: Acer
Product Name: Nitro AN515-58
Version: V2.10
Serial Number: NHQM0AA00234211FA33400
UUID: 3289387c-b66c-ee11-80ef-40c2ba33988a
Wake-up Type: Power Switch
Base Board Information
Manufacturer: ADL
Product Name: Jimny_ADH
Version: V2.10
Serial Number: NBQM0110043429E4DA3400
Asset Tag: Type2 - Board Asset Tag
Features`
Count of keyboard RGB zones: 4
Count of Cpu Fans: 1
Count of Gpu Fans: 1
RGB keyboard works? No
Turbo button turn on fans? N/A
Turbo button turn on LED? N/A
Turbo button activates overclock? N/A
I am getting what I believe to be an install error on my Acer Nitro 5. This is an excerpt from the output on running install.sh.
In file included from <command-line>: ././include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory 5 | #include <generated/autoconf.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:244: /home/liaml/acer-predator-turbo-and-rgb-keyboard-linux-module/src/facer.o] Error 1 make[2]: *** [/usr/lib/modules/6.10.0-3-MANJARO/build/Makefile:1934: /home/liaml/acer-predator-turbo-and-rgb-keyboard-linux-module] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.10.0-3-MANJARO/build' make: *** [Makefile:14: default] Error 2 rmmod: ERROR: Module acer_wmi is not currently loaded
The install continues with errors and ends stating that the module is not loaded.
After attempting to install, I tried using the python script to configure the keyboard and I received no CLI output, as well as no change to the keyboard.
Please let me know if you need more information!
I have reinstalled the linux headers using pacman and tried reinstalling the package.
The text was updated successfully, but these errors were encountered:
Do you have any dkms packages installed? I took a swing at adding dkms support to this, and this was one of the errors I got while working on it. I did research online, and this can be caused by a bad dkms package, or corrupted headers.
Result of system info command
`System Information
Manufacturer: Acer
Product Name: Nitro AN515-58
Version: V2.10
Serial Number: NHQM0AA00234211FA33400
UUID: 3289387c-b66c-ee11-80ef-40c2ba33988a
Wake-up Type: Power Switch
Base Board Information
Manufacturer: ADL
Product Name: Jimny_ADH
Version: V2.10
Serial Number: NBQM0110043429E4DA3400
Asset Tag: Type2 - Board Asset Tag
Features`
Count of keyboard RGB zones: 4
Count of Cpu Fans: 1
Count of Gpu Fans: 1
RGB keyboard works? No
Turbo button turn on fans? N/A
Turbo button turn on LED? N/A
Turbo button activates overclock? N/A
I am getting what I believe to be an install error on my Acer Nitro 5. This is an excerpt from the output on running install.sh.
In file included from <command-line>: ././include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory 5 | #include <generated/autoconf.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:244: /home/liaml/acer-predator-turbo-and-rgb-keyboard-linux-module/src/facer.o] Error 1 make[2]: *** [/usr/lib/modules/6.10.0-3-MANJARO/build/Makefile:1934: /home/liaml/acer-predator-turbo-and-rgb-keyboard-linux-module] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.10.0-3-MANJARO/build' make: *** [Makefile:14: default] Error 2 rmmod: ERROR: Module acer_wmi is not currently loaded
The install continues with errors and ends stating that the module is not loaded.
After attempting to install, I tried using the python script to configure the keyboard and I received no CLI output, as well as no change to the keyboard.
Please let me know if you need more information!
I have reinstalled the linux headers using pacman and tried reinstalling the package.
The text was updated successfully, but these errors were encountered: