Skip to content
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

Fan control on IT8792E/8795E not working & on IT8688E not working properly #235

Closed
pfto opened this issue Apr 27, 2020 · 4 comments
Closed

Comments

@pfto
Copy link

pfto commented Apr 27, 2020

Release: 1.0.186
Motherboard: Gigabyte X570 Aorus Pro

Problem with IT8688E:

  • Any value set for fan control within 0 to 50% spins fan up to around 65% RPM.
  • If set >50% the fan speed returns to current curve set in BIOS.

Problem with IT8792E/8795E:

  • Any value set with fan control seems to be ignored and does not affect the fan speed.

Similar Issues: #229 #216

@PhyxionNL
Copy link
Collaborator

#229 (comment)

@pfto
Copy link
Author

pfto commented May 4, 2020

#229 (comment)

@rmattuschka
Copy link
Contributor

The Size of the PWM Value in this register is only 7 bits [6:0]

You can try this in Row 258: WriteByte(FAN_PWM_CTRL_EXT_REG[index], (byte)(value.Value >> 1));
instead of: WriteByte(FAN_PWM_CTRL_EXT_REG[index], value.Value);

Maybe it works

@CSchuetz7
Copy link

@rmattuschka

Doesn't help either, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants