Model: Tripp-lite OMNIVS1500 Error: Network UPS Tools - UPS driver controller 2.2.1- Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.11 (2.2.1-) Warning: This is an experimental driver. Some features may not function correctly. Detected a UPS: unknown/unknown libusb_set_report() returned -1 instead of 8 Could not reset watchdog. Please send model information to nut-upsdev mailing list libusb_set_report() returned -1 instead of 8 Error reading protocol Driver failed to start (exit status=1) ___________________________ Chris Abel Systems and Network Administrator Wildwood Programs 2995 Curry Road Extension Schenectady, NY 12303 518-836-2341
Charles Lepple
2009-Sep-01 22:48 UTC
[Nut-upsuser] Tripplite_usb Driver fail on OMNIVS1500
On Sep 1, 2009, at 3:33 PM, Chris Abel wrote:> Model: Tripp-lite OMNIVS1500What does 'lsusb' return for this device?> > Error: > Network UPS Tools - UPS driver controller 2.2.1- > Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.11 > (2.2.1-) > Warning: This is an experimental driver. > Some features may not function correctly. > > Detected a UPS: unknown/unknown > libusb_set_report() returned -1 instead of 8 > Could not reset watchdog. Please send model information to nut-upsdev > mailing list > libusb_set_report() returned -1 instead of 8 > Error reading protocol > Driver failed to start (exit status=1)We will also need some basic information: * What OS? * Which distribution? * Did you install from source?
please keep the list posted Chris 2009/9/2 Chris Abel <cabel at wildwood.edu> My bad. I thought for sure we have Ubuntu 9.04. After double checking I see that we are using Ubuntu 8.04. I will compile and install from source and get back to you. 2009/9/2 Chris Abel <cabel at wildwood.edu>> My bad. I thought for sure we have Ubuntu 9.04. After double checking I > see that we are using Ubuntu 8.04. I will compile and install from source > and get back to you. > (...) >After a "./configure --with-user=ups --with-group=nut --with-all" make and> make install, upsdrvctl does not seem to be available. It does not exists > in /usr/local/ups/bin. The only ones I have are "upsc upscmd upslog > upsrw upssched-cmd ". Am I doing something wrong? >do a make uninstall first, and then use: ./configure --prefix=/usr --exec-prefix=/ --sysconfdir=/etc/nut --mandir=/usr/share/man --libdir=/lib --includedir=/usr/include --without-ssl --with-hal --with-cgi --with-dev --enable-static --with-statepath=/var/run/nut --with-altpidpath=/var/run/nut --with-drvpath=/lib/nut --with-cgipath=/usr/lib/cgi-bin/nut --with-htmlpath=/usr/share/nut/www --with-pidpath=/var/run/nut --datadir=/usr/share/nut --with-pkgconfig-dir=/usr/lib/pkgconfig --with-user=nut --with-group=nut Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://www.debian.org Free Software Developer - http://arnaud.quette.free.fr/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20090902/b2e6ad5c/attachment.htm>
Charles Lepple
2009-Sep-02 17:18 UTC
[Nut-upsuser] Tripplite_usb Driver fail on OMNIVS1500
On Wed, Sep 2, 2009 at 12:48 PM, Arnaud Quette<aquette.dev at gmail.com> wrote:> do a make uninstall first, and then use: > ./configure --prefix=/usr???????????? --exec-prefix=/ > --sysconfdir=/etc/nut???????????? --mandir=/usr/share/man > --libdir=/lib???????????? --includedir=/usr/include > --without-ssl???????????? --with-hal???????????? --with-cgi > --with-dev???????????? --enable-static > --with-statepath=/var/run/nut > --with-altpidpath=/var/run/nut > --with-drvpath=/lib/nut > --with-cgipath=/usr/lib/cgi-bin/nut > --with-htmlpath=/usr/share/nut/www > --with-pidpath=/var/run/nut???????????? --datadir=/usr/share/nut > --with-pkgconfig-dir=/usr/lib/pkgconfig???????????? --with-user=nut > --with-group=nutArnaud, be sure to check on the udev rules - the original driver error message appears to have been the result of no permissions (cf. "Model: unknown") -- - Charles Lepple
2009/9/2 Chris Abel <cabel at wildwood.edu>> Arnaud Quette <aquette.dev at gmail.com> writes: > >do a make uninstall first, and then use: > >./configure --prefix=/usr --exec-prefix=/ > >--sysconfdir=/etc/nut --mandir=/usr/share/man > >--libdir=/lib --includedir=/usr/include > >--without-ssl --with-hal --with-cgi > >--with-dev --enable-static > >--with-statepath=/var/run/nut > >--with-altpidpath=/var/run/nut > >--with-drvpath=/lib/nut > >--with-cgipath=/usr/lib/cgi-bin/nut > >--with-htmlpath=/usr/share/nut/www > >--with-pidpath=/var/run/nut > >--datadir=/usr/share/nut > >--with-pkgconfig-dir=/usr/lib/pkgconfig --with-user=nut > >--with-group=nut > > After configuring it with those tags I still do not have upsdrvctl. When > doing this "upsdrvctl start" I get this bash: /sbin/upsdrvctl: No such > file or directory. There is now nothing in /usr/local/ups/bin or > /usr/local/ups/sbin. > >have you done the "make uninstall", then used the configure directives above, then "make ; make install"? cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://www.debian.org Free Software Developer - http://arnaud.quette.free.fr/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20090903/15d76f1a/attachment.htm>