I just purchased a Newpoint 200894 UPS and I'm interested in getting it going. It seems to use a USB to serial conversion that I'm not sure how to get running. Here's the lsusb -vvv Bus 002 Device 005: ID 0665:5161 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x0665 idProduct 0x5161 bcdDevice 0.02 iManufacturer 1 Cypress Semiconductor iProduct 2 USB to Serial iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 3 bmAttributes 0x80 MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Devices bInterfaceSubClass 0 No Subclass bInterfaceProtocol 0 None iInterface 4 Sample HID HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 27 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 32 It seems to be the same device as this thread http://lists.alioth.debian.org/pipermail/nut-upsdev/2006-April/000825.html, but I'm not sure how to get things running. Please help!
> I just purchased a Newpoint 200894 UPS and I'm interested in getting it > going. It seems to use a USB to serial conversion that I'm not sure how > to get running.Does executing modprobe usbserial vendor=0x0665 product=0x5161 setup a /dev/ttyUSB* port? In that case, you could try the blazer driver. Best regards, Arjen -- Eindhoven - The Netherlands Key fingerprint - 66 4E 03 2C 9D B5 CB 9B 7A FE 7E C1 EE 88 BC 57
On 1/3/07, James Westover <james at jamesw.org> wrote:> I just purchased a Newpoint 200894 UPS and I'm interested in getting it > going. It seems to use a USB to serial conversion that I'm not sure how > to get running.James, it looks like there have been some developments since you last tested your UPS with NUT. The megatec_usb driver now matches against your UPS's product and vendor IDs, so there's a chance this driver will work with your UPS. Would you be interested in grabbing the latest source tarball (currently 2.2.0) and trying this driver? http://www.networkupstools.org/source.html The usual precautions apply - you may even want to temporarily plug your computer directly into the wall or another UPS for testing, since there's a small possibility that the UPS may shut down unexpectedly if megatec_usb turns out to be the wrong driver. -- - Charles Lepple