Last active
July 18, 2023 15:09
-
-
Save jk0/127b5d503c67fbea7c33 to your computer and use it in GitHub Desktop.
Synology DSM 5.1 and Tripp Lite SMART500RT1U
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ubuntu 10.04 (32bit) | |
| ========================== | |
| apt-get update | |
| apt-get upgrade -y | |
| apt-get install -y autoconf automake build-essential git-core libglib2.0-0 libglib2.0-dev libusb-dev libtool pkg-config vim | |
| git clone [email protected]:networkupstools/nut.git | |
| cd nut | |
| ./autogen.sh | |
| ./configure --with-user=root --with-group=root --with-drivers=tripplite_usb --prefix=/usr/syno --localstatedir=/var --sysconfdir=/usr/syno/etc/ups | |
| make | |
| exit | |
| sftp <host> | |
| get nut/drivers/tripplite_usb | |
| exit | |
| scp tripplite_usb root@<NAS>:/usr/syno/bin | |
| ssh root@<NAS> | |
| upsc ups@localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the next person that finds this - this does not work. In DSN 7.1 there is no package manager. Not sure if there was with previous versions.