Replies: 1 comment 2 replies
-
Hi,
The project is essentially a Python wrapper around a NBFC tool, which enables you to control some notebook fans out of the box, but not for MSI laptops (when i've checked ~2/3 years ago, it was either not supported or I have not found found how to use it). The NBFC project has a tool called
I haven't bother creating an NBFC config (if it does not exists already), and I prefer using a standalone tool rather than a service (since i have easy root access with my user).
That's also why I have created this script in the first place, since I wasn't able to make this tool work. My guess is that the TLDR: You can try by installing MECC with I have a few thing to improve on the project to make it more accessible with better documentation, a config file and maybe a service/daemon. Reach out to me if you have any questions/concerns. |
Beta Was this translation helpful? Give feedback.
-
Does this project allow nbfc to control the fans of an MSI laptop?
If yes, do you have an nbfc config you are using with your machine?
I tested the ISW-Modern project which uses acpi_ec to control the fans for an MSI laptop and while it does work, every boot requires recreating the
/dev/ec
file and restarting the service. I'm guessing this has to do withec_sys
being deprecated on newer kernel versions.I'm trying to understand if I can use this project to control MSI laptop fans with nbfc which I would prefer using over ISW-Modern. Any help is appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions