[Nut-upsuser] Tripp Lite SMART1500LCD repeatedly disconnecting and reconnecting

Layne Fowler layne.fowler at gmail.com
Sun Dec 8 22:46:06 GMT 2019


My UPS is connected to a Raspberry Pi by USB. After a few hours of working,
the service fails. Looking at kernel messages I noticed that the device is
repeatedly disconnecting and reconnecting.

I have tried using a different USB port and using a brand new USB cable. I
have not had success by changing config parameters like
pollfreq/pollinterval/etc.

What is causing the UPS to keep disconnecting?

OS - Raspbian GNU/Linux 10 (buster)
Kernel - 4.19.75-v7+
Nut version - 2.7.4-8
Installation method - From package
UPS - Tripp Lite SMART1500LCD

user at host:~ $ dmesg -T
[Wed Dec  4 13:24:24 2019] usb 1-1.5: USB disconnect, device number 91
[Wed Dec  4 13:24:25 2019] usb 1-1.5: new low-speed USB device number 92
using dwc_otg
[Wed Dec  4 13:24:25 2019] usb 1-1.5: New USB device found, idVendor=09ae,
idProduct=2012, bcdDevice= 0.09
[Wed Dec  4 13:24:25 2019] usb 1-1.5: New USB device strings: Mfr=1,
Product=2, SerialNumber=0
[Wed Dec  4 13:24:25 2019] usb 1-1.5: Product: Tripp Lite UPS
[Wed Dec  4 13:24:25 2019] usb 1-1.5: Manufacturer: Tripp Lite
[Wed Dec  4 13:24:25 2019] hid-generic 0003:09AE:2012.15157:
hiddev96,hidraw0: USB HID v1.10 Device [Tripp Lite  Tripp Lite UPS ] on
usb-3f980000.usb-1.5/input0
[Wed Dec  4 13:24:39 2019] usb 1-1.5: USB disconnect, device number 92
[Wed Dec  4 13:24:40 2019] usb 1-1.5: new low-speed USB device number 93
using dwc_otg
[Wed Dec  4 13:24:40 2019] usb 1-1.5: New USB device found, idVendor=09ae,
idProduct=2012, bcdDevice= 0.09
[Wed Dec  4 13:24:40 2019] usb 1-1.5: New USB device strings: Mfr=1,
Product=2, SerialNumber=0
[Wed Dec  4 13:24:40 2019] usb 1-1.5: Product: Tripp Lite UPS
[Wed Dec  4 13:24:40 2019] usb 1-1.5: Manufacturer: Tripp Lite
[Wed Dec  4 13:24:40 2019] hid-generic 0003:09AE:2012.15158:
hiddev96,hidraw0: USB HID v1.10 Device [Tripp Lite  Tripp Lite UPS ] on
usb-3f980000.usb-1.5/input0
[Wed Dec  4 13:24:54 2019] usb 1-1.5: USB disconnect, device number 93
[Wed Dec  4 13:24:55 2019] usb 1-1.5: new low-speed USB device number 94
using dwc_otg
[Wed Dec  4 13:24:55 2019] usb 1-1.5: New USB device found, idVendor=09ae,
idProduct=2012, bcdDevice= 0.09
[Wed Dec  4 13:24:55 2019] usb 1-1.5: New USB device strings: Mfr=1,
Product=2, SerialNumber=0
[Wed Dec  4 13:24:55 2019] usb 1-1.5: Product: Tripp Lite UPS
[Wed Dec  4 13:24:55 2019] usb 1-1.5: Manufacturer: Tripp Lite
[Wed Dec  4 13:24:55 2019] hid-generic 0003:09AE:2012.15159:
hiddev96,hidraw0: USB HID v1.10 Device [Tripp Lite  Tripp Lite UPS ] on
usb-3f980000.usb-1.5/input0

# /etc/nut/ups.conf
[ups]
    driver = usbhid-ups
    port = auto
    desc = "Tripp Lite SMART1500LCD"
    vendorid = 09ae
    productid = 2012

