-
Notifications
You must be signed in to change notification settings - Fork 130
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
Memory SPD: Please load eeprom module to obtain information about memory SPD #426
Comments
Yes, that's right. I'll guess that this is supposed to be a question though, so I'll answer |
You should add message of [sudo modprobe eeprom] there. |
It may be the case that you're using a computer with DDR4 memory. If that's
the case, you'll want to update your copy of HardInfo, as the version
you're using does not support it. Unfortunately, it requires a different
kernel module and some manual configuration in order to be able to decode
DDR4 SPDs.
…On Tue, Jul 23, 2019, 20:28 海天鹰 ***@***.***> wrote:
You should add message of [sudo modprobe eeprom] there.
After [sudo modprobe eeprom], the [Bank, Size, Manufactureer, Model] is
empty.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#426?email_source=notifications&email_token=AAADVGK4IYQAO2Q6ZYXX7YLQA7D5BA5CNFSM4IGB6XAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2VBYLA#issuecomment-514464812>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAADVGLVD5ICGBNCRAVOUT3QA7D5BANCNFSM4IGB6XAA>
.
|
DDR3 |
The eeprom module needs to find an SPD eeprom on a special i2c bus called SMBus. To try and figure out what may be happening, first check I have an old Phenom II system with an AMD SB700 chipset that has an SMBus controller, but no i2c bus is found on it in Linux. On that system, the eeprom module finds no SPD eeprom. It could be something like this. |
After |
What is the result of |
00: |
This shows that no SPD eeprom was found on the bus. If so, some of the |
In more recent Hardinfo, the memory SPD function has been merged with memory information from DMI, and called "Memory Devices". Perhaps if you try building the latest from git, and run Hardinfo with sudo, you can get more information. |
No description provided.
The text was updated successfully, but these errors were encountered: