Citeren Kenneth R Litko <[EMAIL PROTECTED]>: > Sep 8 13:58:48 bigdog kernel: [ 4460.019306] usb 7-3: new low speed USB > device using ohci_hcd and address 5 > Sep 8 13:58:48 bigdog kernel: [ 4460.524141] usb 7-3: configuration #1 > chosen from 1 choice > Sep 8 13:58:50 bigdog kernel: [ 4461.867256] hiddev96hidraw0: USB HID v1.10 > Device [Tripp Lite TRIPP LITE UPS ] on usb-0000:02:01.0-3 > Sep 8 14:15:05 bigdog kernel: [ 5436.779146] usb 7-3: usbfs: process 6636 > (usbhid-ups) did not claim interface 0 before use > Sep 8 14:15:05 bigdog kernel: [ 5436.779577] usb 7-3: usbfs: process 6886 > (usbhid-ups) did not claim interface 0 before use
There are two 'usbhid-ups' process that are attempting to claim the same device (on usb 7-3). That doesn't fly. Make sure that you stop *all* drivers before starting a new one and that there are no duplicate entries in 'ups. conf'. The same might happen if you have multiple UPSes of identical make and model that can't be distinguished through the regex matching. [...] > Path: UPS.PowerSummary.PresentStatus.ShutdownImminent, Type: Input, > ReportID: 0x32, Offset: 0, Size: 1, Value: 0.000000 > Report[buf]: (2 bytes) => 32 06 > Path: UPS.PowerSummary.PresentStatus.TLACPresent, Type: Input, ReportID: > 0x32, Offset: 1, Size: 1, Value: 1.000000 > ------ > > The above "Report" goes on ad nauseam until I manually kill the process. Sure, that's what you're warned about when running drivers in debug mode. Best regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

