From jimklimov at gmail.com Tue Jul 2 21:51:20 2024 From: jimklimov at gmail.com (Jim Klimov) Date: Tue, 2 Jul 2024 22:51:20 +0200 Subject: [Nut-upsdev] Powercom BNT USB fix needs testing In-Reply-To: References: Message-ID: Gentle bump :) If there's anyone with a Powercom USB UPS and preferably a non-x86 computer to build and test a NUT driver on (to confirm the original problem and the fix), that would be very helpful :) Jim On Sun, Jun 16, 2024 at 12:26?PM Jim Klimov wrote: > Cheers all, > > Per https://github.com/networkupstools/nut/pull/2480 there seems to > have been a byte-order bug in usbhid-ups subdriver for Powercom that > precluded it from shutdowns. > > I am not fully certain if the problem (or the fix) are > endianness-dependent, so would welcome testing of that PR from various > platforms (x86, arm, ...) > > As usual, I hope > https://github.com/networkupstools/nut/wiki/Building-NUT-for-in%E2%80%90place-upgrades-or-non%E2%80%90disruptive-tests > can get you started. > > Thanks in advance, > Jim Klimov > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stu.lists at spacehopper.org Wed Jul 3 14:53:59 2024 From: stu.lists at spacehopper.org (Stuart Henderson) Date: Wed, 3 Jul 2024 13:53:59 -0000 (UTC) Subject: [Nut-upsdev] Powercom BNT USB fix needs testing References: Message-ID: On 2024-07-02, Jim Klimov via Nut-upsdev wrote: > Gentle bump :) > > If there's anyone with a Powercom USB UPS and preferably a non-x86 computer > to build and test a NUT driver on (to confirm the original problem and the > fix), that would be very helpful :) >> Per https://github.com/networkupstools/nut/pull/2480 there seems to >> have been a byte-order bug in usbhid-ups subdriver for Powercom that >> precluded it from shutdowns. >> >> I am not fully certain if the problem (or the fix) are >> endianness-dependent, so would welcome testing of that PR from various >> platforms (x86, arm, ...) I don't have one of those UPS, or a big-endian machine handy. Nearly all current OS run ARM as little-endian, this will really want something like sparc or powerpc to test on (or some MIPS but not others). It could also be that the vendor changed something between devices or firmware versions...