You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the error below when i try to startup nut.
TrippLite device (09ae:3018) is not (or perhaps not yet) supported
and it just spams the log with, any idea what i am doing wrong? Is it just about the device being different and not supported? Surprised its that different from all the other TRIPP LITE SMART1500's.
Jan 4 22:13:34 MovieServer kernel: hid-generic 0003:09AE:3018.0C45: hiddev97,hidraw1: USB HID v1.10 Device [Tripp Lite TRIPP LITE SMART1500RM2UL ] on usb-0000:00:14.0-11.2/input0
Jan 4 22:13:49 MovieServer kernel: usb 1-11.2: USB disconnect, device number 95
Jan 4 22:13:49 MovieServer kernel: usb 1-11.2: new low-speed USB device number 96 using xhci_hcd
Jan 4 22:13:50 MovieServer kernel: hid-generic 0003:09AE:3018.0C46: hiddev97,hidraw1: USB HID v1.10 Device [Tripp Lite TRIPP LITE SMART1500RM2UL ] on usb-0000:00:14.0-11.2/input0
Jan 4 22:14:04 MovieServer kernel: usb 1-11.2: USB disconnect, device number 96
Jan 4 22:14:04 MovieServer kernel: usb 1-11.2: new low-speed USB device number 97 using xhci_hcd
Jan 4 22:14:04 MovieServer kernel: hid-generic 0003:09AE:3018.0C47: hiddev97,hidraw1: USB HID v1.10 Device [Tripp Lite TRIPP LITE SMART1500RM2UL ] on usb-0000:00:14.0-11.2/input0
Jan 4 22:14:19 MovieServer kernel: usb 1-11.2: USB disconnect, device number 97
The text was updated successfully, but these errors were encountered:
Not terribly surprising; Tripp Lite has already used the SMART1500 name for two completely different protocol families (USB PID 0001 and more-or-less standard USB HID PDC.
You should be able to get further by specifying productid = 3018 in ups.conf - the driver normally doesn't need the PID for known models, but this is a sign that nobody has tested for any quirks in the protocol.
Also, do those disconnection times correspond to when you unplugged the USB cable? If not, you may be in for some amount of annoyance. The 3016 protocol UPSes were similar - they did not work well with modern USB controllers (even though they only use USB 1.1 low-speed) and would fall off of the bus when least convenient. I offloaded my 3016 UPS to someone who just needed battery backup, and didn't need monitoring support.
I am getting the error below when i try to startup nut.
TrippLite device (09ae:3018) is not (or perhaps not yet) supported
and it just spams the log with, any idea what i am doing wrong? Is it just about the device being different and not supported? Surprised its that different from all the other TRIPP LITE SMART1500's.
The text was updated successfully, but these errors were encountered: