Displaying 2 results from an estimated 2 matches for "laynezilla".
2020 Jan 03
2
Tripp Lite SMART1500LCD will not stay shut down when power is disconnected
I see, so you kept the load.on.delay command but removed the check to see
if it was handled. Did you do the same thing for the shutdown.stayoff logic?
https://github.com/networkupstools/nut/blob/master/drivers/usbhid-ups.c#L562
This might be a dumb question but did this require you to recompile the
kernel? These types of changes are way beyond my depth.
Thank you for the direction!
On Thu, Jan
2020 Jan 14
2
Tripp Lite SMART1500LCD will not stay shut down when power is disconnected
...s model, I don't know. But at least
this behavior is not catastrophic like before. I suppose I can live with
this edge case bug.
Thank you for your help again!
I don't know if my methods are perfect but just in case anyone has the same
issue, here is the change I made:
https://github.com/Laynezilla/nut/commit/ce3fcd0533e66b8be4adcf63ea0a63a7c45ba024
And here are the commands I used:
sudo apt update
sudo apt install devscripts git
mk-build-deps nut --install --root-cmd sudo --remove
sudo apt remove asciidoc
cd ~/
git clone https://github.com/Laynezilla/nut.git
cd ~/nut
./autogen.sh
./configu...