View previous topic :: View next topic |
Author |
Message |
Azangod Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/116340134a827b13571a1.jpg)
Joined: 18 May 2005 Posts: 107 Location: Italy
|
Posted: Sun Dec 06, 2009 9:07 am Post subject: Atlantis Land UPS |
|
|
Has someone succesfully configured an Atlantis Land UPS ??
I've tryied with his sw (upsilon2000 but on *nix doesn't work with usb)
Nut doesn't seem to recognize it
lsusb Code: | m2kserver nut # lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 003: ID ffff:0000
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
lsusb -v Code: | Bus 008 Device 004: ID ffff:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0xffff
idProduct 0x0000
bcdDevice 1.00
iManufacturer 1
iProduct 2 068A
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 27
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
** UNRECOGNIZED: 09 21 00 01 00 01 22 78 02
Device Status: 0x0000
(Bus Powered)
|
dmesg Code: | usb 8-2: new low speed USB device using uhci_hcd and address 4
usb 8-2: configuration #1 chosen from 1 choice
usbhid 8-2:1.0: couldn't find an input interrupt endpoint
|
any clues? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
keyson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 10 Jun 2003 Posts: 830 Location: Sweden
|
Posted: Sun Dec 06, 2009 9:55 am Post subject: |
|
|
Hi,
This is not a HID device as it is only defined at interface level as a HID.
And it is using the megatec protocol. So test the megatec_usb driver.
It should use the krauler subdriver for this.
Do as small ups.conf like:
Code: |
[land]
driver = megatec_usb
port = auto
desc = "My ups"
|
Then try the driver in debug mode.
Code: |
/lib/nut/megatec_usb -DDDD -a land -u root
|
That should detect it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|