trouble connecting ups
Posted
by
Jure1873
on Server Fault
See other posts from Server Fault
or by Jure1873
Published on 2011-01-05T14:11:04Z
Indexed on
2011/01/05
14:55 UTC
Read the original article
Hit count: 247
I've got a riello UPS connected to my server through USB. The output from dmesg is:
[1362998.520035] usb 2-2: new low speed USB device using uhci_hcd and address 7
[938715.763270] usb 2-2: configuration #1 chosen from 1 choice
[1363008.726243] input: Ups Manufacturing RS232-USB converter as /class/input/input7
[1363008.749408] input: USB HID v1.00 Gamepad [Ups Manufacturing RS232-USB converter] on usb-0000:00:1d.0-2
Now the program for controlling the UPS is expecting me to input the device path (/dev/ttyUSB0), but it doesn't get created. What is /class/input/input7 and where is it? Do i have to install additional drivers?
© Server Fault or respective owner