Skip to content
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

Corsair HX1000i ignored by module #7

Open
RyanHakurei opened this issue Nov 22, 2022 · 2 comments
Open

Corsair HX1000i ignored by module #7

RyanHakurei opened this issue Nov 22, 2022 · 2 comments

Comments

@RyanHakurei
Copy link

I am not able to get any output from this PSU, and the HX1000i is on the supported list. Maybe there's a rev 3 that's not supported?
image
image

lsusb output:
image

@dsimidzija
Copy link

I think I might be in the same trouble as you, except with a HX1200i:

$ lsusb
...
Bus 003 Device 005: ID 1b1c:1c23 Corsair HX1200i Power Supply
...

hid_device_id in the source code only has 0x1c08 listed for HX1200i, and 0x1c07 for HX1000i. I have no idea how to check if the different hids mean any differences in protocol, if not, this should be easy to fix. 🤞

@freakontrol
Copy link

freakontrol commented Aug 8, 2024

I have the same problem too with the same HX1200i power supply. I just edited this line with the correct ID read with lsusb, recompiled and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants