Benzhaomin / corsairpsu

hwmon Linux Kernel driver for the Corsair RMi and HXi series of PSUs
GNU General Public License v2.0
29 stars 6 forks source link

Corsair HX1000i ignored by module #7

Open RyanHakurei opened 1 year ago

RyanHakurei commented 1 year ago

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 commented 2 months ago

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. :crossed_fingers:

freakontrol commented 2 weeks ago

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.