[PR #691] [MERGED] Add config for HP Laptop 17-by1xxx.xml #1335

Closed
opened 2026-02-26 00:35:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/691
Author: @Zwergesel
Created: 5/23/2019
Status: Merged
Merged: 5/27/2019
Merged by: @hirschmann

Base: masterHead: HP-Config


📝 Commits (1)

  • 8892018 Add config for HP Laptop 17-by1xxx.xml

📊 Changes

1 file changed (+69 additions, -0 deletions)

View changed files

Configs/HP Laptop 17-by1xxx.xml (+69 -0)

📄 Description

This config was manually created by trial and error based on the "HP Laptop 14-cm0xxx.xml" and tested on an HP 17-by1102ng.

Note: It may be necessary to disable the BIOS option "System Configuration" > "Fan Always On" in order to make the fan turn off completely.

Quick overview:

  • Writing to register 0xDB controls the fan speed, but the scale does not seem to be exactly linear. Writing values above 90 may crash the PC. The range 45 to 80 mapped roughly to the 10% - 100% speed with a special value of 30 to turn off the fan entirely (although any value < 35 will do that as far as I could tell).
  • Reading from register 0x71 returns the current fan speed as values between 8 and 17 if the fan is spinning, so configuring 7 to 17 maps the fan speed nicely between 10% and 100%. Once again a special value of 0 is used if the fan is off.

Without NBFC the fans will only stop spinning at roughly < 35°C and otherwise be pretty much constantly spinning at 10%-20% which is fairly annoying. This config sets the temperature for the fan starting to spin at 55°C and ramps it up until it reaches 100% at 78°C. The NBFC config from which this was copied allowed even higher temperatures before starting the fan, but I wanted to keep it somewhat conservative. Maximum temperature of the CPU is listed as 100°C. (source)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hirschmann/nbfc/pull/691 **Author:** [@Zwergesel](https://github.com/Zwergesel) **Created:** 5/23/2019 **Status:** ✅ Merged **Merged:** 5/27/2019 **Merged by:** [@hirschmann](https://github.com/hirschmann) **Base:** `master` ← **Head:** `HP-Config` --- ### 📝 Commits (1) - [`8892018`](https://github.com/hirschmann/nbfc/commit/8892018b61ca46386de8f11e957ed1a580958584) Add config for HP Laptop 17-by1xxx.xml ### 📊 Changes **1 file changed** (+69 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Configs/HP Laptop 17-by1xxx.xml` (+69 -0) </details> ### 📄 Description This config was manually created by trial and error based on the "HP Laptop 14-cm0xxx.xml" and tested on an HP 17-by1102ng. **Note**: It may be necessary to disable the BIOS option "_System Configuration_" > "_Fan Always On_" in order to make the fan turn off completely. Quick overview: * Writing to register 0xDB controls the fan speed, but the scale does not seem to be exactly linear. Writing values above 90 may crash the PC. The range 45 to 80 mapped roughly to the 10% - 100% speed with a special value of 30 to turn off the fan entirely (although any value < 35 will do that as far as I could tell). * Reading from register 0x71 returns the current fan speed as values between 8 and 17 if the fan is spinning, so configuring 7 to 17 maps the fan speed nicely between 10% and 100%. Once again a special value of 0 is used if the fan is off. Without NBFC the fans will only stop spinning at roughly < 35°C and otherwise be pretty much constantly spinning at 10%-20% which is fairly annoying. This config sets the temperature for the fan starting to spin at 55°C and ramps it up until it reaches 100% at 78°C. The NBFC config from which this was copied allowed even higher temperatures before starting the fan, but I wanted to keep it somewhat conservative. Maximum temperature of the CPU is listed as 100°C. [(source)](http://www.cpu-world.com/CPUs/Core_i5/Intel-Core%20i5%20i5-8265U.html) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:35:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#1335
No description provided.