mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #952] EC Probe isn't wrting on Asus X571GD Windows 10 #823
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#823
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 @super-eye on GitHub (Jul 17, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/952
Hi
I'm trying to change some EC registers to see if the fan speed changes but when I read the specific register I was trying to change it shows a default number not the one I was trying to write.
This is the console:
C:\Windows\system32>ec-probe write 0x01 0x2E
C:\Windows\system32>ec-probe.exe read 0X01
41 (0x29)
C:\Windows\system32>ec-probe write 0x01 0x2E
C:\Windows\system32>ec-probe.exe read 0X01
41 (0x29)
C:\Windows\system32>ec-probe.exe write 0XC5 34
C:\Windows\system32>ec-probe.exe read 0XC5

42 (0x2A)
Regards
@super-eye commented on GitHub (Jul 17, 2020):
I forgot to says regards...