-
Notifications
You must be signed in to change notification settings - Fork 46
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
can't set speed for mroe then 10 cards #13
Comments
so I'm confused, you have 13 physical cards that are AMDs, but the system only has card0-9 showing up in the directory mentioned previously? |
No guarantees that this will run, but perhaps try running this and posting the output. Just some "debug" information to show me how far the script is going. This may also be one of the big reasons the developer stopped supporting doing this all via a BASH script and instead opted to go the route of a low-level application. Put this into a file, call it whatever, chmod +x on it, and then run it. As you can see in the code, it's just going to echo out the /sys/class/drm/card# and then echo out everytime it enters into a hardware monitor section of that card. If it fails to do either of these for that card, that tells me that that card is not supported by this for whatever reason.
|
Interesting. Can you provide me with the output of the following command: P.S. I haven't been on here in a while, I stay pretty busy these days. |
I found a way to get it to work for more than 10, if you change line 53 to the following:
That fixed the issue for me. Hope it helps :) |
@DominiLux if the card nunber is over 10 |
Just need replace hwmon? to hwmon* and work with 10+ card |
i have 13 card and code set fan speed for only 10 cards ;( how it can set for all 13 cards !
The text was updated successfully, but these errors were encountered: