cemkaya-mpi / Dell-G15-Controller

GNU General Public License v3.0
27 stars 11 forks source link

Works on Dell G16 7620 #24

Closed JL2210 closed 3 days ago

JL2210 commented 1 month ago

Not too surprising, these devices are very similar. I think they even use the same BIOS.

Recommend replacing GROUP="plugdev" with TAG+="uaccess". This is best practice on Arch Linux. Then you can just check whether or not you can access the file rather than if you're in the group.

Keyboard backlight does not work with Secure Boot in Audit mode. Don't ask me how long I took to figure this out.

image

Also keybinds from fn+f7 and fn+f9 to toggle keyboard lights and G mode respectively would be nice-to-have

cemkaya-mpi commented 1 month ago

Hi, thanks for the information. Pull requests are more than welcome if you would like to add functionality.

cemkaya-mpi commented 3 days ago

For the secure boot in audit mode, probably WMI is the way to go (this is how AWCC does it AFAIK).

Ideally this project should have a kernel module that does this, and the GUI should interface with the module. But I unfortunately do not have enough time to develop this project further.

cemkaya-mpi commented 3 days ago

Closing this issue as it works out of the box for the G16 7620.