Open bakatrouble opened 5 months ago
Hi @bakatrouble . Thanks for the suggestion! As stated in the script:
ABOUT DETECTION
Setting register &0x0b to 0x04 on addresses 0x5[0-7] allows to read the DIMM model name, but very often address 0x5 is write protected (as in my system), which makes this method useless.
Nevertheless, I can still attempt to implement it.
My SMBus controller (SMBus PIIX4) is also lacking the I2C Block Read functionality, but I was able to get the check string using byte read:
Maybe it's going to be better to implement the check fallback like this, for better compatibility?