Hide Forgot
Description of problem: usb.ids is required by /usr/bin/lsusb.py command which is new in rebased usbutils package. w/o this file, lsusb.py returns python errors like: # lsusb.py WARNING: Failure to read usb.ids (<type 'exceptions.IOError'>, IOError(2, 'No such file or directory'), <traceback object at 0x7f0782d411b8>) usb1 1d6b:0002 09 2.00 480MBit/s 0mA 1IFs (ehci_hcd 0000:00:1a.7) hub usb2 1d6b:0002 09 2.00 480MBit/s 0mA 1IFs (ehci_hcd 0000:00:1d.7) hub <snip> # rpm -ql usbutils /usr/bin/lsusb /usr/bin/lsusb.py /usr/bin/usb-devices /usr/bin/usbhid-dump /usr/share/doc/usbutils-003 /usr/share/doc/usbutils-003/AUTHORS /usr/share/doc/usbutils-003/COPYING /usr/share/doc/usbutils-003/ChangeLog /usr/share/doc/usbutils-003/NEWS /usr/share/doc/usbutils-003/README /usr/share/man/man1/usb-devices.1.gz /usr/share/man/man8/lsusb.8.gz /usr/share/pkgconfig/usbutils.pc Version-Release number of selected component (if applicable): usbutils-003-1.el6.x86_64 kernel-2.6.32-184.el6.x86_64 How reproducible: always
It's not missing it's packaged separately in package hwdata, I just didn't noticed libusb.py, so I didn't patched it. (I would expect it to honour the path to usb.ids from makefile, but it doesn't)
*** Bug 729842 has been marked as a duplicate of this bug. ***
Scratch build with fixed lsusb.py: http://brewweb.devel.redhat.com/brew/taskinfo?taskID=3548218 Can you please try it and send me some feedback?
# lsusb.py usb1 1d6b:0002 09 2.00 480MBit/s 0mA 1IFs (ehci_hcd 0000:00:1a.7) hub usb2 1d6b:0002 09 2.00 480MBit/s 0mA 1IFs (ehci_hcd 0000:00:1d.7) hub usb3 1d6b:0001 09 1.10 12MBit/s 0mA 1IFs (uhci_hcd 0000:00:1a.0) hub No more warning. Seems lsusb.py has found the right location of usb.ids now.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1646.html