Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90656 - Installation of usbutils prevends libusb from recognizing scanner
Summary: Installation of usbutils prevends libusb from recognizing scanner
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 13:49 UTC by Scott Jubenville
Modified: 2005-05-01 12:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Jubenville 2005-04-27 13:49:57 UTC
If usbutils is installed, using the the provided program lsusb, it lists my installed usb scanner (snapscan 1212u)
If I try to use any program that uses libusb (0.18) or sane-find-scanner, my scanner is no longer seen.
If I remove usbutils and re-emerge libusb, problem is eliminated.

Reproducible: Always
Steps to Reproduce:
1.emerge usbutils
2.sane-find-scanner no longer sees usb devices (any user including root) 
3.remove usbutils
4.re-emerge libusb
5.sane-find-scanner recognizes usb device

Actual Results:  
sane-find-scanner sees usb device  

Expected Results:  
See the usb devices
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-04-27 21:45:25 UTC
I really don't know.  Try asking upstream about this issue.
Comment 2 Dan Andresan 2005-05-01 12:14:28 UTC
try:
equery files libusb
equery files usbutils

you'll see that usbutils comes with its private libusb which conflicts with libusb proper.

my advice would be for usbutils to depend on libusb and use libusb proper.