We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently the fans are only exposed through onlp and configured through raw i2c calls.
The fan controller seems to be a max6639 chip, for which an in-kernel driver exists. The source code comment says max6620, but the register macros names and contents match the max6639 driver's, not the max6620.
Loading the driver to the appropriate register should allow configuring the fans without much effort.
According to the platform i2c library the chips are a at I2C bus 3, addresses 0x2a and 0x29.
3
0x2a
0x29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently the fans are only exposed through onlp and configured through raw i2c calls.
The fan controller seems to be a max6639 chip, for which an in-kernel driver exists. The source code comment says max6620, but the register macros names and contents match the max6639 driver's, not the max6620.
Loading the driver to the appropriate register should allow configuring the fans without much effort.
According to the platform i2c library the chips are a at I2C bus
3
, addresses0x2a
and0x29
.The text was updated successfully, but these errors were encountered: