-
Notifications
You must be signed in to change notification settings - Fork 48
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
BUG: DKMS install does not work on fedora. #119
Comments
Hi!
The module is also present in the upstream Linux kernel, you'll have to blacklist it if you want to fully disable it. The kernel version doesn't support your firmware yet, thus the error. Are you sure you pulled the latest version of the driver from the main branch of this repo? Try running You can also follow these steps to troubleshoot the issue |
HUH, after doing this I still get the dmesg output I earlier mentioned, but nothing shows up in I guess we will have to see if this works after a kernel upgrade? |
On Ubuntu after kernel update I need to reinstall driver with Btw, I just need to reboot to test if it broken on 6.8.9. Now it works on 6.8.6 UPD: It is not broken on new kernel. Even reinstallation was not required. |
Okay, I upgraded to 6.8.9
The log for the systemd-modules-load service is just
I'm not sure how to resolve that. |
How you compiled new version? When running updated kernel or old? Incompatible compiler version? Try to build it with For me it's showing
So I just force "required" version with |
While running the old version I ran dkms-install. The new kernel does load the module, I only get the annoying FAILED entry while booting. I'm trying to fix that.
Did not get any errors there. |
Try to re-install with new kernel. But probably this wouldn't help.
So module is working after manual reloading? |
It loaded automatically, I had to do nothing.
That changes nothing I still get the failed entry. To be clear here, I am trying to diagnose why the entry comes up. The driver loads without any issues. |
Laptop model
Modern 15 B7M
EC firmware version
15HKEMS1.104
Description
Dmesg output of the error is:
Basically, 6.8.7 is the kernel version on which I installed the module. I upgraded to 6.8.8 and it is still trying to load the older version for some reason?
Also, even if I remove the module I still get this error while booting for some reason.
The text was updated successfully, but these errors were encountered: