-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lost Keyboardlight #44
Comments
Error Log: |
Have you tried cleaning up running the script from scratch to download and patch the correct version for your current kernel, as suggested in the Removing or reinstalling section in the readme? It looks like the version of the patched module's code no longer matches your kernel version and needs a re-download and re-patching. |
If you are on a distro with kernel 6.1 chances are it won't work for you at all, in my case it did and after reverting to kernel 6.0 it worked again (asus zenbook UX434fl) |
First of all, thanks for your amazing work. I'm experiencing the same error. Using popOS with kernel |
Did you ran the prepare-for-current-kernel.sh sript before using DKMS? |
Hey i fix the problem with the kebordlighting, when you ovverride the modul with:
And your Keybord dosent work, you must delete, the asus-nb, asus-wmi:
and yout keybord lighting after a reboot again. |
@Plippo
|
@PTFOPlayer yep, I ran the script. Here is the output:
Error when building:
|
@ajnavarro did you add it to dkms? |
I am trying to create an installer for this module to avoid events such as when something does not work for someone, it would also facilitate reinstallation if necessary, so if my PR is accepted, everything will work correctly after reinstallation, but without guarantee |
And did you remove it from dkms before reinstalling? |
Hi @PTFOPlayer , Thanks for your help. Yes, I removed it first to try to reinstall it. These are all the steps I did:
|
Check if you have linux headers installed |
|
at this point i don't know what i can suggest more |
Having the same issue as ajnavarro after upgrading to same kernel. |
I had the same error with kernel 5.15.0-91-generic in Kubuntu 22.04. It was line 419 to 432 in my case : FROM:
TO:
|
Hey i have lost my keybordlight too :(
and icant build and install the module to the current kernel:
#sudo dkms build -m asus-wmi -v 1.0 Building module: cleaning build area... make -j8 KERNELRELEASE=6.0.0-2parrot1-amd64 -C /lib/modules/6.0.0-2parrot1-amd64/build M=/var/lib/dkms/asus-wmi/1.0/build...(bad exit status: 2) Error! Bad return status for module build on kernel: 6.0.0-2parrot1-amd64 (x86_64) Consult /var/lib/dkms/asus-wmi/1.0/build/make.log for more information.
What can i do ?
The text was updated successfully, but these errors were encountered: