-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't change charge thresholds under kernel Linux 6.8.0-76060800daily20240311-generic #321
Comments
Is
|
cory@lemurpro:~$ lsmod | grep system76
cory@lemurpro:~$ dkms status
|
Forced reinstallation of system76-acpi. It works now. |
@phrogpilot73 which command did you use? With |
@ahoneybun I was poking around in Synaptic package manager to see what other versions of the Linux kernel were in there, and thought "YOLO" and then selected the system76-acpi to reinstall. |
I also ran into this. Was also able to fix just by downgrading my kernel to 6.6.10 with |
Issue is not in system76-power. You can fix it by rebuilding DKMS modules. |
@crawfxrd that does not always fix the issue, can we move this to system76-acpi-dkms then? It seems to depend on which commands you run when it comes to DKMS if it will fix the issue or not. |
Yes it does. Anything that uses This is a breaking change that was made without the kernel version changing, so DKMS rebuilds were not triggered. |
I can tell you from the support tickets that it doesn't always fix it. Do you mean this command?:
|
No. Manually rebuild everything. |
Neither sudo apt install --reinstall system76-dkms system76-acpi-dkms nor sudo dkms uninstall and then install works on a darp6 for me. |
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
Kernel was updated to Linux 6.8.0-76060800daily20240311-generic, noticed charge thresholds were not working. The following is from the terminal:
Rebooted with Linux 6.6.10-76060610-generic kernel. The following is from terminal:
Steps to reproduce (if you know):
Try to change charge-thresholds under kernel Linux 6.8.0-76060800daily20240311-generic, error persists. Can --list-profiles
Expected behavior:
Be able to change charge profiles, especially since I am on a lemp10, running 2023-20-13_5d997d1 firmware. Works fine on the old kernel.
The text was updated successfully, but these errors were encountered: