0xless / battmngr

Battery manager to handle system performance modes and charge modes through acpi_calls (for ideapad 15are05/14are05/14alc05).
GNU General Public License v3.0
19 stars 5 forks source link

Use on Fedora (15are05) #9

Open winkelnp opened 2 years ago

winkelnp commented 2 years ago

Worked fine on Manjaro, recently moved to Fedora 36 and now the module acpi_call cannot be found. DNF cannot seem to find a package by that name.

Any help with getting this to run? I really appreciated it on manjaro, especially the battery conservation mode.

0xless commented 2 years ago

Hi @winkelnp, thanks for showing interest in my little project. I've never tried using battmngr on Fedora, but I'll try to figure out how to install the dependencies.

winkelnp commented 2 years ago

Thanks :)

0xless commented 2 years ago

Hi, @winkelnp, I couldn't properly test battmngr on fedora without installing it on my laptop. I could find some info about acpi_calls on fedora here: https://linrunner.de/tlp/installation/fedora.html#thinkpads-only-external-kernel-modules

I think that akmod-acpi_call module will do! Let me know if it works.

winkelnp commented 2 years ago

Sorry for the late reply, but it looks like I can't use akmod-acpi_call without switching to kernel-devel which I do not want to do on my laptop... It also says something about not being needed for kernel 5.17+, and I'm on kernel 5.18.19, so I shouldn't need these anyway. it also mentions something about a "Thinkpad Extras" repo, that I cannot find anywhere...

I'll look again to see if I can find any other way of getting acpi_call on fedora. I'll update here if and when I find something

leonardozilli commented 1 year ago

Hi, did you ever find a solution to this?

winkelnp commented 1 year ago

No, I did not. All the acpi_call things I tried did not work or actually add to the kernel, if anyone figures something out please let me know