Results 1 to 7 of 7
Hi guys
i got Fedora core release 3
kernel 2.6.9-.667
I would like to know which command I have to use to see the libusb installed.
I used this:
yum ...
- 04-14-2011 #1
libusb on fedora
Hi guys
i got Fedora core release 3
kernel 2.6.9-.667
I would like to know which command I have to use to see the libusb installed.
I used this:
yum list installed | grep usb
but no output.
May you help me? Thanks!
- 04-14-2011 #2
Last edited by Lakshmipathi; 04-14-2011 at 10:42 AM.
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-14-2011 #3
- 04-14-2011 #4
dpkg -l |grep usb
You must always face the curtain with a bow.
- 04-14-2011 #5
- 04-14-2011 #6
the problem still remain
I got
DEBIAN 4.0
KERNEL 2.6.18-5-486
running on VWMARE workstation
with an ups connected
libusb-0.1-4 0.1.12-16 installed
usb vendor id is recognized correctly
when I start the deamon in debug, it says:
unbind kernel from device: usb_detach_kernel_driver_np
Error, could not detach kernel driver from interface 0: 61 No data available
In the same PC I got Fedore, where it works perfectly
- 04-15-2011 #7Just Joined!
- Join Date
- Feb 2011
- Posts
- 83
RE: Error 'could not detach kernel driver from interface 0: 61 No data available'
The Fedora kernel has modules to manage the USB drive, and the Debian kernel needs this to be installed in addition.
Manage the Debian kernel modules - read this:
Debian Linux Kernel Handbook - Managing the kernel modules
If you get lost in the changes, try with another kernel (without uninstalling the old one) - for example the last but one Debian kernel.
At boot-load hit several spaces and select from the menu the newly installed kernel. If the system works 'without remarks' delete later on the 'bad' kernel.
RE: The package installers
The package installer in Fedora (by default) is yum, and in Debian - it is apt-get.
Both of the systems have usually also the RPM package manager of the Desktop.
Actually you can install in addition yum in Debian ($ apt-get install yum), and apt-get in Fedora ($ yum install apt-get), if this will make you to feel more comfortable - but actually it is unnecessary.


Reply With Quote
