-
Notifications
You must be signed in to change notification settings - Fork 8
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
The module ec_sys is not present in kernels higher than 5.11.2 #3
Comments
If Ubuntu re-added the module somehow (probably just they compiled the kernel with an option to enable the module), i don' t know. In Debian 12 with the Linux kernel 6.1: |
@lestcape yeah this code was only tested against Ubuntu 20.04 with an earlier kernel before they removed the access to the EC. If you follow the steps you posted and install acpi_ec then you can update the And im 100% behind on the idea of releasing the program as a deb or package of some sort. I have not had a chance to look into that but willing to work on it with you. |
Yes, this should be the idea, but it need to be tested and if is working then modify the app to allow both uri. If one fail then we should use the another and if both fails, the app should show a message and do not crash, but currently the app crash. By the way, seem to be that acpi_ec is compatible with secure boot, but msr-tools is not compatible. Should be good to also have compatibility with secure boot from both and apparently this is probably possible if we fork the msr-tools and modify it. See: https://github.com/intel/intel-cmt-cat/wiki/UEFI-Secure-Boot-Compatibility. Also should be good to have support for the turbo button. My turbo button works with the Jafar kernel module: https://github.com/JafarAkhondali/acer-predator-turbo-and-rgb-keyboard-linux-module. Is the only thing that aparently really work with this module and my laptop. Unfortunately i have not time for now to do all that things. But i promised that was going to test your fork and well, I'm just reporting what I could see. There are more problems really, but they are related to Qt and I really don't know much about pyQt. |
@lestcape closing this issue. I have updated the code to point to the |
Please see:
https://bugzilla.redhat.com/show_bug.cgi?id=1943318
Or this proposed workaround, that use a kernel module to recover the functionality:
YoyPa/isw#265 (comment)
The text was updated successfully, but these errors were encountered: