Aleksa Savić
Aleksa Savić
Upstream driver. On Tue, Feb 25, 2025, 9:45 AM TsunamiMommy ***@***.***> wrote: > So just to get this straight. Are you referring to the upstream driver, > this github driver,...
Generally, yes, but if you only wish to not have that warning in liquidctl, then it's not that important. I'm willing to review contributions if you want to open a...
There is, yes. The device gets confused otherwise, and there's no batching on hwmon level. On Tue, Feb 25, 2025, 10:06 AM TsunamiMommy ***@***.***> wrote: > Thanks for your explanations....
`300e` is supported: https://github.com/liquidctl/liquidctl/blob/main/liquidctl/driver/kraken3.py#L587 What version of liquidctl do you have?
It looks like the solution to the issue is to add a delay between writing requests in the hwmon driver and liquidctl, which has been done before successfully. As for...
> I spent about 6 hours typing up replies correcting the layers of logical fallacy like that. I could post it and even if I am inarguably objectively correct, it...
Indeed, and that's why a delay between requests is needed. Something like [this](https://web.git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/commit/drivers/hwmon/aquacomputer_d5next.c?h=hwmon-next&id=56b930dcd88c2adc261410501c402c790980bdb5) will solve this issue.
> I already was sticking to engineering. I have no emotional involvement here, like you do. I don't own the device, I didn't write the clients, I didn't write the...
Not sure what Batocera is shipping under the hood, but have you tried [compiling the driver](https://github.com/aleksamagicka/aquacomputer_d5next-hwmon?tab=readme-ov-file#compiling-and-installation)? You'll need to replace `linux/unaligned.h` with `asm/unaligned.h` near the top for 6.9.
> modprobe: ERROR: could not insert 'aquacomputer_d5next': Exec format error That seems like a version mismatch in that that binary was compiled for a different kernel version. Can you clone...