Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Atlantis Land UPS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Azangod
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2005
Posts: 107
Location: Italy

PostPosted: Sun Dec 06, 2009 9:07 am    Post subject: Atlantis Land UPS Reply with quote

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
View user's profile Send private message
keyson
l33t
l33t


Joined: 10 Jun 2003
Posts: 830
Location: Sweden

PostPosted: Sun Dec 06, 2009 9:55 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum