-
Notifications
You must be signed in to change notification settings - Fork 0
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
Auto-detect which i2c bus to use #1
Comments
These things have always been a little finicky to work with and to this day I have no idea why. Are ya comfortable with re-building this project but with changing this line to |
I also never really looked into how linux determines the order of i2c busses, have you confirmed that the Fedora upgrade didn't move your i2c bus files around? |
The command takes about 10 seconds to execute then crashes:
I can always roll back the OS update and let you know of the issue still happens to be sure. |
Not yet, I can dig into this and get back to you. They seem to be in the same place
|
Small Update for anyone interested It randomly started working again yesterday. The only changes I made (unintentionally) was unplugging my USB Mic (Blue Yeti) from my USB Switch/Hub directly into the Motherboards USB. I also unplugged my ethernet cable from a switch directly into the motherboard as well. I can try plugging the mic/ethernet (not sure why ethernet would affect this though) if somebody is interested.
Thanks |
Hey, being pinged on your comment reminded me that I did some additional research on this, basically:
...on my R9 7950X3D + ROG STRIX X670E-E GAMING WIFI. Which... provides 3 i2c busses, and on my system the RAM RGB controller is connected to the first one it provides. At the very least, this should help in determining what i2c device you should use if it ever moves around again. I don't have time in the foreseeable future to know what the "proper" way of finding the correct i2c device is unfortunately. (Asking systemd via dbus? How should I probe the bus for the RAM w/o risking wiping your BIOS settings?) So I'll leave this issue open for now. |
After upgrading from Fedora 40 to 41 the script has stopped working.
I'm unsure what in the upgrade broke the binary. If you have any ideas let me know.
Thanks
The text was updated successfully, but these errors were encountered: