Open
Conversation
The current code base only works for newer kernels, versions older than 6.14 require an older code base. Since latest LTS is 6.12.x and current version is 6.17, only build for kernel versions starting from 6.16.
Author
|
In order to successfully build for older versions, like 6.12.x (LTS) an older code is required. If desired, it is possible to add the older source file, run a script before building that would rename the source files so the older version is used. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, there.
Thank you for the work on the driver and the nice DAMX utility app.
I have added support for DMKS installation with a install script as well as a README related info. The install script was based on the DAMX installer.
It was tested on Arch/GNOME 48/Acer Nitro V15.
If it gets merged then I can submit it to the AUR, but for this to happen new versions should be tagged. It will make maintenance simpler, pushing new versions only with new releases. As it is a "experimental" driver, personally I do not think that it is a good idea to submit a git version on AUR.
If you need help with it or require any changes to the PR, please let me know.
Regards