-
Notifications
You must be signed in to change notification settings - Fork 84
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
laptop fan speed changes should be smoother #149
Comments
This code would only work with the proprietary EC, which shipped on previous models and was far worse. |
@jackpot51 - Will this be incorporated into the mainline code and be offered as an update through standard channels? I am not comfortable compiling and flashing the firmware. Mainly, I don't know if this will break the mechanism that Pop!_OS uses to determine if your firmware version is out-of-date and needs an upgrade, since this will not be an official build of the firmware. If I can still get official firmware updates flashing a custom firmware, users who aren't familiar with the process will need to know how to get @curiousercreative's version, compile it, and flash it. The fan curve and it's rapid speed up/down as it currently stand is very jarring and obnoxious, and grabbing a lot of attention in my office. |
@ZeddieXX I can't say whether this will be accepted upstream, but my guess is that the firmware updater won't care about what we're doing here. It seems that the flashing we're doing here isn't updating the firmware (which consists of multiple components) but just a single firmware component (the embedded controller). I was similarly hesitant to flash the EC, but it wasn't so bad.
Find me on https://chat.pop-os.org/ as curiouser if you need more help :) |
I have a problem with the very first line. `zeddie@pop-os:~/temp$ git clone [email protected]:system76/firmware-open.git Please make sure you have the correct access rights |
Hi, I own a lemp10 and share similar issues as @curiousercreative. While in my case the fan does not jump quite to 100%, it remains at 0% until the laptop reaches 70C, at which point the fan starts to repeatedly turn on and off. This all can be caused by very light usage (eg. browsing), and there's nothing I can do about it (power saver does not fix it). I am of the opinion that everyone would benefit if system76 implemented a way for users to control the fan via the OS. A few points why I feel that way:
I read somewhere that system76 had plans in this direction, wondering if that is still the case? |
@kepelrs There's an issue for it here: pop-os/system76-acpi-dkms#9 |
With my new galp5 i7-1165G7, fan will abruptly blare to 100% when under occasional load. Under consistent but varied loads, fan may jump between each fan point every so often. It would be nice to smooth these fan ramps out to avoid the unpleasant audible stepping in fan speeds.
The text was updated successfully, but these errors were encountered: