frederic.praca at free.fr
2011-Mar-03 15:14 UTC
[Nut-upsuser] Problem using an Eaton Ellipse ASR 750 VA on FreeBSD
Hello guys, I have to manage an Eaton Ellipse ASR 750 VA UPS under a FreeBSD 8.2 server. I used nut from ports collection but I'm unable to detect the UPS by USB cable. Here is the output of 'usbconfig -u 4 -a 2 dump_device_desc' : ugen4.2: <ELLIPSE EATON> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x0463 idProduct = 0xffff bcdDevice = 0x0001 iManufacturer = 0x0001 <EATON> iProduct = 0x0002 <ELLIPSE> iSerialNumber = 0x0004 <BDCK520CF> bNumConfigurations = 0x0001 My ups.conf contains the following : [eaton] driver = usbhid-ups #port = /dev/ugen4.2 port = auto desc = "EATON UPS" The output of 'usbhid-ups -a eaton' gives : Network UPS Tools - Generic HID driver 0.35 (2.6.0) USB communication driver 0.31 No matching HID UPS found Any idea of how to make it works ? Regards Fred
Arjen de Korte
2011-Mar-04 10:46 UTC
[Nut-upsuser] Problem using an Eaton Ellipse ASR 750 VA on FreeBSD
Citeren frederic.praca op free.fr:> I have to manage an Eaton Ellipse ASR 750 VA UPS under a FreeBSD 8.2 server. > I used nut from ports collection but I'm unable to detect the UPS by > USB cable.[...]> Any idea of how to make it works ?Did you follow the FreeBSD installation HOWTO that's mentioned in the documentation? http://people.freebsd.org/~thierry/nut_FreeBSD_HowTo.txt Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
Frederic Praca
2011-Mar-04 18:20 UTC
[Nut-upsuser] Problem using an Eaton Ellipse ASR 750 VA on FreeBSD
As I feared, changing the group for ugen4.2 had no effect. I used to try 'usbhid-ups' by hand under root account. So the message still remains the same : # ./usbhid-ups -a eaton Network UPS Tools - Generic HID driver 0.35 (2.6.0) USB communication driver 0.31 No matching HID UPS found I wondered how the USB UPS are detected and if my UPS is described in the source code. Any idea of where I should take a look ? Fred -- L'homme est visiblement fait pour penser ; c'est toute sa dignit? et tout son m?tier, et tout son devoir est de penser comme il faut. -+- Blaise Pascal (1623-1662), Pens?es II.146 -+-
Arjen de Korte
2011-Mar-05 09:46 UTC
[Nut-upsuser] Problem using an Eaton Ellipse ASR 750 VA on FreeBSD
Citeren Frederic Praca <frederic.praca op freebsd-fr.org>:> I wondered how the USB UPS are detected and if my UPS is described in > the source code. Any idea of where I should take a look ?We search for a VendorID / ProductID combination. The one you posted earlier idVendor = 0x0463 idProduct = 0xffff is one of the combinations that are supported by the usbhid-ups driver (it is used for all MGE / Eaton devices with USB HID PDC support). If the driver can find this ID in the list of attached devices, it should find it. But I guess this is something related to the FreeBSD USB stack, which I know nothing of. Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
Possibly Parallel Threads
- [Eaton ex-MGE Ellipse ASR] Disable automatic battery test
- Ellipse ASR-Model Report Descriptor tree
- NUT and MGE Ellipse ASR 1500 under FreeBSD.
- Cannot connect to a Eaton Ellipse Pulsar ASR/6000VA usbs
- Cannot connect to a Eaton Ellipse Pulsar ASR/6000VA usbs [solved] but new problem surfaces.