Displaying 20 results from an estimated 2000 matches similar to: "USB UPS Question..."
2020 Apr 03
0
Powercool PCRACK-1200VA patch update
Sorry about the noise guys.
Below a significantly improved patch.
The main difference is that all calls to usb_get_string_.. have been
wrapped in a new function nut_usb_get_string() that is implemented in
libusb.c
This was necessary in order to make the bufflen_fix available in
libusb.c where usb_get_string() is called in libusb_open()
This wrapper function mops up and hides all the work
2007 Feb 16
1
Re: [nut-commits] svn commit r808 - in trunk: . drivers
I get the following error on r809 (but it looks like the code change
happened here). Does HIDDevice_t need to be defined/changed in one of
the headers?
if gcc -DHAVE_CONFIG_H -I. -I../../drivers -I../include
-I../../include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DINET6 -O2
-D_REENTRANT -DNETSNMP_USE_INLINE -Wall -Dlinux -I.
2007 Aug 23
1
[nut-commits] svn commit r1073 - in trunk: . drivers
I think having this logic buried within libhid/libusb
(libusb:libusb_open(), line 179 to 206) is ultimately a mistake,
albeit one that I am probably responsible for. Would it make sense to
confine libhid to low-level operations, and leave the decision of
trying to reopen vs. retrying to open to the high-level driver, in
this case usbhid-ups?
I envision that the code in usbhid-ups:reconnect_ups()
2010 Feb 25
1
Got Anonymous from DID incoming call and can't re-send to another asterisk with new callerid
Hi,
I have two asterisk servers with the same version of 1.4.29.1.
The first server named it as MYE1. MYE1 is an incoming server that can
accept incoming calls from PSTN(ZAP E1).
The second server is a pbx functions server and named it as MYPBX(SIP).
The sip.conf of MYE1 likes below:
[MYPBX]
type=peer
host=mypbx.abc.com
nat=no
disallow=all
allow=g729
canreinvite=yes
qualify=no
context=default
2006 Apr 04
2
newhidups crashes intermittently (double free or corruption)
Hi,
I'm running nut 2.0.3 on Gentoo connected to an MGE ProtectionCenter
675. newhidups intermittently crashes. Any ideas?
N.
# /usr/lib/nut/newhidups -a mgeups
Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.3)
Detected a UPS: MGE UPS SYSTEMS/PROTECTIONCENTER
Using subdriver: MGE HID 0.8
This is the error I'm getting
*** glibc detected *** /usr/lib/nut/newhidups: double free or
2008 Sep 26
0
FreeBSD usbhid-ups problem
Citeren "Daniel O'Connor" <doconnor at gsoft.com.au>:
> usb_control_msg: 161 1 769 0 0x813310c 2 4000
> USB error: error sending control message: Input/output error
> Can't retrieve Report 1: Input/output error
> upsdrv_updateinfo...
> Got to reconnect!
>
> usb_set_debug: Setting debugging level to 3 (on)
> usb_os_find_busses: Found /dev/usb0
>
2007 Apr 12
1
APC 1500 USB problem
Hello,
We have two APC Back-UPS RS 1500 USB stuff, and i've got a bit
of a problem with it and NUT.
The usbdevs output:
addr 2: Back-UPS RS 1500 FW:8.g8 .I USB FW:g8, American Power Conversion
addr 3: Back-UPS RS 1500 FW:8.g8 .I USB FW:g8, American Power Conversion
(UPS1 and UPS2)
I've configured our NUT system to monitor the UPSes, and it went very
fine till the time had arrived for a
2005 Sep 13
2
Re: about [ #302111 ] newhidups support for Belkin
I have checked in a cleaned-up version of patch #302111 (Belkin
support) into CVS. See
cvs diff -uN -r before_PSE_2 -r after_PSE_2
to check the difference. Here is the CHANGES entry:
Tue Sep 13 20:50:14 UTC 2005 / Peter Selinger <selinger@users.sourceforge.net>
- newhidups: added Belkin support. Also added some new variables and
instant commands (some of these were already used by
2011 Nov 30
1
Installing asterisk on a server vs appliance(e.g digium mypbx)
Hi,
I am looking into advising a client on the pro's and cons of using
Installing asterisk on a server vs appliance(e.g digium mypbx). the
appliance seems cheaper initially.
2009 Jan 10
1
Local channel Help required
Hi All,
I am using asterisk 1.4 branch on server.
Here is a my dialplan.
i have set the incoming route to incoming context, and then i have set dial
with local channel,
The call comes to my server and the call is routed to matched case, so my
phone 1001 ring for 30 seconds.
If i got the NOANSWER then the channel is not passing to next priority.
I need to pass that channel to the next priority of
2010 Mar 23
4
Safe_asterisk doesn't exists???
Hello my friends,
I'm very worry about a problem i'm having...my asterisk got freez some
times, every 5 or 6 days with NO trace in /var/log/asterisk/messages
What i want to know is if safe_asterisk has something to be with this?
This is what i have on my server:
[root at mypbx ~]# ps -A | grep asterisk
9118 ? 00:01:30 asterisk
[root at dreampbx ~]# ps aux | grep asterisk
root
2010 Jan 10
1
Eaton PW5110 + nut-2.4.1 + OpenBSD
Hello,
I 'm trying to set up an Eaton PW5110 using nut-2.4.1 in OpenBSD, my
ups.conf follows :
[myups]
driver = bcmxcp_usb
port = auto
desc = "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 :
2007 Mar 04
1
OMNIVS1500XL and FreeBSD
I'm running FreeBSD 6.2 with Nut 2.0.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
2005 Sep 08
0
NUT Driver for TriPro PowerPlus UPS 1000VA USB
Hi,
I recently got a new UPS, the model is TriPro Power Plus UPS 1000VA
and it comes with a USB cable, anyone knows what model/driver i need
to use ?
When i connect the UPS to my linux system (CentOS 3.3, Kernel 2.4.21)
the following information is written to the logs:
kernel: hub.c: new USB device 00:11.2-2, assigned address 2
kernel: usb-uhci.c: interrupt, status 3, frame# 235
kernel:
2006 Mar 08
2
APC 1500RM / NUT 2.0.3 / newhidups / Solaris 10 [long]
Folks, while I've got the above combination to compile and run under
Solaris 10, it seems that there are still problems in the libusb/ugen
driver stack from Sun and or the APC Smart UPS 1500, so things aren't
actually working.
It seems that the APC Smart UPS 1500RM doesn't return the HID descriptor
length information in 0x21 as noted in a previous thread, but in my
case, it also
2006 May 12
2
your Tripp-Lite AVR550U
Hi Patrick,
in February, you tried to post the below message to the nut-upsuser
list, but the post was rejected because you were not subscribed to the
list. Unfortunately, you did not subscribe and re-post it.
Anyway, I have been working on Tripp-Lite support for newhidups
recently, and I wonder if you have any feedback. Did you ever get this
device to work?
>From the information you sent,
2009 Sep 05
1
FreeBSD, NUT OmniVS1500
Howdy,
I had this working with lots of help for a developer before (Charles Lepple),
but after upgrading to a somewhat more current version of FreeBSD the
patched-up version stopped working. Seeing as this was more than a few years
ago, I thought I'd give a new libusb and NUT a try to see if it might work out
of the box. So far, no luck.
Some info:
FreeBSD 6.3
libusb 0.1.12
NUT 2.4.1
2005 May 01
1
zaptel.conf multiple devices
Hi there my zaptel hardware is giving errors while loading but they seem to
load just fine. the lights wil work and my wctdm card is also workin and the
isdn works to
But when I stop asterisk I have to reload al cards again is this normal?
This is my zaptel.conf is there no way to group these because my te110p is
giving an error that it can't find channel 35 but 35 belongs to my wctdm.
2010 Sep 24
1
Dynamix 650 VA USB - broken, have rough fix
Like Glen Ogilvie, I got a newer Dynamix 650 VA with USB connection, and was having trouble getting NUT to communicate with it.
This appears to be the UPS that megatec_usb was built for - Vendor: 0x0001, Product: 0x0000, uses Megatec's software, has USB chip attached to internal serial lines, and has terrible USB implementation with fake HID tables. But megatec_usb would consistently fail.
2006 Aug 07
0
Re: your Tripp-Lite AVR550U
Hi Patrick,
I didn't get further bug reports from you, so I have now listed your
device as "supported" by newhidups. Last I saw as of your below
message, the driver was working as expected. If there are any future
problems, let me know! -- Peter
Patrick Nolan wrote:
>
> Remember me? Back in May we exchanged some messages about my Tripp-Lite
> UPS. My boss has gone on