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

Tried to install it but I get this error #109

Closed futureHhacker closed 9 months ago

futureHhacker commented 12 months ago

Traceback (most recent call last): File "/home/kerol/Desktop/acer-predator-turbo-and-rgb-keyboard-linux-module/./facer_rgb.py", line 179, in with open(CHARACTER_DEVICE_STATIC, 'wb') as cd: PermissionError: [Errno 13] Permission denied: '/dev/acer-gkbbl-static-0'

JafarAkhondali commented 12 months ago

Please format the logs properly :) I believe running uninstall, reboot and installing as service should solve the issue as this model have been fully tested in this project

futureHhacker commented 11 months ago

Dear @JafarAkhondali, tried it but I still get the same permission denied error.

JafarAkhondali commented 11 months ago

Did you try running it as root? And also try changing the permission sudo chmod 666 /dev/acer-gkbbl-static-0

JafarAkhondali commented 9 months ago

Should be fixed with new update.