-
Notifications
You must be signed in to change notification settings - Fork 51
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
Install error. Trying to debug #176
Comments
use sudo make dkms-install |
dkms doesn't work under this distro |
Manually find and remove
from somewhere in here
and place new module to
by using this from build dir and reboot after
But better find how to get dkms, bc this method is shit |
Installing this on an immutable distro might be a problem... it can't install the module because the root filesystem is immutable. I think the only way to properly install it would be to build an RPM package and install it as an overlay. Or you can also make a systemd service that runs |
@teackot's method with service is interesting, but before inserting module you need to remove built-in.
and
Your model already supported, maybe you need to add new version |
So, from what's I had been trying, I forgot to report even before using
As I also tried to use a different distro temporarily to build myself a But I haven't really tried turning it into a service yet, if you have any documentation I can read on. I can try. Slowly. Much appreciated for your support. |
You need to obtain kernel headers and build tools first You can't build module on Debian and run on Bazzite, for example, until you use same kernel binary |
Laptop model
Raider GE78 HX 13VG
EC firmware version
E17S2IMS.113
Description
This was all that I was given from the console. I've check that my EC firmware is compatible but wasn't able to, I suspect it's the current distro I am using
The text was updated successfully, but these errors were encountered: