tuxedocomputers / tuxedo-keyboard

This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.
https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers
GNU General Public License v3.0
300 stars 92 forks source link

I ran ```sudo modprobe tuxedo_keyboard``` but nothing happened #198

Closed VictorGimenez closed 9 months ago

VictorGimenez commented 10 months ago

I searched today for a solution for the Dell G15 5520 keyboard RGB lighting and I found the solution here https://shkspr.mobi/blog/2020/05/configuring-pop_os/, it isn't working on Pop_OS! 22.10, I have Windows 11 where the keyboard backlight works normally, but when I switch on the GRUB to the Pop_OS! 22.10 and before the GDM splash screen my keyboard lights are turned off.

I ran:

make clean
sudo make dkmsinstall
sudo modprobe tuxedo_keyboard

and it returned to me: libkmod: ERROR ../libkmod/libkmod-config.c:712 kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'nvidia.NVreg_PreserveVideoMemoryAllocations=0' When I modify the attribute to 1 I receive the same error: libkmod: ERROR ../libkmod/libkmod-config.c:712 kmod_config_parse: /etc/modprobe.d/nvidia.conf line 1: ignoring bad line starting with 'nvidia.NVreg_PreserveVideoMemoryAllocations=1' And when I comment on the line in the file /etc/modprobe.d/nvidia.conf nothing happens.

I am trying to know if I should install any specific driver or something now to fix it?

My kernel version: Linux pop-os 6.5.6-76060506-generic #202310061235~1697396945~22.04~9283e32 SMP PREEMPT_DYNAMIC Sun O x86_64 x86_64 x86_64 GNU/Linux

tuxedo-bot commented 9 months ago

This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.

Please open a merge request or issue in the new project on GitLab if you contribution or bug report still applies.