Re: what software can support that UPS ?

2012-05-15 Thread Wojciech Puchar
thanks for help. found it non-FreeBSD specific. just this model is not 
supported by available software.

Thanks again

On Mon, 14 May 2012, Robert Huff wrote:



Wojciech Puchar writes:


 /usr/ports/sysutils/apcupsd ?

 ? - so what to give as device? /dev/ugen1.3?
 set

 UPSCABLE usb
 UPSTYPE usb


My BackUPS RS 500 works fine using those and a empty DEVICE field.
It is possible this is a new/redesigned model that Apcupsd does
not handle correctly.  (APC is famous for not having a consistant
interface, even model lines.)  If so, you should post to the apcupsd
mailing list where these kind of things get prompt attention.


Robert Huff




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


what software can support that UPS ?

2012-05-14 Thread Wojciech Puchar

seems like it is very badly made USB interface, all class data is empty,



ugen1.3: ECO Pro Series UPS EVER at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) 
pwr=ON

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0101
  bDeviceClass = 0x
  bDeviceSubClass = 0x
  bDeviceProtocol = 0x
  bMaxPacketSize0 = 0x0008
  idVendor = 0x0403
  idProduct = 0xe520
  bcdDevice = 0x0400
  iManufacturer = 0x0001  EVER
  iProduct = 0x0002  ECO Pro Series UPS
  iSerialNumber = 0x0003  ECOPRO00
  bNumConfigurations = 0x0001


FreeBSD gives only ugen interface.


what (if any) software support that?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what software can support that UPS ?

2012-05-14 Thread Julien Cigar

/usr/ports/sysutils/apcupsd ?

On 05/14/2012 14:06, Wojciech Puchar wrote:

seems like it is very badly made USB interface, all class data is empty,



ugen1.3: ECO Pro Series UPS EVER at usbus1, cfg=0 md=HOST spd=FULL 
(12Mbps) pwr=ON


  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0101
  bDeviceClass = 0x
  bDeviceSubClass = 0x
  bDeviceProtocol = 0x
  bMaxPacketSize0 = 0x0008
  idVendor = 0x0403
  idProduct = 0xe520
  bcdDevice = 0x0400
  iManufacturer = 0x0001 EVER
  iProduct = 0x0002 ECO Pro Series UPS
  iSerialNumber = 0x0003 ECOPRO00
  bNumConfigurations = 0x0001


FreeBSD gives only ugen interface.


what (if any) software support that?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: what software can support that UPS ?

2012-05-14 Thread Wojciech Puchar

/usr/ports/sysutils/apcupsd ?


? - so what to give as device? /dev/ugen1.3?
set

UPSCABLE usb
UPSTYPE usb
not set DEVICE as specified in comments for USB devices.

can't find UPS. tried setting DEVICE to /dev/ugen1.3 - no avail.



tried /usr/ports/sysutils/nut

selected EVER driver, and set up /dev/ugen1.3 as port - driver fails.


from what i found in linux groups it should work as USB HID device. but 
uhid doesn't attach.





On 05/14/2012 14:06, Wojciech Puchar wrote:

seems like it is very badly made USB interface, all class data is empty,



ugen1.3: ECO Pro Series UPS EVER at usbus1, cfg=0 md=HOST spd=FULL 
(12Mbps) pwr=ON


  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0101
  bDeviceClass = 0x
  bDeviceSubClass = 0x
  bDeviceProtocol = 0x
  bMaxPacketSize0 = 0x0008
  idVendor = 0x0403
  idProduct = 0xe520
  bcdDevice = 0x0400
  iManufacturer = 0x0001 EVER
  iProduct = 0x0002 ECO Pro Series UPS
  iSerialNumber = 0x0003 ECOPRO00
  bNumConfigurations = 0x0001


FreeBSD gives only ugen interface.


what (if any) software support that?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



--
No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what software can support that UPS ?

2012-05-14 Thread Robert Huff

Wojciech Puchar writes:

   /usr/ports/sysutils/apcupsd ?
  
  ? - so what to give as device? /dev/ugen1.3?
  set
  
  UPSCABLE usb
  UPSTYPE usb

My BackUPS RS 500 works fine using those and a empty DEVICE field.
It is possible this is a new/redesigned model that Apcupsd does
not handle correctly.  (APC is famous for not having a consistant
interface, even model lines.)  If so, you should post to the apcupsd
mailing list where these kind of things get prompt attention.


Robert Huff


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what software can support that UPS ?

2012-05-14 Thread Wojciech Puchar


 UPSCABLE usb
 UPSTYPE usb


My BackUPS RS 500 works fine using those and a empty DEVICE field.


how your UPS shows in dmesg?


It is possible this is a new/redesigned model that Apcupsd does
not handle correctly.  (APC is famous for not having a consistant
interface, even model lines.)  If so, you should post to the apcupsd
mailing list where these kind of things get prompt attention.


Robert Huff




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org