user at host:~ $ sudo /lib/nut/usbhid-ups -DD -a ups
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
   0.000000     debug level is '2'
   0.001893     upsdrv_initups...
   0.003138     Checking device (09AE/2012) (001/106)
   0.016572     - VendorID: 09ae
   0.016729     - ProductID: 2012
   0.016847     - Manufacturer: Tripp Lite
   0.016963     - Product: Tripp Lite UPS
   0.017080     - Serial Number: unknown
   0.017196     - Bus: 001
   0.017314     - Device release number: 0009
   0.017430     Trying to match device
   0.017736     Device matches
   0.021374     HID descriptor length 662
   0.111731     Report Descriptor size = 662
   0.113247     Using subdriver: TrippLite HID 0.82
   0.113406     74 HID objects found
   0.115493     Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID:
0x28, Offset: 0, Size: 8, Value: 2
   0.117475     Path: UPS.PowerSummary.iSerialNumber, Type: Feature,
ReportID: 0x29, Offset: 0, Size: 8, Value: 3
   0.119478     Path: UPS.PowerSummary.iManufacturer, Type: Feature,
ReportID: 0x2b, Offset: 0, Size: 8, Value: 1
   0.121483     Path: UPS.PowerSummary.ffff00d9, Type: Feature, ReportID:
0xc0, Offset: 0, Size: 8, Value: 5
   0.123483     Path: UPS.PowerSummary.Input.ConfigVoltage, Type: Feature,
ReportID: 0x30, Offset: 0, Size: 8, Value: 120
   0.125473     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.127474     Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature,
ReportID: 0x2a, Offset: 0, Size: 8, Value: 4
   0.129476     Path: UPS.PowerSummary.CapacityMode, Type: Feature,
ReportID: 0x33, Offset: 0, Size: 8, Value: 2
   0.131479     Path: UPS.PowerSummary.Rechargeable, Type: Feature,
ReportID: 0x2c, Offset: 0, Size: 8, Value: 1
   0.133482     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
   0.133643     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
   0.134476     Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
   0.134633     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
   0.136598     Path: UPS.PowerSummary.FullChargeCapacity, Type: Feature,
ReportID: 0x37, Offset: 0, Size: 8, Value: 100
   0.138598     Path: UPS.PowerSummary.DesignCapacity, Type: Feature,
ReportID: 0x36, Offset: 0, Size: 8, Value: 100
   0.140612     Path: UPS.PowerSummary.PresentStatus.Voltage, Type:
Feature, ReportID: 0x31, Offset: 0, Size: 16, Value: 1138
   0.142600     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
   0.142760     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   0.142906     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Input,
ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   0.143052     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   0.143200     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Input, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
   0.143346     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   0.143492     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Input, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   0.143636     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Input, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   0.143780     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
   0.143926     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   0.144070     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   0.144218     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   0.144364     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Feature, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
   0.144510     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   0.144655     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   0.144799     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   0.146863     Path: UPS.BatterySystem.Battery.ConfigVoltage, Type:
Feature, ReportID: 0x04, Offset: 0, Size: 16, Value: 24
   0.148865     Path: UPS.BatterySystem.Battery.PresentStatus.Charging,
Type: Feature, ReportID: 0x23, Offset: 0, Size: 1, Value: 1
   0.149030     Path: UPS.BatterySystem.Battery.PresentStatus.Discharging,
Type: Feature, ReportID: 0x23, Offset: 1, Size: 1, Value: 0
   0.149179     Path:
UPS.BatterySystem.Battery.PresentStatus.NeedReplacement, Type: Feature,
ReportID: 0x23, Offset: 2, Size: 1, Value: 0
   0.151104     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
   0.152977     Path: UPS.Flow.ConfigVoltage, Type: Feature, ReportID:
0x01, Offset: 0, Size: 8, Value: 120
   0.154975     Path: UPS.Flow.ConfigFrequency, Type: Feature, ReportID:
0x02, Offset: 0, Size: 8, Value: 60
   0.156977     Path: UPS.Flow.ConfigApparentPower, Type: Feature,
