I did a fresh Manjaro install on my new Predator Neo 16. Unfortunately, Acer made keyboard ligthning worse. On the previous models, I had blue keyboard lightning, that could not be configured. But that was fine for me. On the 2024 Neo 16, the lights are nervously blinking. So I tried this solution:
Running the installer script, I get the following output:
~/git/acer-predator-turbo-and-rgb-keyboard-linux-module main sudo ./install.sh ✔
make -C /lib/modules/6.10.14-1-MANJARO/build M=/home/arne/git/acer-predator-turbo-and-rgb-keyboard-linux-module modules
make[1]: Entering directory '/usr/lib/modules/6.10.14-1-MANJARO/build'
make[1]: Leaving directory '/usr/lib/modules/6.10.14-1-MANJARO/build'
if [ -f "/var/lib/shim-signed/mok/MOK.priv" ] && [ -f "/var/lib/shim-signed/mok/MOK.der" ]; then \
sudo kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der src/facer.ko; \
fi
rmmod: ERROR: Module acer_wmi is not currently loaded
insmod: ERROR: could not insert module src/facer.ko: File exists
[ 65.745907] block nvme0n1: No UUID available providing old NGUID
[ 66.506627] Bluetooth: RFCOMM TTY layer initialized
[ 66.506634] Bluetooth: RFCOMM socket layer initialized
[ 66.506639] Bluetooth: RFCOMM ver 1.11
[ 68.961959] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 144.157289] Bluetooth: hci0: Invalid exception type 03
[ 307.997292] acer_wmi: Acer Laptop WMI Extras unloaded
[ 719.121607] facer: Acer Laptop ACPI-WMI Extras
[ 719.121642] facer: Function bitmap for Communication Button: 0x801
[ 719.155233] input: Acer WMI hotkeys as /devices/virtual/input/input38
[*] Done
Any ideas how to fix this?