-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
RAM stick not found on SMBus #30
Comments
I might have found a reason for this. In the startup log I was able to find the following: [ 2.540388] i2c i2c-2: 1/2 memory slots populated (from DMI) But I don't really know what it means or how it could help to solve the problem. |
Hi Dietriro, I really appreciate your kind words! Would you mind sharing the output of the following command?
|
Hi there! sudo ./kfrgb.sh --debugABOUT DETECTIONSetting register &0x0b to 0x04 on addresses 0x5[0-7] allows to read the DIMM model name, but /opt/kfrgb/kfrgb.sh will:
The detection passes if all checks are true.
ERROR: exit I tried to fix based on this link, unfortunatelly without any success: Any kind of help will be very appreciated, and also sorry for my bad english :) |
The correct way to add "acpi_enforce_resources=lax" parameter is solved my problem! Also, i have to "rmmod spd5118" driver after each restart, maybe later i will figure it out how to solve this part. |
Hi there,
first thanks a lot for your work! I appreciate it that someone takes the time to implement such a script and shares it.
I have little to no knowledge about SMBus communication. I am just trying to turn off the LEDs on my Kingston Fury Beast DDR5 RAM.
The stick that I installed cannot be found, however. Here is the output from i2cdetect and from your script:
$ sudo ./kfrgb.sh --ramslots 1
Kingston Fury DDR5 RAM in slot 1 not found on SMBus i2c-2.
Please select an SMBus (or type 'quit' or 'q' to exit from /home/robind/downloads/kfrgb.sh):
choose>
$ sudo i2cdetect -l
i2c-0 i2c Synopsys DesignWare I2C adapter I2C adapter
i2c-1 i2c Synopsys DesignWare I2C adapter I2C adapter
i2c-2 smbus SMBus I801 adapter at 3000 SMBus adapter
$ sudo i2cdetect -y 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: 08 -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- 44 -- -- -- -- -- 4a -- -- -- -- --
50: -- -- 52 -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- 62 -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
I use the RAM for a linux server, so I don't have Windows running or even a visual desktop environment. That's why your tool would come in really handy.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: