I need the package libusb for another package I am installing.
I tried the following which seemed to install the package,
sudo apt-get install libusb-dev
but when I try to install the other package I get,
configure: error: Package requirements (libusb-1.0 >= 0.9.1) were not met:
No package 'libusb-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed so
Code:
error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
I've installed libusb-devel, is there an so somewhere that I can create a sym link to?
Thanks.
I'm having USB sound issues and noticed that my computer has all of these installed:
libusb-0.1.12-21fc11 (x86_64)
libusb-0.1.12-21fc11 (i586)
libusb1-1.0.0.2fc11 (x86_64)
Hi Guys,
I'm trying to install an external graphics adapter for dual-monitor setup, and according to the installation instructions, the driver is libdlo, which requires libusb v0.13.
When I follow the installation instructions, I got an error saying I don't have libusb on my OpenSUSE 11.2.
The exact installation instructions is as follows:
Hi all,
I'm trying to learn how to use USB from c code. Rather trying kernel stuff I thought I'd ( after some searching ) use libusb.
I'm running Fedora 11 on a 64 bit HP Pavillion. I installed a program (vuescan) but when I try to run it, I get error
while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
That presumably is because it can't find that library in /usr/lib. (It is of course in /usr/lib64.)
I am communicating with a UCG102 (Guitar Link) USB device using libusb and am getting -9 (LIBUSB_ERROR_PIPE which means the parameters are not supported) when setting the sampling rate using a synchronous control request.
Hi all,
I am using a laptop with only USB 3.0 ports
The ports work fine with Ubuntu.
I finally got my old HP G55 printer working.