Re: [Nut-upsuser] Problems with usbhid-ups and CyberPower CP1500 on 2.6.0

2011-03-15 Thread Charles Lepple

On Mar 14, 2011, at 1:20 AM, Cheetah wrote:

If I run it under strace, the ioctls on the /dev/bus/usb file  
descriptor preceeding each operation not permitted error return 0,  
not an error code such as EPERM.


That seems strange. Would you please compress and send the strace  
output (without -u root)?


Also, what architecture is this running on?

___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


[Nut-upsuser] Driver for AEG UPS

2011-03-15 Thread Armin Barth
Hallo,
I'm loocking for a driver to connect a AEG UPS Protection A 1500 mit
nut.
The Error-massage is this:
Network UPS Tools - UPS driver controller 2.6.0
Network UPS Tools - Generic HID driver 0.35 (2.6.0)
USB communication driver 0.31
This Liebert device (06da:0003) is not (or perhaps not yet) supported
by usbhid-ups. Please make sure you have an up-to-date version of NUT.
If
this does not fix the problem, try running the driver with the
'-x productid=0003' option. Please report your results to the NUT user's
mailing list nut-upsuser@lists.alioth.debian.org.

No matching HID UPS found
Driver failed to start (exit status=1)

My everyboddy help me?
Armin


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


Re: [Nut-upsuser] Driver for AEG UPS

2011-03-15 Thread Arjen de Korte

Citeren Armin Barth armin.ba...@pumpen-barth.de:


Hallo,
I'm loocking for a driver to connect a AEG UPS Protection A 1500 mit
nut.
The Error-massage is this:
Network UPS Tools - UPS driver controller 2.6.0
Network UPS Tools - Generic HID driver 0.35 (2.6.0)
USB communication driver 0.31
This Liebert device (06da:0003) is not (or perhaps not yet) supported
by usbhid-ups. Please make sure you have an up-to-date version of NUT.
If
this does not fix the problem, try running the driver with the
'-x productid=0003' option. Please report your results to the NUT user's
mailing list nut-upsuser@lists.alioth.debian.org.

No matching HID UPS found
Driver failed to start (exit status=1)

My everyboddy help me?


Try the blazer_usb driver instead.

Best regards, Arjen
--
Please keep list traffic on the list (off-list replies will be rejected)


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


Re: [Nut-upsuser] UPS Support

2011-03-15 Thread Charles Lepple

On Mar 14, 2011, at 4:43 PM, Williams, Josh B. wrote:

I am currently trying to use your NUT program to monitor a  
SMART3000RMOD2U TRIPP LITE device.  I find that it connects with the  
in the device folder as hiddev0 and if I connect a second device it  
connects under hiddev1.


The /dev/hiddev* devices are a red herring, and will usually disappear  
after you get the right NUT driver running.


I attempted to use your software with the driver=usbhid-ups and  
port=auto, but when I try to discover it it can't be found.  Then  
when I run the command /sbin/usbhid-ups -a ups1 -D where ups1  
described the driver and port combination, I get the following output:


This Tripp Lite device (09ae/3014) is not (yet) supported by usbhid- 
ups.
Please make sure you have an up-to-date version of NUT. If this does  
not
fix the problem, try to tun the driver with the '-x productid=3014'  
option.
If this fails, try the tripplite_usb driver.  Please report your  
results to

the NUT user's mailing list nut-upsuser@lists.alioth.debian.org


It looks like that device ID has been in usbhid-ups since 2008. What  
version of NUT are you running?


For debugging, you can also try adding -u root, since if that  
version of NUT isn't aware of that particular model, it will not set  
the permissions properly on the /dev/bus/usb node.


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


[Nut-upsuser] Support for FSP EP1000

2011-03-15 Thread Brian Read
Am Trying to use nut (2.2.0 - on an SMEServer V8 aka Centos  5.5) on the 
above UPS, I've tried the megatec driver in serial and USB mode (the 
device has both types of connection), but no success.


An Example:

[root@mailserver ~]# megatec_usb -a UPS -
Network UPS Tools 2.2.0- - Megatec protocol driver 1.5.4 [megatec_usb]
Carlos Rodrigues (c) 2003-2007

Serial-over-USB transport layer for Megatec protocol driver [megatec_usb]

debug level is '8'
Checking device (0665/5161) (002/002)
- VendorID: 0665
- ProductID: 5161
- Manufacturer: Cypress Semiconductor
- Product: USB to Serial
- Serial Number: unknown
- Bus: 002
Trying to match device
Device matches
 none (-110)
Starting UPS detection process...
Attempting to detect the UPS...
Sending Q1 command...
 ok
 none (-110)
Wrong answer to Q1 command.
Attempting to detect the UPS...
Sending Q1 command...

snip

Wrong answer to Q1 command.
5 out of 5 detection attempts failed (minimum failures: 2).
Megatec protocol UPS not detected.
[root@mailserver ~]#

I can see from the website that the blazer driver has taken over from 
the megatec on, but I don't seem to have it.


Anyone any ideas?

--

Cheers

Brian
bri...@bjsystems.co.uk


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


Re: [Nut-upsuser] Support for FSP EP1000

2011-03-15 Thread Arjen de Korte

Citeren Brian Read bri...@bjsystems.co.uk:

Am Trying to use nut (2.2.0 - on an SMEServer V8 aka Centos  5.5) on  
the above UPS, I've tried the megatec driver in serial and USB mode  
(the device has both types of connection), but no success.


The version of NUT you're using is almost four years old and well past  
its 'use by' date.


[...]

I can see from the website that the blazer driver has taken over  
from the megatec on, but I don't seem to have it.


Anyone any ideas?


Upgrade to a more recent version of NUT. The current version is nut-2.6.0.

Best regards, Arjen
--
Please keep list traffic on the list (off-list replies will be rejected)


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


Re: [Nut-upsuser] Support for FSP EP1000

2011-03-15 Thread Manuel Wolfshant

On 03/15/2011 01:03 PM, Brian Read wrote:
Am Trying to use nut (2.2.0 - on an SMEServer V8 aka Centos  5.5) on 
the above UPS, I've tried the megatec driver in serial and USB mode 
(the device has both types of connection), but no success.


An Example:

[root@mailserver ~]# megatec_usb -a UPS -
Network UPS Tools 2.2.0- - Megatec protocol driver 1.5.4 [megatec_usb]
Carlos Rodrigues (c) 2003-2007

Serial-over-USB transport layer for Megatec protocol driver [megatec_usb]

debug level is '8'
Checking device (0665/5161) (002/002)
- VendorID: 0665
- ProductID: 5161
- Manufacturer: Cypress Semiconductor
- Product: USB to Serial
- Serial Number: unknown
- Bus: 002
Trying to match device
Device matches
 none (-110)
Starting UPS detection process...
Attempting to detect the UPS...
Sending Q1 command...
 ok
 none (-110)
Wrong answer to Q1 command.
Attempting to detect the UPS...
Sending Q1 command...

snip

Wrong answer to Q1 command.
5 out of 5 detection attempts failed (minimum failures: 2).
Megatec protocol UPS not detected.
[root@mailserver ~]#

I can see from the website that the blazer driver has taken over from 
the megatec on, but I don't seem to have it.


Anyone any ideas?

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=12417 ( 
comment #5 ) provides a link to rpms for a newer version of nut



--
 Manuel Wolfshant   linux registered user #131416
IT managerNoBug Consulting SRL
  A: Yes.
  Q: Are you sure?
  A: Because it reverses the logical flow of conversation.
  Q: Why is top posting frowned upon?


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser


Re: [Nut-upsuser] Support for FSP EP1000

2011-03-15 Thread Brian Read

On 15/03/11 11:32, Arjen de Korte wrote:

Citeren Brian Read bri...@bjsystems.co.uk:

Am Trying to use nut (2.2.0 - on an SMEServer V8 aka Centos  5.5) on 
the above UPS, I've tried the megatec driver in serial and USB mode 
(the device has both types of connection), but no success.


The version of NUT you're using is almost four years old and well past 
its 'use by' date.


[...]

I can see from the website that the blazer driver has taken over from 
the megatec on, but I don't seem to have it.


Anyone any ideas?


Upgrade to a more recent version of NUT. The current version is 
nut-2.6.0.


Best regards, Arjen


Ok, will see what I can do, thanks for the input.

--

Cheers

Brian
bri...@bjsystems.co.uk


___
Nut-upsuser mailing list
Nut-upsuser@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser