Denys Zheliezniak
Denys Zheliezniak
A quick fix for now would be to: 1. Add ``` @PART[largeSolarPanel]:BEFORE[ReStock] { RestockIgnore = True } ``` At the end of ```GameData\ReStock\RestockPatchDisabler.cfg``` 2. Create a ```xxx.restockwhitelist``` file (where ```xxx```...
I'm having problems building it too. I followed the [wiki article](https://github.com/networkupstools/nut/wiki/APC-UPS-with-Modbus-protocol) exactly as written, both libmodbus and nut configure and build successfully, but when I run the driver with `sudo...
I have `libusbx` and `libusbx-devel` installed. That's what the system nut package is built with:`dnf repoquery --requires nut` shows `libusb-1.0.so.0()(64bit)`; `dnf whatprovides libusb-1.0.so.0` shows `libusbx-1.0.23-4.el8.i686`) The `--with-usb` flag takes care...