Displaying 20 results from an estimated 10000 matches similar to: "./configure excludes USB drivers and documentation"
2011 Nov 11
4
libusb not recognized?
[Andrew: please subscribe to the nut-upsuser list:
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser
Also, please gzip any attached logs.]
> Hello,
>
> I downloaded NUT ver 2.6.2 and tried it on my Linux development
> board. when I configure and it notified me that "USB drivers
> requested, but libusb not found."
> Then I download libusb
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 22
2
UPS/NUT with openSUSE 13.1
For fun, if you want to see where the system thinks it is linking a
library from, you can use "ldconfig -p" and it will give you a path to
all known libraries that it can find. If you have one loaded, and it
can't find it (odd directory, etc.) you can always amend
"LD_LIBRARY_PATH" the same way as PKG_CONFIG_PATH I mentioned earlier .
. . . PKG . . . is for the build
2011 Dec 20
6
Wine 1.0 on Fedora 16 64-bit
Hello
I am trying to install Oblivion on Fedora 16 64-bit but am having problems with the install sheild crashing. I have read that this is because of the 64 bit wine so I am trying to build an older version of wine from source. However I am having problems with this aswell. I suspect that this is because of the 64-bit OS aswell. the reason I say this is that it appears 'make' is still
2015 Sep 22
0
UPS/NUT with openSUSE 13.1
Tim,
Thanks for the help! No, I didn't already know that... I swear, the more time I spend at this, the less I seem to be understanding.
I know that it had to be finding the libusb-compat I had just installed, because configure hadn't worked before that, and now it did. But finding useful version information seems to be almost impossible.
Rob Groner
Software Engineer Level II
RTD
2024 Nov 02
1
Driver with calls to USB functions not linking
Hello again all.
I am trying to use USB functions (non-HID) and I get a linker error
for functions that are in the included usb-common.h file.
Specifically, at the start, these functions:
- warn_if_bad_usb_port_filename
- nutusb_open
- is_usb_device_supported
Clearly the headers are there or I don't think the driver would
compile. Can someone point me in the right direction please?
Thank
2024 Jul 12
1
Eco Eclipse 1600 connects via USB put does not put out any data:
Hi
I have installed the following libraries in Debian 12.
ii libusb-0.1-4:amd64 2:0.1.12-32
amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.26-1
amd64 userspace USB programming library
ii libusb-1.0-0-dev:amd64 2:1.0.26-1
amd64 userspace USB programming library development files
ii libusb-1.0-doc
2015 Sep 22
0
UPS/NUT with openSUSE 13.1
Thanks again Tim.
I installed openSUSE from scratch, without installing libusb anything. I tried configure, and it failed because it couldn't find libusb. I used ldconfig to see what the system could see. It found 3 entries with "libusb" in them.
I then built and installed the last update of libusb-0.1 (not libusb-compat or libusb-1.0). I tried configure, and it ran without
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
I just upgraded the FreeBSD buildbot machine from 6.4 to 8.0, and I
ran across some interesting differences.
The libusb API that we use (0.1) is available in /usr/include/usb.h
and /usr/lib/libusb.* as before, but it seems to be the compatibility
layer from libusb 1.0.
However, it doesn't include the libusb-config binary.
This is from the 'ports' Makefile for NUT:
########## - -
2015 Sep 17
5
UPS/NUT with openSUSE 13.1
On Sep 15, 2015, at 9:31 PM, Charles Lepple <clepple at gmail.com> wrote:
>
>> Trying to track down the source of the problem, I checked Yast to make sure I had at least 0.1.8 version for libusb. I saw this (attached photo). Is it then actually using ?compat instead of the ?real? libusb? And is that a problem?
>
> You're right, both the -compat and real libusb
2020 Mar 23
5
USB drivers not found when compiling
Compiling against http://www.networkupstools.org/source/2.7/nut-2.7.4.tar.gz.
I also have libusb-0.1-4 installed but no joy.
On Mon, Mar 23, 2020 at 2:45 AM Jim Klimov <jimklimov at cos.ru> wrote:
> On March 23, 2020 12:50:11 AM UTC, Tyler Montney <montneytyler at gmail.com>
> wrote:
> >Came across this in the process of troubleshooting:
> >
>
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
2015 Mar 09
2
Install problems (group permissions) with nut 2.7.2
Ok, I tried this from scratch on a fresh 2.7.2 directory. I followed the web instructions, specifically:
+ I generated the new subdriver for my UPS (rtd-hid.*) based on PATH info.
+ I put them in the drivers subdir
+ I added the include line (#include rtd-hid.h) in usbhid-ups.c (specifically in the #ifndef SHUT_MODE section)
+ I added &rtd_subdriver, to the subdriver_list in usbhid-ups.c
2017 Jun 15
2
Unable to use nut-2.7.4 with Eaton 5E1500I USB
Hi Manuel,
2017-06-14 15:16 GMT+02:00 Manuel Wolfshant <wolfy at nobugconsulting.ro>:
> Hello
>
>
>
> On 06/14/2017 03:32 PM, Arnaud Quette wrote:
>
>
>
> On Jun 7, 2017, at 5:47 AM, Manuel Wolfshant <wolfy at nobugconsulting.ro>
> wrote:
>
>> >
>>> > If that matters, the OS is a fully updated CentOS 6.9 and this
>>>
2017 Aug 07
3
I have a question in use CyberPower UPS.
Hi,
I got a problem.
I have the libusb drivers already, why does it still not find?
The error is shown below.
Thx.
configure: error: "USB drivers requested, but libusb not found."
[root at andy nut-2.7.4]# yum install libusb
Loaded plugins: langpacks, presto, refresh-packagekit
Package 1:libusb-0.1.3-11.fc18.i686 already installed and latest version
Nothing to do
[root at andy
2017 Jun 16
0
Unable to use nut-2.7.4 with Eaton 5E1500I USB
On 06/15/2017 04:32 PM, Arnaud Quette wrote:
Hello
>
> .... still no reply from them ...
>
> is the guy you contacted Paul Henri?
I wrote to a generic alias ( Ro-PQSupport ). Got a reply from a fellow
Romanian who also CC:ed something looking like a list
(List-EGPQCO-BUCRO-PQ ). I replied to both of them 5 days ago, received
nothing since.
>
>>> Would you also
2016 Apr 26
3
New UPS Support: Eaton 5S 1000
I've used NUT successfully for monitoring many different brands of UPS, but
this one has me stumped. It has the same manufacturer ID and Product ID as
older supported MGE-type Eaton UPS's, but has trouble talking. I tried
Ubuntu's repo NUT, and it logs a Connecting to UPS message every few
seconds forever, but never really succeeds (or says it fails). Different
failure mode after
2015 Sep 18
0
UPS/NUT with openSUSE 13.1
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 for --with-usb-libs. Continuing to flog away at it...
Rob Groner
Software
2024 Nov 02
1
Driver with calls to USB functions not linking
Do your drivers/Makefile.am rules for the resulting new program specify
dependencies to use similar to other USB-capable drivers? e.g.
````
blazer_usb_SOURCES = blazer.c blazer_usb.c $(LIBUSB_IMPL) usb-common.c
blazer_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LIBS) -lm
````
Jim
On Sat, Nov 2, 2024 at 2:30?AM William R. Elliot <bill at wreassoc.com> wrote:
> Hello again all.
>
> I am
2015 Sep 17
0
UPS/NUT with openSUSE 13.1
So far, the systemd service unit is working perfectly. Halleluia!
For reference, here are the libs associated with the usbhid-ups driver:
rtd at linux-fnda:/etc/init.d> ldd /usr/local/ups/bin/usbhid-ups
linux-vdso.so.1 (0x00007fffecd25000)
libusb-0.1.so.4 => /usr/lib64/libusb-0.1.so.4 (0x00007ff3b841b000)
libpthread.so.0 => /lib64/libpthread.so.0