Re: [Nut-upsuser] USB UPS on Solaris

2008-02-04 Thread Arnaud Quette
2008/2/3, Huge [EMAIL PROTECTED]: Is anyone here running a USB UPS on Solaris? I'm looking to upgrade my UPS (from a SmartUPS 620 with RS232 comms), and most of the modern UPSs use USB ... though the maturity is not the one of Linux, this code is quite stable. I've attached a small README for

Re: [Nut-upsuser] USB UPS on Solaris

2008-02-04 Thread Arnaud Quette
I've logged a patch tracker for this: https://alioth.debian.org/tracker/index.php?func=detailaid=310561group_id=30602atid=411544 2008/2/4, Arnaud Quette [EMAIL PROTECTED]: 2008/2/3, Huge [EMAIL PROTECTED]: Is anyone here running a USB UPS on Solaris? I'm looking to upgrade my UPS (from a

Re: [Nut-upsuser] problem with Mustek UPS - Freebsd

2008-02-04 Thread Jimmy Jazz
Hi, i was using the same device. Just don't try to use the usb and serial outputs at the same time. /etc/nut/ups.conf #[mustekups] # driver = megatec # port = /dev/ttyS0 # desc = Mustek PowerMust 1000VA USB # mfr = Mustek # model = PowerMust 1000 USB #

Re: [Nut-upsuser] Liebert UPS, serial cable questions

2008-02-04 Thread Alain Williams
On Sat, Feb 02, 2008 at 04:02:01PM +0200, George wrote: Hi, I have a Liebert GXT2-1000RT230 UPS that is connected to my server using a serial cable. I have no idea to what port exactly it is connected so my first question is: how do I find out what /dev/tty** should I use? Do I need to

Re: [Nut-upsuser] problem with Mustek UPS - Freebsd

2008-02-04 Thread Luki
Hi Jimmy, Problem still occurs, I have removed serial connection, only usb left. I use your configuration and that's what I receive : [EMAIL PROTECTED] /]# /usr/local/ups/bin/upsdrvctl start mustekups-usb Network UPS Tools - UPS driver controller Network UPS Tools - Megatec protocol driver

Re: [Nut-upsuser] problem with Mustek UPS - Freebsd

2008-02-04 Thread Daniel O'Connor
On Mon, 4 Feb 2008, Jimmy Jazz wrote: for the serial output in your init.d nut file set_serial() { for n in $@; do [ -e /sys/class/tty/ttyS${n} ] || continue mknod /dev/ttyS${n} c 4 $(( 64 + n )) chown nut:uucp /dev/ttyS${n} done }

[Nut-upsuser] nut with Belkin Active Battery Backup UPS (BU30 series)

2008-02-04 Thread Cian Davis
Hi, I bought a Belkin Active Battery Backup UPS (http://www.belkin.com/uk/activebattery/) yesterday with a USB port and hoped it would work with nut. The device will show up in /proc/bus/usb/devices as a Cypress Semiconductor USB to Serial. It creates /dev/hiddev0 (and this disappears when the

Re: [Nut-upsuser] problem with Mustek UPS - Freebsd

2008-02-04 Thread Daniel O'Connor
On Tue, 5 Feb 2008, Luki wrote: Daniel, thanks a lot for your help, now it works perfect, I was able to connect to UPS via serial line and gather statistics, rest of configuration left but the most important point achieved ;) I have done exactly as you suggested to create /etc/devfs.rules file