Aleksa Savić
Aleksa Savić
These seem stuck at 1380 (and zeroes) more often than not: ``` ├── External fan 1 speed 1380 rpm ├── External fan 2 speed 0 rpm ├── External fan 3...
> External fan 1 isn't stuck to 1380, it change a little during my tests: on my first test, external fan 1 was as 1350 I said that because I...
Still interesting, doesn't it have a separate controller for the fans?
Ah, then that's indeed a RYUJIN II. @jonasmalacofilho, can this be closed as-is, or should I change the title and/or add a label? (I don't see a proper label in...
Since temp offsets can be negative (for these devices they can range from -15 to 15C), what would be the best way to support negative values in the CLI?
(`_perform_write()` could also be used for the `nzxt-kraken3` driver in the other PR, since the same logic is being applied there.)
@davija, [this](https://github.com/aleksamagicka/liquidctl-aqc/commit/6faf1f12e70dcf7aa8d1bc1168bc299cc9fc491b) is all you need to do to get liquidctl to see it as a RYUJIN II. Try it out and report back, perhaps it's similar. (If you need...
I reran them and the issue persists, I'm not sure why that's happening as I've had very little contact with Mac machines generally. Perhaps Github changed something about their runners.
This doesn't seem to be tied to this PR specifically, I just reran it in [another PR](https://github.com/liquidctl/liquidctl/actions/runs/8571885560/job/24332961390?pr=690) and it fails as well. Seems like libusb or something like it is...
> Anyway, this is something I'll try to handle in PyUSB, so it really isn't related to liquidctl at all. In the meantime, @aleksamagicka, maybe we should pin our tests...