-
Notifications
You must be signed in to change notification settings - Fork 225
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
DDR4 support broken on Linux 5.16.3 #416
Comments
jonasmalacofilho
changed the title
DDR4 support broken on Linux 5.16.4
DDR4 support broken on Linux 5.16.3
Feb 3, 2022
jonasmalacofilho
added
linux
Linux users are particularly affected
external
Problem that is external to liquidctl
labels
Feb 3, 2022
Patch for the Status:
|
jonasmalacofilho
added a commit
that referenced
this issue
Feb 6, 2022
jonasmalacofilho
added a commit
that referenced
this issue
Feb 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Linux 5.16.4, trying to read the SPD EEPROM from
/sys/bus/i2c/drivers/ee1004/*/eeprom
or from suitable/sys/bus/i2c/devices/*/*/eeprom
files fails withEPROTO
.This breaks the
Ddr4Temperature
andVengeanceRgb
drivers' probing code insmbus.load_eeprom()
.The problem appears to be new to Linux 5.16.4 or Linux 5.16.3; on Linux 5.16.2 there is no such issue. Even on 5.16.4, it also doesn't affect the
decode-dimms
command from i2c-tools; but that command only reads the first page (first 256 bytes) of the SPD EEPROM.Additional information about the system:
linux 5.16.4.arch1-1
The text was updated successfully, but these errors were encountered: