mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #1355] ec-probe doesn't write any register to a desired hexadecimal #1165
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#1165
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 @p0ryae on GitHub (Jul 31, 2023).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1355
Describe the bug
Attempting to modify a register via ec-probe for fan control. It doesn't write to the desired hexadecimal.
To Reproduce
ec-probe write 0xAF 0x06ec-probe read 0xAFExpected behavior
Should write the hexadecimal to the register as expected.
System information
Additional context
Tried any other register. None of them write either. Here is the verbose when writing:
@p0ryae commented on GitHub (Jul 31, 2023):
Turns out the value I was modifying was getting overwritten by another registry's hexadecimal (0x61). Modifying 0x61's hexadecimal directly also modifies the 0xAF registry and AIPT's level.