search for: libhidups

Displaying 20 results from an estimated 32 matches for "libhidups".

2005 Aug 01
3
Belkin F6C550-AVR UPS
Hi, I got a Belkin F6C550-AVR UPS today and was trying to get it working with NUT, I used the "hidups" driver and got some data out of it, mainly the following: battery.charge: 100 battery.runtime: 120 driver.name: hidups driver.parameter.port: /dev/usb/hiddev0 driver.version: 2.0.0 ups.mfr: Unknown ups.model: Unknown ups.serial: Unknown ups.status: OL the versions of NUT that I tried
2005 Aug 01
3
Belkin F6C550-AVR UPS
Hi, I got a Belkin F6C550-AVR UPS today and was trying to get it working with NUT, I used the "hidups" driver and got some data out of it, mainly the following: battery.charge: 100 battery.runtime: 120 driver.name: hidups driver.parameter.port: /dev/usb/hiddev0 driver.version: 2.0.0 ups.mfr: Unknown ups.model: Unknown ups.serial: Unknown ups.status: OL the versions of NUT that I tried
2006 Aug 28
1
Re: [nut-commits] svn commit r507 - in trunk: drivers scripts/hotplug scripts/hotplug-ng
Just a little tiny detail : ============================================================================== > --- trunk/scripts/hotplug/libhid.usermap (original) > +++ trunk/scripts/hotplug/libhid.usermap Fri Aug 25 19:18:19 2006 > @@ -21,5 +21,7 @@ > libhidups 0x0003 0x09ae 0x1003 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 > # Belkin F6C800-UNV(usb) > libhidups 0x0003 0x050d 0x0980 0x0000 0x0000 0x00 0x00...
2006 Jul 12
1
newhidups, usb permissions and Debian
...usb/ 001/ 002/ 003/ 004/ 005/ devices # ls -l /proc/bus/usb/001/013 -rw-rw---- 1 root nut 52 Jul 12 14:45 /proc/bus/usb/001/013 The hotplug scripts read: /etc/hotplug/usb# ls -l -rw-r--r-- 1 root root 1502 Jul 12 14:45 libhid.usermap -rwxr-xr-x 1 root root 490 Mar 13 03:14 libhidups --- /etc/hotplug/usb# cat libhidups #!/bin/bash # taken from libgphoto2 GROUP=nut # for previous udev versions if [ "$ACTION" = "add" ] && [ -f "$DEVICE" ] then # check if $GROUP really exists if getent group $GROUP > /dev/null; then chmod...
2005 Jul 06
5
NUT 2.x causes uhci-usb error messages in syslog.
Hello, For a while I have been running NUT 2.0.0 just fine with my APC Back-UPS RS 800 using the usbhid interface. I decided to upgrade to 2.0.2, and all went well (upsc and upsd/upsmon seem happy to talk to the UPS), but I am getting a ton of these messages in my syslog: Jul 6 17:12:45 yggdrasil kernel: usb-uhci.c: interrupt, status 3, frame# 780 Jul 6 17:12:50 yggdrasil kernel:
2006 Jan 13
2
SUSE 10.0 and MGE Ellipse
...running correctly before worrying about that. I uninstalled MGE-PSP and am left wtih the NUT 2.0.2-4 package from MGE. This thread from June/July 2005 shed some light on the problem: http://lists.alioth.debian.org/pipermail/nut-upsuser/2005-July/000037.html For me, hotplug is not calling the libhidups script to the correct permissions on the USB device. If I fix it manually (e.g. by running "ACTION=add DEVICE=/proc/bus/usb/002/002 TYPE=usb /etc/hotplug/usb/libhidups"), NUT works fine. However, the permissions are reset on reboot. Same if I unplug and reconnect the USB cable, a new devi...
2006 Jun 05
4
Powerware 5110, SuSE10.1 & USB
...ED Yes dstate_init: sock /var/lib/ups/bcmxcp_usb-auto open on fd 6 (is the driver meant to do more than just be open ?) ---------------------------------------------------------------------- The man entry for bcmxcp_usb(8) states i.a. : You also need to install manually the hotplug files (libhidups and libhid.usermap), generally in etc/hotplug/usb/, to address the permission settings problem. Lastly note that the libhidups file must have execution flag set . The files libhidups and libhid.usermap do not exist anywhere on the system, and neither does the /etc/hotplug directory and /pro...
2014 Jun 15
2
New Tripplite UPS: INTERNET350U
Hello Charles, Thank you for your suggestion, however it didn't help. I was running it as root but I went ahead and added the -u root anyways. Nothing changed. So part or all the problem is that I don't have the "libhidups or libhid.usermap" files that the man page talks about: You also need to install manually the legacy hotplug files (libhidups and libhid.usermap, generally in /etc/hotplug/usb/), or the udev file (nut-usbups.rules, generally in /etc/udev/rules.d/) to address the permission settings problem. F...
2006 Jan 12
3
newhidups... at last.
...s/usb/xxx/yyy ( corresponding to the UPS ) disappear and reappear after replugging with following permissions : [root@xa000000 root]# ls -asl /proc/bus/usb/002/ <...> 0 -rw-rw---- 1 root nobody 18 Jan 11 18:51 002 I also slightly modify the nut.spec to copy the script libhidups and libhid.usermap to the /etc/hotplug/usb directory with the following permissions : 4 -rw-rw---- 1 root nobody 910 Jan 11 16:08 libhid.usermap 4 -rwxr-xr-x 1 root nobody 481 Jan 11 16:08 libhidups I read somewhere that the we unbind the UPS from HID driver a...
2006 Feb 03
2
Problems suse 9.3, ellipse premium 500
...ot root 0 Feb 3 12:40 . drwxr-xr-x 6 root root 0 Feb 3 12:40 .. -rw-r--r-- 1 root root 43 Feb 3 12:40 001 -rw-r--r-- 1 root nobody 52 Feb 3 12:40 002 ls -al /etc/hotplug/usb/ seems ok: ... -rw-r--r-- 1 root root 1105 Sep 8 13:35 libhid.usermap -rwxr-xr-x 1 root root 481 Sep 8 13:35 libhidups ... Then I try: export USB_DEBUG=3D3 /usr/lib/ups/driver/newhidups -DDDDD auto or /usr/lib/ups/driver/newhidups -DDDDD nobody auto and they give the same message: Network UPS Tools: New USB/HID UPS driver 0.23 (2.0.2) debug level is '5' Opening new device (0000/0000) Opening new device...
2005 Oct 10
1
Re: Bug#332939: nut-usb: Needs an udev rule for udev >= 0.070-3
...;jean-luc.coulon@wanadoo.fr>: > > Package: nut-usb > Version: 2.0.2-1 > Severity: normal > > Hi, > > The latest version of udev: 0.070-3 conficts with hotplug. > This means that while the new udev includes the hotplug functionalities, > the rules in /etc/hotplug/usb/libhidups and /etc/hotplug/usb/libhid.usermap > have to be rewritten as udev rules. > thanks for that info, we'll take care of upstream. Arnaud -- Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http:/...
2014 Jun 14
0
New Tripplite UPS: INTERNET350U
On Jun 13, 2014, at 4:45 PM, Bossard wrote: > No matching HID UPS found > > > Driver failed to start (exit status=1) > > > So I tried 'usbhid-ups -x productid=2010' and received the same error. Same exact error? I suspect it's a permissions error the second time. Add "-u root" to the command line - since this was not a known VendorID:ProductID pair
2005 Sep 23
11
trying to use powerware 3110 USB with NUT
Ok, I installed the ups, and installed nut, and /proc/bus/usb/devices says this T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=06da ProdID=0002 Rev= 0.01 S: Manufacturer=POWERWARE S: Product=Powerware UPS C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 20mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00
2014 Jun 13
2
New Tripplite UPS: INTERNET350U
Hello, I tried to the the driver 'usbhid-ups' for my Tripplite UPS Model: INTERNET350U. I received the following error: Network UPS Tools - UPS driver controller 2.4.3 Network UPS Tools - Generic HID driver 0.34 (2.4.3) USB communication driver 0.31 This TrippLite device (09ae:2010) is not (or perhaps not yet) supported by usbhid-ups. Please make sure you have an up-to-date version
2007 Jun 03
7
Can not find the Belkin F6H375-USB
I have changed over to CentOS5 on some of our computers. I had been using Mandriva 2006 and the nut software worked using: driver = newhidups port = auto Using the same version of nut with the same config files on CentOS5, I get the following error output from 'upsdrvctl': Network UPS Tools - UPS driver controller 2.0.4 Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4) No
2007 Jun 03
7
Can not find the Belkin F6H375-USB
I have changed over to CentOS5 on some of our computers. I had been using Mandriva 2006 and the nut software worked using: driver = newhidups port = auto Using the same version of nut with the same config files on CentOS5, I get the following error output from 'upsdrvctl': Network UPS Tools - UPS driver controller 2.0.4 Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4) No
2006 Jul 25
2
Problems with config of newhidups
Hi all, I just downloaded, built and installed nut-2.0.4-pre2. I have an APC Smart ups 3000 connected via a usb cable. I have compiled and installed the usb drivers. I installed the libhidups and libhid.usermap per the README. I have the following ups.conf: [APC-3000-ups] driver = newhidups port = auto desc = "APC smart 3000" When I try to start the driver I get the following output: (pocono pts19) # ./upsdrvctl -v start Network UPS Tools - UPS driver cont...
2006 Apr 20
1
Powerware 3105 - SuSE 10.0
...0ms ------------------------------------------------------------- ------------------ ll /etc/hotplug/usb ------------------------ -rwxr-xr-x 1 root root 583 2006-01-06 08:52 alsasound -rw-r--r-- 1 root root 24443 2006-01-06 08:52 alsasound.usermap -rwxrwxr-x 1 nut root 524 2006-04-20 17:28 libhidups -rw-rw-r-- 1 root root 1709 2006-04-20 15:22 libhid.usermap ----------------------------------------------------------------------------- ----------------------- /var/log/messages -------------------- Apr 20 17:31:04 gq-serv kernel: usb 2-2: USB disconnect, address 4 Apr 20 17:31:08 gq-serv kern...
2007 Apr 16
1
newhidups fails only at boot
...driver 0.28 - core 0.30 (2.0.5) No matching HID UPS found Driver failed to start (exit status=1) Network UPS Tools - UPS driver controller 2.0.5 Here are my config files: /etc/ups/ups.conf: [ups] driver = newhidups port = auto desc = "My Little APC Back-UPS ES 750" /etc/hotplug/usb/libhidups: if [ "$ACTION" = "add" -a "$TYPE" = "usb" ]; then chown root:nut "$DEVICE" chmod 0664 "$DEVICE" fi Here's my init script, which runs in runlevel 3: case "$1" in start) echo "`date` ${0}: Starting ups driver (-D...
2005 Jul 02
2
Rebooting not working
Hi! I've installed NUT 2.0.2 to work with my MGE Protection Center and it works but for one thing. When I reboot the computer, at startup upsdrvctl/newhidups can't find the UPS so I have to manually unplug, replug and start upsdrvctl/upsd every time. I've installed from sourcecode onto a Gentoo machine. Where should I look for the problem (USB/hotplug/newhidups/somewhere else)?