On Tue, Aug 16, 2005 at 05:12:37PM +0200, Aurelien Jarno wrote: > Bastian Blank a écrit : > >libusb-0.1-4 have broken checks for usb support and issues annoing > >warnings for nothing. > Without more explanation, it would be difficult to fix the checks... > Could you please have a look to /var/lib/dpkg/info/libusb-0.1-4.config > and tell me which part of the checks doesn't work on your system?
if [ -d "/proc/bus/usb" ] || \
[ -f "/lib/modules/`uname -r`/kernel/drivers/usb/usbcore.o"
] || \
[ -f "/lib/modules/`uname
-r`/kernel/drivers/usb/core/usbcore.ko" ] ; then
This checks if the kernel is compiled with usb support, not if there is
support for usb.
This package is more or less base now so a warning that it may not work
is just annoying for anybody.
Bastian
--
There are always alternatives.
-- Spock, "The Galileo Seven", stardate 2822.3
signature.asc
Description: Digital signature

