mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #1337] Made config for HP Envy 17 J-series #1149
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmctr on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1337
I did not know where to put this, but I created a preliminary config for HP Envy 17. It has to have a very low poll interval of 500 ms to fight with the motherboard enough to keep the fan running at specified speed. This might cause some minor stability issues, though it is unlikely, as 500 ms is considered the minimum safe number.
I have a J-series Envy 17 from around 9 years ago, so I do not know if it will work with newer ones. Please let me know if it can be improved.
HP Envy 17 Notebook PC
<?xml version="1.0"?> <FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotebookModel>HP ENVY 17 Notebook PC</NotebookModel> <Author>Noah Y.</Author> <EcPollInterval>500</EcPollInterval> <ReadWriteWords>false</ReadWriteWords> <CriticalTemperature>100</CriticalTemperature> <FanConfigurations> <FanConfiguration> <ReadRegister>223</ReadRegister> <WriteRegister>223</WriteRegister> <MinSpeedValue>87</MinSpeedValue> <MaxSpeedValue>92</MaxSpeedValue> <IndependentReadMinMaxValues>false</IndependentReadMinMaxValues> <MinSpeedValueRead>87</MinSpeedValueRead> <MaxSpeedValueRead>93</MaxSpeedValueRead> <ResetRequired>false</ResetRequired> <FanSpeedResetValue>0</FanSpeedResetValue> <FanDisplayName>CPU fan</FanDisplayName> <TemperatureThresholds /> <FanSpeedPercentageOverrides /> </FanConfiguration> </FanConfigurations> <RegisterWriteConfigurations /> </FanControlConfigV2>@github-actions[bot] commented on GitHub (Oct 11, 2023):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed