Trident Z RGB falls under ENE DRAM and should work fine as long as you have the appropriate i2c driver loaded for your motherboard.
this post was submitted on 25 Feb 2024
7 points (100.0% liked)
OpenRGB
447 readers
1 users here now
The official Lemmy community for the OpenRGB project.
Official website: https://openrgb.org
GitLab: https://gitlab.com/CalcProgrammer1/OpenRGB
founded 4 years ago
MODERATORS
Can you post the output of lsmod | grep i2c?
Hello! I just want to poke you on this :)
veryloud@IOT-Rice-Cooker:~/Projects/OpenRGB$ sudo lsmod | grep i2c
i2c_i801 36864 0
i2c_smbus 20480 1 i2c_i801
i2c_dev 28672 48
i2c_piix4 32768 0
i2c_algo_bit 20480 2 igb,amdgpu
Oh, you have a Gigabyte motherboard. These have a quirk with i2c where you have to add a kernel command line parameter. I forget exactly what it is, maybe "acpi_enforce_resources=lax"? I think this is mentioned in the Readme on Gitlab.
Ah thank you, I didn't spot it in the README, I'll give it a try :)
I had the opportunity to test this today, thank you, it's what I was missing! I should have RTFM'd :)