-
Notifications
You must be signed in to change notification settings - Fork 43
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
Works on ASRock LiveMixer B650 #103
Comments
I got myself this board and noticed the same. After some investigation I figured out the correct registers which work in my own cobbled together program. Motherboard : Asrock B650 Livemixer
Temp registers start at 0x100 (NCT6687_REG_TEMP) Now, how to integrate this into this driver I'm not sure. Hopefully the author can help here. |
The nct6686 module is already present in standard linux distro. |
You mean the nct6683 module? I'm a bit confused about the name and scope of these modules. Perhaps you can share some light on how this should work ?
Both don't have nct6686 in the module name, but both can detect it and list it as a nct6686. However both don't work (out of the box). |
Also on nct6683 the PWM control for the fans is not working, while with the nct6687d the PWM is manageable, right now I see all fan control files as read-only. |
It seems to be working better than the default nct6683 driver!
Although some of the voltages don't seem to be detected(calculated?) properly?
The text was updated successfully, but these errors were encountered: