Displaying 20 results from an estimated 1000 matches similar to: "Re: [nut-commits] svn commit r609 - trunk"
2006 Oct 19
1
Belkin F6H650 on USB port
Hi,
is there a way to use my Belkin F6H650 on the USB port?
I already installed usbhid-support, but neither the hidups worked (reports
"/dev/usb/hiddev0 is not a UPS") nor genericups with upstype=7 and the
hiddev set as device ("ioctl TIOCMSET: Invalid argument") worked.
I have installed the debian sarge package of nut 2.0.1 (2.0.1-4)
Regards,
Philipp
2007 Jan 04
3
hidups can't find device
Hello,
I try to install my APC Back-UPS RS 800 on my debian system (Etch):
Linux aigner 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686 GNU/Linux
When i try to start the driver an i use hidups i get this failure massage:
aigner:/lib/nut# upsdrvctl start
Network UPS Tools - UPS driver controller 2.0.4
Network UPS Tools: HID UPS driver 0.13 (2.0.4)
Warning: This is an experimental driver.
2006 Jan 13
1
hidups Vs newhidups (was: SUSE 10.0 packaging)
2006/1/13, Paul Mogren <fkamogee@yahoo.com>:
>
> This thread is FYI. I don't need any help here.
>
no, but some details for those who will read it, maybe ;-)
I have SUSE 10.0 and an MGE Ellipse. I installed the NUT package from MGE.
>
> 1) The generated ups.conf pointed to a bad location:
> /dev//dev/input/event0
>
who generated that ?
it seems like an old hiddev
2006 Apr 12
2
RE Powerware 5115 and USB
Hi Georg,
> one question with regard to a Powerware 5115 UPS connected to a Debian 3.1
> Sarge box via USB: I downloaded and compiled nut 2.0.2 but I am unable to
> configure the USB subsystem so that upsdrvctl recognizes the UPS.
>
> My /usr/local/ups/etc/ups.conf contains:
>
> [bla]
> driver = bcmxcp
> port = /dev/usbdev2.2
> desc = "bla bla
2015 Sep 21
3
UPS/NUT with openSUSE 13.1
On Sep 21, 2015, at 9:39 AM, Rob Groner <rgroner at RTD.com> wrote:
>
> I didn't think to look for a log (attached), but now looking in it, I don't see anything more than I already thought I knew. It's as cryptic as configure itself.
>
> It does reference the line in the configure where the test for USB failed, but I'd already been looking in there. I
2005 Aug 06
1
tripp lite omnivs1500xl and usb
i just purchased a tripp lite OMNIVS1500XL and have been attempting to get
it working with the usb drivers since it doesn't have a serial port. it
hasn't been anywhere near successful and i was hoping someone might be
able to point me in the right direction.
i run gentoo and this is what i currenlty have installed:
nut 2.0.2
libusb 0.1.10a (gentoo modified)
usbutils 0.11-r5
2006 Jun 07
3
MGE Evolution, USB and linux
I have a MGE Evolution 3000 connected via USB to a linux server (HP
Proliant G3). The server is running kernel 2.4.30 and nut-2.0.3. But
before nut trying to connect to the UPS, I guess HID doesn't work as
long as I get a message like this in dmesg:
--------------------------------------------------
usb.c: new device strings: Mfr=4, Product=136, SerialNumber=50
usb.c: USB device number 2
2017 Mar 11
2
[nut-upsuser] Copeland Engineering Dockmaster
[moved to nut-upsdev while we figure out the protocol]
> On Mar 9, 2017, at 11:22 AM, Drew from Zhrodague <drewzhrodague at zhrodague.net> wrote:
>
> I'm able to cat /dev/usb/hiddev0 and /dev/hidraw0 - I pipe this through hexdump and I get different types of data from each:
>
>
> hiddev:
>
> 0002420 00a7 ffa0 00ff 0000 00a7 ffa0 00ff 0000
> 0002430 00a7
2011 Mar 16
1
Liebert PSIXR 3000 intellislot web card support with NUT 2.6.0
Hi,
Just started using NUT with a Liebert PSI-XR 3000 with an Intellislot web card.
It seems I can't get it to run properly.
I am using NUT 2.6.0 built from source on Ubuntu 8.0.4 .
My build parameters are :
./configure --enable-strip
--with-linux-hiddev=/usr/include/linux/hiddev.h
--with-udev-dir=/lib/udev \
--prefix=/usr \
--exec-prefix=/ \
--sysconfdir=/etc/nut \
2005 Oct 18
2
usb doesn't build on mac os x (10.4)
I am having problems building usb on mac os x. First, mac os x
doesn't seem to have asm/types.h, just sys/types.h. I can't find
hiddev.h on mac os x either. Also, it doesn't have usb.h but instead
IOKIT/usb/USB.h. I am using mac os x (10.4), and the latest cvs of nut.
Is the new usb support going to work on mac os x? Is anyone working
on it? It seems that libusb is available
2019 Apr 16
4
[PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl
Each of these drivers has a copy of the same trivial helper function to
convert the pointer argument and then call the native ioctl handler.
We now have a generic implementation of that, so use it.
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen at linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgg at mellanox.com>
2019 Apr 16
4
[PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl
Each of these drivers has a copy of the same trivial helper function to
convert the pointer argument and then call the native ioctl handler.
We now have a generic implementation of that, so use it.
Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen at linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgg at mellanox.com>
2008 Nov 19
1
[nut-commits] svn commit r1556 - in trunk: . docs drivers scripts/hal scripts/hotplug scripts/udev tools
Citeren Arnaud Quette <aquette.dev at gmail.com>:
> Author: aquette
> Date: Sat Nov 15 21:50:40 2008
> New Revision: 1556
>
> Log:
> USB "improved maintenance" code. Refer to docs/new-drivers.txt for
> more information...
>
> Added:
> trunk/drivers/usb-common.c
> trunk/drivers/usb-common.h
> trunk/tools/
> trunk/tools/Makefile.am
>
2010 Jan 29
4
APC Smart-ups "status codes" (slightly OT)
We got replacement battery "kits" for some of our APC UPS' (Smart-UPS,
rackmount). I put them into one tray (it's for an RBC 43, which takes 8,
and weighs a ton), and put it in, and let it charge. Idiot "change
battery" led stays on. So I hit the test button, it discharges very
rapidly (a good number of servers on this), and the led stays on.
For some reason,
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
Rob -
Just stepping in from the sidelines . . . with a few tidbits.
Nut uses pkgconfig to find and identify stuff as part of it's build . .
. So, depending on where your libusb install went, if it wasn't in the
default "PKG_CONFIG_PATH" setting, it won't be found. Much like other
shell variables, you can adjust that setting to find anything you like .
. .
IE
2015 Sep 18
2
UPS/NUT with openSUSE 13.1
On Sep 18, 2015, at 2:45 PM, Rob Groner <rgroner at RTD.com> wrote:
>
> Well, I've spent a couple hours on this, unable to figure it out. I removed the libusb-compat-devel package using zypper. And I've downloaded, built, and installed libusb from sourceforge. But trying to configure nut now I get "USB drivers requested, but libusb not found", no matter what I put
2006 Apr 20
1
Fun and games with newhidups, udev rules and permissions
Thought I would write some notes about how I got an APC BackUPS XS
1500 working with newhidups under Gentoo 2006.0. The specific issue
here is the permissions on the device files used that libusb uses to
access the USB hardware.
I followed Peter Selinger's instructions at
http://www.mscs.dal.ca/~selinger/ups/backups.html
on getting newhidups going with an APC device. The sticking point for
2006 May 09
3
Eaton Powerware 5110 UPS
Hi,
I am wanting to use NUT to connect to an Eaton Powerware 5110 UPS using
USB to connect.
- I am using NUT 2.0.2
- I have compiled it with USB support
- I can see that the UPS is registered as connecting in /var/log/messages
eg usb 3-1: USB disconnect, address 3
usb 3-2: new low speed USB device using uhci_hcd and address 4
But I don't know how to progress from here.
2009 Jul 31
1
nut and megatec_usb
ut 2.4.1 works with megatec_usb driver. It tries to interact with a
device in /dev/bus/usb/X/Y, but there are root:root 664 access rights.
When I try to set port /dev/hiddev0 with write access in config
file, in strace there are no records about accessing /dev/hiddev, but
still only /dev/bus/usb/X/Y
How to explain such a behavior?
execve("./megatec_usb",
2019 Dec 09
1
new mobo, ups doesn't connect
On Dec 8, 2019, at 10:26 PM, Gene Heskett <gheskett at shentel.net> wrote:
> I put it back to original and restarted the nut-server. And its now
> working. Go figure...
>> [myups]
>> #driver=hidraw
>> driver=usbhid-ups
>> #driver=belkin
>> #driver=belkinunv
>> #driver=genericups
>> port=auto
>> offdelay=120
>> ondelay=0
>