search for: usb_debug

Displaying 20 results from an estimated 30 matches for "usb_debug".

2010 Jan 10
1
Eaton PW5110 + nut-2.4.1 + OpenBSD
...t;Eaton PW 5110 (1500VA)" My first attempt to run upsdrvctl ended up complaining about unimplemented usb_clear_halt() in libusb. I patched libusb-0.1.12 with the following patch : http://old.nabble.com/Openbsd-and-libusb-td21558254.html Second attempt: root at fox /home/mandas/nut-2.4.1 # USB_DEBUG=3 bcmxcp_usb -DDD -a myups Network UPS Tools - BCMXCP UPS driver 0.21 (2.4.1) USB communication subdriver 0.17 debug level is '3' usb_set_debug: Setting debugging level to 3 (on) usb_os_find_busses: Found /dev/usb0 usb_os_find_busses: Found /dev/usb1 usb_os_find_busses: Foun...
2012 Feb 10
21
Reducing the need to compile a custom kernel
...all, but on the other hand, we do not provide a small kernel-skeleton where you can load just the modules you need. This should be easy to change. As a first step I took the generic kernel and removed all devices which are available as modules, e.g. the USB section consists now only of the USB_DEBUG option (so that the module is build like with the current generic kernel). I also removed some storage drivers which are not available as a module. The rationale is, that I can not remove CAM from the kernel config if I let those drivers inside (if those drivers are important enough, some...
2005 Jun 30
4
MGE Protection Center and Suse
Hi I try since a week to run my MGE Protection Center under Suse Linux 9.3. At the MGE site i found an HowTo. I have installed NUT an create the=20 configs but at boot the newhidups driver say=B4s "no USB/HID UPS found".=20= Anyone an Idea? Johannes Schatz=
2007 Mar 04
1
OMNIVS1500XL and FreeBSD
...5 installed from ports... I have a TrippLite OmniVS1500XL plugged in, but I'm having little luck with the tripplite_usb module. I have already built and booted a new kernel with UHID disabled so that libusb can grab /dev/ugen0. At first I was able to get the following out of the driver: # USB_DEBUG=5 /usr/local/libexec/nut/tripplite_usb -u root -DDDDD auto Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.7 (2.0.5) Warning: This is an experimental driver. Some features may not function correctly. debug level is '5' usb_set_debug: Setting debugging level to 5 (on) usb_os_fi...
2015 Apr 04
2
nutdrv_qx hangs after send: QS
Hi, I am trying to get NUT 2.7.2 working on my Solaris 11.2 system with a PowerWalker 2000 VI PSW UPS. I have carefully configured the software such that it 'works' using custom values in the ups.conf file: driver = nutdrv_qx port = auto desc = "my UPS" protocol = voltronic-qs subdriver = cypress vendorid = 0665 productid = 5161 The problem I'm experiencing is that after a
2006 Feb 03
2
Problems suse 9.3, ellipse premium 500
...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 (0000/0000) Opening new device (04...
2015 Apr 04
0
nutdrv_qx hangs after send: QS
.... @zykh made some changes to nutdrv_qx since the 2.7.2 release, but at first glance, I don't think those will alter the symptoms you are seeing. Can you provide some detail on the libusb port that you built against? If it is derived from the original sourceforge.net libusb-0.1, does it have a USB_DEBUG environment variable that can be set to log extra information? Also, is it possible to do a system call trace to figure out what libusb and the OS are doing at the time of the hang? It's been a while since I last used Solaris, but if memory serves, you could use something like truss to approx...
2007 Jun 02
1
MGE evolution s1250 all values = '2'
Hi, I think my problem will be easy to resolve ... I don't understand why the ups return the value 2.000000 for all variables ... I've been looking for 1 hour on google and I can't find similar problem. Thank you David goburge ~ # /lib64/nut/newhidups -D /dev/ttyS0 Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.0.5) debug level is '1' Detected a
2012 Aug 13
1
FreeBSD + nut usbhid-ups
hi. why choose 1.4? correctly 1.3 FreeBSD hq.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Tue Jul 31 19:48:36 MSK 2012 root at hq.local:/sys/amd64/compile/HQ amd64 ugen1.3: <DELL> at usbus1 uhid0: <DELL Dell UPS Rack 1920W HV, class 0/0, rev 1.10/1.00, addr 3> on usbus1 root at hq: # usbconfig ugen0.1: <EHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps)
2012 Apr 16
0
Fwd: Re: libusb_get_report: Unknown error
...9;re right: your issues are the same, but BSD doesn't report EOVERFLOW > has it should. > while Dmitry is running on Linux, the patch should work there. > > @Robert: could you please run the test again (with wathever version), > using debug level 5 (-DDDDD) and doing "export USB_DEBUG=3" before > launching the driver? > > if there is no way to catch overflow on BSD, I fear I'll have to create > a driver option to bypass this... > > cheers, > Arno > > > > On 04/11/12 16:35, Arnaud Quette wrote: > > > 2012/4/11 Robert...
2009 Sep 05
1
FreeBSD, NUT OmniVS1500
...xes. If this is not a problem in FreeBSD 7, I'll upgrade. Two things that stand out: USB error: could not set alt intf 0/0: Invalid argument and USB error: error reading from interrupt endpoint /dev/ugen0.1: Resource temporarily unavailable Thanks, Charles [root at miko /usr/local/etc]# USB_DEBUG=5 /usr/local/libexec/nut/tripplite_usb -a colo1 -DDDDD 2>&1 |more debug level is '5' usb_set_debug: Setting debugging level to 5 (on) usb_os_find_busses: Found /dev/usb0 usb_os_find_busses: Found /dev/usb1 usb_os_find_busses: can't open /dev/usb2: Permission denied usb_os_find_b...
2012 May 09
3
SMART3000RM2U?
Can anyone point me to information for getting the Tripplite SMART3000RM2U to work with NUT? Our newer Tripplite units seem to work with the usbhid-ups driver, but these older ones seem to need something different. So far I have had little success getting tripplite_usb to work. [root at banyan ~]# tripplite_usb -a tripplite Network UPS Tools - Tripp Lite OMNIVS / SMARTPRO driver 0.20 (2.6.1)
2010 Sep 26
3
Cannot connect to APC Smart via USB under FreeBSD
...r 0x051d(0x051d), rev 0.06 ugen0 port 2 addr 3: low speed, power 100 mA, config 1, product 0x0201(0x0201), vendor 0x062a(0x062a), rev 1.00 ukbd0 ums0 Controller /dev/usb1: ... --------------------------------------- But NUT cannot connect to him: --------------------------------------- # USB_DEBUG=2 /usr/local/libexec/nut/usbhid-ups -a ups1 -u root -DDD Network UPS Tools - Generic HID driver 0.34 (2.4.1) USB communication driver 0.31 debug level is '3' upsdrv_initups... usb_set_debug: Setting debugging level to 2 (on) usb_os_find_busses: Found /dev/usb0 usb_os_find_busses: Found /de...
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
2013 Apr 04
1
can't find UPS on openwrt/arm
Hello, I run TP-Link WR2543ND router with openwrt installed. versions: kernel - 3.8.3-1-eef5f2649dd28f8ed1d4fd9b737acdc7 kmod-hid - 3.8.3-1 libusb-1.0 - 1.0.9-1 libusb-compat - 0.1.4-1 nut-driver-usbhid-ups - 2.6.5-2 I have installed NUT but it can not find the UPS while lsusb can: root at gw:~# lsusb Bus 001 Device 003: ID 0463:ffff MGE UPS Systems UPS Bus 001 Device 001: ID 1d6b:0002 Linux
2012 Dec 25
1
Blazer_usb Permissions problem: Input/output error
...restart devfs (or the whole system if you prefer): /etc/rc.d/devfs restart So ls -l /dev/ug* shows: lrwxrwx--- 1 uucp wheel 9 Dec 24 23:36 /dev/ugen5.2 -> usb/5.2.0 and ls -l /dev/usb shows: crwxrwx--- 1 uucp wheel 0, 147 Dec 24 23:36 5.2.0 So I tried to debug but strange: export USB_DEBUG=3 does not have effect on the output from blazer_usb. Here are few results: # /usr/local/libexec/nut/blazer_usb -DDDD -a eaton -u uucp .... 2470.388082 send: Q1 2470.647096 read: (225.4 225.4 225.4 019 49.8 13.6 25.0 00001001 2472.389079 send: Q1 2472.631093 read: (225.4 225.4 225....
2014 Dec 04
0
06da:0002 Phoenixtec Power Co., Ltd UPS
On Dec 3, 2014, at 2:02 PM, janc at telefonica.net wrote: > USB error: error sending control message: Invalid or incomplete > multibyte or wide character This is a wild guess, but what about using the option "langid_fix=0x0409"? -- Charles Lepple clepple at gmail
2006 Feb 27
1
MGE Nova 1100 using newhidups on netBSD 3.0
Have recently purchased a MGE Nova 1100 UPS and am trying to get running on netBSD. Configuration netBSD 3.0 amd64 libusb 0.1.10a nut 2.0.3 Built & installed libusb Built kernel with ugen device and uhid removed Build & install nut-2.0.3 with usb Chmod /dev/ugen1 etc to allow access by nut user. Ups.conf [MGENova] driver = newhidups port = auto
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:
2012 Jun 03
6
Zigor Ebro 650 compatibility
Hi all, After some research I've found that this device should run with the blazer_usb driver. Jun 3 16:15:38 pegasus kernel: ugen0.4: <vendor 0x0001> at usbus0 Jun 3 16:15:38 pegasus kernel: uhid0: <vendor 0x0001 product 0x0000, class 0/0, rev 1.00/1.00, addr 4> on usbus0 However, even after shoehorning it; [crees at pegasus]/usr/local/libexec/nut% sudo ./blazer_usb -a zigor