ReportID: 0x03, Offset: 0, Size: 16, Value: 1500
   0.158988     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.160984     Path: UPS.OutletSystem.Outlet.ffff00bc, Type: Feature,
ReportID: 0xe0, Offset: 0, Size: 16, Value: 0
   0.162979     Path: UPS.OutletSystem.Outlet.ffff0091, Type: Feature,
ReportID: 0x51, Offset: 0, Size: 8, Value: 0
   0.164974     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
   0.166977     Path: UPS.OutletSystem.Outlet.ffff00c7, Type: Feature,
ReportID: 0xb6, Offset: 0, Size: 8, Value: 1
   0.168989     Path: UPS.TLCustom.[1].CommunicationProtocolVersion, Type:
Feature, ReportID: 0x6c, Offset: 0, Size: 16, Value: 8210
   0.170988     Path: UPS.TLCustom.[1].ffff00df, Type: Feature, ReportID:
0x9f, Offset: 0, Size: 32, Value: 3
   0.172986     Path: UPS.ffff0015.[1].ffff00c0, Type: Feature, ReportID:
0x96, Offset: 0, Size: 8, Value: 255
   0.174949     refresh_report_buffer: expected 5 bytes, but got 2 instead
   0.175115     Path: UPS.ffff0015.[1].ffff00d2, Type: Feature, ReportID:
0xb4, Offset: 0, Size: 32, Value: 255
   0.176949     refresh_report_buffer: expected 5 bytes, but got 2 instead
   0.177114     Path: UPS.ffff0015.[1].ffff00d3, Type: Feature, ReportID:
0xb5, Offset: 0, Size: 32, Value: 255
   0.178991     Path: UPS.ffff0015.[1].ffff00c1, Type: Feature, ReportID:
0x97, Offset: 0, Size: 16, Value: 255
   0.180988     Path: UPS.ffff0015.[1].ffff00c2, Type: Feature, ReportID:
0x98, Offset: 0, Size: 8, Value: 255
   0.182984     Path: UPS.ffff0015.[1].ffff00c3, Type: Feature, ReportID:
0x99, Offset: 0, Size: 16, Value: 255
   0.184983     Path: UPS.ffff0015.[1].ffff00c5, Type: Feature, ReportID:
0x9b, Offset: 0, Size: 16, Value: 3
   0.186987     Path: UPS.ffff0015.[1].ffff00d6, Type: Feature, ReportID:
0xc2, Offset: 0, Size: 32, Value: 11
   0.188951     libusb_get_report: No error
   0.189102     Can't retrieve Report c1: Operation not permitted
   0.189243     Path: UPS.ffff0015.[1].ffff00d8, Type: Feature, ReportID:
0xc1, Offset: 0, Size: 32
   0.191117     Path: UPS.ffff0015.[1].ffff00d7, Type: Feature, ReportID:
0xc3, Offset: 0, Size: 32, Value: 1
   0.192948     libusb_get_report: No error
   0.193087     Can't retrieve Report 9a: Operation not permitted
   0.193227     Path: UPS.ffff0015.[1].ffff00c4, Type: Feature, ReportID:
0x9a, Offset: 0, Size: 32
   0.195150     Path: UPS.ffff0015.[1].CommunicationVersion, Type: Feature,
ReportID: 0x59, Offset: 0, Size: 32, Value: 3
   0.197109     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature,
ReportID: 0x20, Offset: 0, Size: 16, Value: 263
   0.199067     Path: UPS.PowerConverter.Input.Voltage, Type: Feature,
ReportID: 0x18, Offset: 0, Size: 16, Value: 113.8
   0.200983     Path: UPS.PowerConverter.Input.Frequency, Type: Feature,
ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8
   0.202979     Path: UPS.PowerConverter.Output.Voltage, Type: Feature,
ReportID: 0x1b, Offset: 0, Size: 16, Value: 113.8
   0.204980     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature,
ReportID: 0x47, Offset: 0, Size: 16, Value: 1.67e-05
   0.206977     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange,
Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0
   0.207138     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature,
ReportID: 0x22, Offset: 1, Size: 1, Value: 0
   0.207287     Path: UPS.PowerConverter.PresentStatus.Boost, Type:
Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0
   0.207433     Path: UPS.PowerConverter.PresentStatus.Overload, Type:
Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0
   0.207580     Path: UPS.PowerConverter.PresentStatus.Used, Type: Feature,
ReportID: 0x22, Offset: 5, Size: 1, Value: 0
   0.207726     Path: UPS.PowerConverter.PresentStatus.OverTemperature,
Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0
   0.207874     Path: UPS.PowerConverter.PresentStatus.InternalFailure,
Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0
   0.208022     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type:
Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0
   0.210000     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   0.211982     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature,
ReportID: 0x1e, Offset: 0, Size: 8, Value: 17
   0.212168     Report descriptor retrieved (Reportlen = 662)
   0.212289     Found HID device
   0.212410     Detected a UPS: Tripp Lite /Tripp Lite UPS
   0.212630     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
   0.212911     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
   0.213091     Path: UPS.BatterySystem.Battery.ConfigVoltage, Type:
Feature, ReportID: 0x04, Offset: 0, Size: 16, Value: 24
   0.213274     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature,
ReportID: 0x20, Offset: 0, Size: 16, Value: 263
   0.213465     Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature,
ReportID: 0x2a, Offset: 0, Size: 8, Value: 4
   0.216208     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.216415     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   0.216599     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
   0.216760     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.216936     Path: UPS.Flow.ConfigApparentPower, Type: Feature,
ReportID: 0x03, Offset: 0, Size: 16, Value: 1500
   0.217152     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature,
ReportID: 0x47, Offset: 0, Size: 16, Value: 1.67e-05
   0.217337     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature,
ReportID: 0x1e, Offset: 0, Size: 8, Value: 17
   0.217550     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
   0.217758     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
   0.217930     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   0.218096     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   0.218263     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   0.218431     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   0.218596     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   0.218861     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   0.219030     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Feature, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
   0.219319     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange,
Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0
   0.219490     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature,
ReportID: 0x22, Offset: 1, Size: 1, Value: 0
   0.219659     Path: UPS.PowerConverter.PresentStatus.Boost, Type:
Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0
   0.219831     Path: UPS.PowerConverter.PresentStatus.Overload, Type:
Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0
   0.220000     Path: UPS.PowerConverter.PresentStatus.OverTemperature,
Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0
   0.220170     Path: UPS.PowerConverter.PresentStatus.InternalFailure,
Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0
   0.220342     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type:
Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0
   0.220504     Path: UPS.PowerSummary.Input.ConfigVoltage, Type: Feature,
ReportID: 0x30, Offset: 0, Size: 8, Value: 120
   0.220721     Path: UPS.PowerConverter.Input.Voltage, Type: Feature,
ReportID: 0x18, Offset: 0, Size: 16, Value: 113.8
   0.220913     Path: UPS.PowerConverter.Input.Frequency, Type: Feature,
ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8
   0.221241     Path: UPS.Flow.ConfigVoltage, Type: Feature, ReportID:
0x01, Offset: 0, Size: 8, Value: 120
   0.221427     Path: UPS.PowerConverter.Output.Voltage, Type: Feature,
ReportID: 0x1b, Offset: 0, Size: 16, Value: 113.8
   0.221655     Path: UPS.Flow.ConfigFrequency, Type: Feature, ReportID:
0x02, Offset: 0, Size: 8, Value: 60
   0.221860     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
   0.222025     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
   0.222188     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
   0.222360     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.222588     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.222766     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   0.222935     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
   0.223095     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
   0.223256     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.223417     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.223577     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.223736     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.223898     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
   0.224046     find_nut_info: unknown info type: load.on.delay
   0.224178     find_nut_info: unknown info type: load.on.delay
   0.224333     upsdrv_initinfo...
   0.224474     upsdrv_updateinfo...
   0.253472     Got 1 HID objects...
   0.253646     Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
   0.253783     Quick update...
   0.253923     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.254074     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   0.254219     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   0.254360     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   0.254498     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   0.254635     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   0.254770     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   0.254905     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   0.255248     dstate_init: sock /var/run/nut/usbhid-ups-ups open on fd 5
   0.255424     upsdrv_updateinfo...
   0.317491     Got 1 HID objects...
   0.317708     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
   0.317854     Quick update...
   0.317995     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   0.318146     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   0.318296     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   0.318435     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   0.318574     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   0.318806     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   0.318944     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   0.319079     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   2.257413     upsdrv_updateinfo...
   2.397465     Got 8 HID objects...
   2.397663     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
   2.397829     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   2.397982     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Input,
ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   2.398132     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   2.398283     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Input, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
   2.398435     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   2.398587     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Input, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   2.398822     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Input, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   2.398955     Quick update...
   2.400961     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   2.402947     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   2.403105     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   2.403243     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   2.403380     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   2.403517     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   2.403653     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   2.403788     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   4.258846     upsdrv_updateinfo...
   4.477447     Got 1 HID objects...
   4.477650     Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
   4.477793     Quick update...
   4.479816     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   4.480550     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   4.482551     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   4.482706     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   4.482846     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   4.482986     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   4.483123     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   4.483262     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   6.260665     upsdrv_updateinfo...
   6.511167     libusb_get_interrupt: Connection timed out
   6.511357     Got 0 HID objects...
   6.511485     Quick update...
   6.513553     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   6.514457     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   6.516528     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   6.516681     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   6.516822     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   6.516961     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   6.517097     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   6.517232     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
   8.262452     upsdrv_updateinfo...
   8.512913     libusb_get_interrupt: Connection timed out
   8.513114     Got 0 HID objects...
   8.513243     Quick update...
   8.515156     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
   8.515887     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
   8.517883     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
   8.518040     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
   8.518182     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
   8.518322     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
   8.518460     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
   8.518596     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  10.264242     upsdrv_updateinfo...
  10.514689     libusb_get_interrupt: Connection timed out
  10.514874     Got 0 HID objects...
  10.515005     Quick update...
  10.516884     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  10.518873     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  10.520868     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  10.521024     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  10.521167     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  10.521308     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  10.521446     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  10.521585     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  12.266027     upsdrv_updateinfo...
  12.516595     libusb_get_interrupt: Connection timed out
  12.516789     Got 0 HID objects...
  12.516919     Quick update...
  12.518900     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  12.520855     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  12.522847     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  12.523000     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  12.523143     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  12.523285     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  12.523424     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  12.523566     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  14.267817     upsdrv_updateinfo...
  14.518422     libusb_get_interrupt: Connection timed out
  14.518605     Got 0 HID objects...
  14.518795     Quick update...
  14.520850     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  14.522832     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  14.524826     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  14.524981     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  14.525123     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  14.525268     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  14.525407     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  14.525544     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  16.269609     upsdrv_updateinfo...
  16.520214     libusb_get_interrupt: Connection timed out
  16.520317     Got 0 HID objects...
  16.520357     Quick update...
  16.522331     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  16.524316     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  16.526433     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  16.526598     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  16.526749     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  16.526893     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  16.527038     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  16.527180     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  18.271398     upsdrv_updateinfo...
  18.522023     libusb_get_interrupt: Connection timed out
  18.523212     Got 0 HID objects...
  18.524242     Quick update...
  18.527313     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  18.530301     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  18.533298     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  18.534346     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  18.535397     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  18.536486     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  18.537559     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  18.538769     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  20.273176     upsdrv_updateinfo...
  20.273330     libusb_get_interrupt: error submitting URB: No such device
  22.275225     upsdrv_updateinfo...
  22.275328     Got to reconnect!

  22.276163     Checking device (09AE/2012) (001/107)
  22.289479     - VendorID: 09ae
  22.289538     - ProductID: 2012
  22.289571     - Manufacturer: Tripp Lite
  22.289600     - Product: Tripp Lite UPS
  22.289629     - Serial Number: unknown
  22.289658     - Bus: 001
  22.289689     - Device release number: 0009
  22.289717     Trying to match device
  22.289791     Device matches
  22.289845     failed to claim USB device: could not claim interface 0:
Device or resource busy
  22.291291     detached kernel driver from USB device...
  22.294447     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
  22.297845     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
  22.300667     Path: UPS.BatterySystem.Battery.ConfigVoltage, Type:
Feature, ReportID: 0x04, Offset: 0, Size: 16, Value: 24
  22.302784     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature,
ReportID: 0x20, Offset: 0, Size: 16, Value: 263
  22.304777     Path: UPS.PowerSummary.iDeviceChemistry, Type: Feature,
ReportID: 0x2a, Offset: 0, Size: 8, Value: 4
  22.309400     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  22.309698     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  22.311644     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  22.313622     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
  22.314369     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.316375     Path: UPS.Flow.ConfigApparentPower, Type: Feature,
ReportID: 0x03, Offset: 0, Size: 16, Value: 1500
  22.317250     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature,
ReportID: 0x47, Offset: 0, Size: 16, Value: 1.7e-05
  22.317994     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature,
ReportID: 0x1e, Offset: 0, Size: 8, Value: 18
  22.318779     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
  22.319622     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
  22.319784     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  22.319933     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  22.320077     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  22.320220     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  22.320366     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  22.320508     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  22.320649     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Feature, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
  22.322749     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange,
Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0
  22.322923     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature,
ReportID: 0x22, Offset: 1, Size: 1, Value: 0
  22.323069     Path: UPS.PowerConverter.PresentStatus.Boost, Type:
Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0
  22.323212     Path: UPS.PowerConverter.PresentStatus.Overload, Type:
Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0
  22.323356     Path: UPS.PowerConverter.PresentStatus.OverTemperature,
Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0
  22.323779     Path: UPS.PowerConverter.PresentStatus.InternalFailure,
Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0
  22.323930     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type:
Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0
  22.325878     Path: UPS.PowerSummary.Input.ConfigVoltage, Type: Feature,
ReportID: 0x30, Offset: 0, Size: 8, Value: 120
  22.327916     Path: UPS.PowerConverter.Input.Voltage, Type: Feature,
ReportID: 0x18, Offset: 0, Size: 16, Value: 113.8
  22.329881     Path: UPS.PowerConverter.Input.Frequency, Type: Feature,
ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8
  22.331996     Path: UPS.Flow.ConfigVoltage, Type: Feature, ReportID:
0x01, Offset: 0, Size: 8, Value: 120
  22.333876     Path: UPS.PowerConverter.Output.Voltage, Type: Feature,
ReportID: 0x1b, Offset: 0, Size: 16, Value: 113.8
  22.335871     Path: UPS.Flow.ConfigFrequency, Type: Feature, ReportID:
0x02, Offset: 0, Size: 8, Value: 60
  22.336104     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
  22.336541     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
  22.336929     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
  22.337176     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  22.337714     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  22.337881     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  22.338190     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
  22.338521     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
  22.339240     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.339533     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.339868     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.340136     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.340425     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  22.343257     Got 8 HID objects...
  22.343434     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Input, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
  22.343726     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Input, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  22.343952     Path: UPS.PowerSummary.PresentStatus.Charging, Type: Input,
ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  22.344174     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Input, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  22.344407     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Input, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
  22.344686     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Input,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  22.344908     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Input, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  22.345073     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Input, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  22.345208     Quick update...
  22.345352     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  22.345511     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  22.345657     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  22.345847     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  22.345989     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  22.346132     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  22.346270     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  22.346408     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  24.277201     upsdrv_updateinfo...
  24.423254     Got 1 HID objects...
  24.423467     Path: UPS.PowerSummary.RemainingCapacity, Type: Input,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
  24.423658     Quick update...
  24.425747     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  24.427736     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  24.429733     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  24.429896     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  24.430243     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  24.430640     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  24.431055     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  24.431354     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  26.279093     upsdrv_updateinfo...
  26.503245     Got 1 HID objects...
  26.503469     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Input,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
  26.503660     Quick update...
  26.505723     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  26.507726     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  26.509715     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  26.509887     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  26.510131     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  26.510361     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  26.510883     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  26.511092     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  28.281009     upsdrv_updateinfo...
  28.531523     libusb_get_interrupt: Connection timed out
  28.531717     Got 0 HID objects...
  28.531851     Quick update...
  28.533838     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  28.534568     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  28.536691     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  28.536853     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  28.537064     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  28.537271     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  28.537711     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  28.537999     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  30.282799     upsdrv_updateinfo...
  30.533325     libusb_get_interrupt: Connection timed out
  30.533523     Got 0 HID objects...
  30.533656     Quick update...
  30.535695     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  30.537675     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  30.539674     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  30.539834     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  30.540049     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  30.540260     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  30.540823     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  30.541120     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  32.284587     upsdrv_updateinfo...
  32.535043     libusb_get_interrupt: Connection timed out
  32.535232     Got 0 HID objects...
  32.535365     Full update...
  32.536295     Path: UPS.PowerSummary.RemainingCapacity, Type: Feature,
ReportID: 0x34, Offset: 0, Size: 8, Value: 100
  32.538287     Path: UPS.PowerSummary.RunTimeToEmpty, Type: Feature,
ReportID: 0x35, Offset: 0, Size: 16, Value: 1998
  32.540284     Path: UPS.BatterySystem.Battery.Voltage, Type: Feature,
ReportID: 0x20, Offset: 0, Size: 16, Value: 263
  32.542282     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  32.544278     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  32.546279     Path: UPS.BatterySystem.Test, Type: Feature, ReportID:
0x10, Offset: 0, Size: 8, Value: 0
  32.548276     Path: UPS.PowerSummary.AudibleAlarmControl, Type: Feature,
ReportID: 0x11, Offset: 0, Size: 8, Value: 2
  32.550287     Path: UPS.PowerConverter.Output.ActivePower, Type: Feature,
ReportID: 0x47, Offset: 0, Size: 16, Value: 1.68e-05
  32.551176     Path: UPS.OutletSystem.Outlet.PercentLoad, Type: Feature,
ReportID: 0x1e, Offset: 0, Size: 8, Value: 18
  32.551991     Path: UPS.OutletSystem.Outlet.TLWatchdog, Type: Feature,
ReportID: 0x52, Offset: 0, Size: 8, Value: 0
  32.553901     Path: UPS.PowerSummary.PresentStatus.ShutdownImminent,
Type: Feature, ReportID: 0x32, Offset: 0, Size: 1, Value: 0
  32.554060     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  32.554273     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  32.554622     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  32.554968     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  32.555177     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  32.555454     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  32.555663     Path: UPS.PowerSummary.PresentStatus.NeedReplacement, Type:
Feature, ReportID: 0x32, Offset: 4, Size: 1, Value: 0
  32.558158     Path: UPS.PowerConverter.PresentStatus.VoltageOutOfRange,
Type: Feature, ReportID: 0x22, Offset: 0, Size: 1, Value: 0
  32.558325     Path: UPS.PowerConverter.PresentStatus.Buck, Type: Feature,
ReportID: 0x22, Offset: 1, Size: 1, Value: 0
  32.558541     Path: UPS.PowerConverter.PresentStatus.Boost, Type:
Feature, ReportID: 0x22, Offset: 2, Size: 1, Value: 0
  32.559000     Path: UPS.PowerConverter.PresentStatus.Overload, Type:
Feature, ReportID: 0x22, Offset: 4, Size: 1, Value: 0
  32.559388     Path: UPS.PowerConverter.PresentStatus.OverTemperature,
Type: Feature, ReportID: 0x22, Offset: 6, Size: 1, Value: 0
  32.559875     Path: UPS.PowerConverter.PresentStatus.InternalFailure,
Type: Feature, ReportID: 0x22, Offset: 7, Size: 1, Value: 0
  32.560151     Path: UPS.PowerConverter.PresentStatus.AwaitingPower, Type:
Feature, ReportID: 0x22, Offset: 14, Size: 1, Value: 0
  32.562287     Path: UPS.PowerConverter.Input.Voltage, Type: Feature,
ReportID: 0x18, Offset: 0, Size: 16, Value: 113.8
  32.564280     Path: UPS.PowerConverter.Input.Frequency, Type: Feature,
ReportID: 0x19, Offset: 0, Size: 16, Value: 59.8
  32.566279     Path: UPS.PowerConverter.Output.Voltage, Type: Feature,
ReportID: 0x1b, Offset: 0, Size: 16, Value: 113.8
  34.286352     upsdrv_updateinfo...
  34.536823     libusb_get_interrupt: Connection timed out
  34.537012     Got 0 HID objects...
  34.537147     Quick update...
  34.538277     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  34.539161     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  34.539980     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  34.540144     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  34.540372     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  34.540595     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  34.541132     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  34.541412     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  36.288143     upsdrv_updateinfo...
  36.538698     libusb_get_interrupt: Connection timed out
  36.538785     Got 0 HID objects...
  36.538828     Quick update...
  36.540634     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  36.542491     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  36.543233     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  36.543294     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  36.543353     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  36.543413     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  36.543474     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  36.543531     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  38.289947     upsdrv_updateinfo...
  38.540189     libusb_get_interrupt: Connection timed out
  38.540268     Got 0 HID objects...
  38.540290     Quick update...
  38.542202     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  38.544188     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  38.546055     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  38.546087     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  38.546112     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  38.546138     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  38.546161     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  38.546184     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  40.291736     upsdrv_updateinfo...
  40.542062     libusb_get_interrupt: Connection timed out
  40.542250     Got 0 HID objects...
  40.542385     Quick update...
  40.543241     Path: UPS.OutletSystem.Outlet.DelayBeforeShutdown, Type:
Feature, ReportID: 0x15, Offset: 0, Size: 16, Value: 65535
  40.545205     Path: UPS.OutletSystem.Outlet.DelayBeforeReboot, Type:
Feature, ReportID: 0x17, Offset: 0, Size: 16, Value: 65535
  40.547196     Path: UPS.PowerSummary.PresentStatus.ACPresent, Type:
Feature, ReportID: 0x32, Offset: 1, Size: 1, Value: 1
  40.547349     Path:
UPS.PowerSummary.PresentStatus.BelowRemainingCapacityLimit, Type: Feature,
ReportID: 0x32, Offset: 5, Size: 1, Value: 0
  40.547493     Path: UPS.PowerSummary.PresentStatus.FullyCharged, Type:
Feature, ReportID: 0x32, Offset: 6, Size: 1, Value: 1
  40.547639     Path: UPS.PowerSummary.PresentStatus.Charging, Type:
Feature, ReportID: 0x32, Offset: 2, Size: 1, Value: 1
  40.547778     Path: UPS.PowerSummary.PresentStatus.Discharging, Type:
Feature, ReportID: 0x32, Offset: 3, Size: 1, Value: 0
  40.547919     Path: UPS.PowerSummary.PresentStatus.FullyDischarged, Type:
Feature, ReportID: 0x32, Offset: 7, Size: 1, Value: 0
  42.293530     upsdrv_updateinfo...
  42.293653     libusb_get_interrupt: error submitting URB: No such device
  44.295581     upsdrv_updateinfo...
  44.295686     Got to reconnect!

  44.296444     Checking device (09AE/2012) (001/108)
  44.308695     - VendorID: 09ae
  44.308755     - ProductID: 2012
  44.308786     - Manufacturer: Tripp Lite
  44.308815     - Product: Tripp Lite UPS
  44.308844     - Serial Number: unknown
  44.308872     - Bus: 001
  44.308901     - Device release number: 0009
  44.308929     Trying to match device
  44.309004     Device matches
  44.309057     failed to claim USB device: could not claim interface 0:
Device or resource busy
  44.310209     detached kernel driver from USB device...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20191208/0c3ff21d/attachment-0001.html>


More information about the Nut-upsuser mailing list