On Friday 21 December 2001 18:08, you wrote:
>   Hey,
>
> Can anyone get USB support going in the latest kernel releases? Ever since
> 2.4.16 USB adding USB support makes the build fail.

	I've been tearing my hair out over USB as of late. The kernel builds fine 
(vanilla 2.4.16), but USB has been flakey, to say the least. Upon rebooting, 
I get errors like "usb_control/bulk_msg: timeout". I just got the 
2.4.16->2.4.17 patch and will see if the new kernel improves matters.
	How are your builds failing? And what options are you using? For USB, mine 
are:
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_UHCI=m
CONFIG_USB_STORAGE=m
CONFIG_USB_PRINTER=m
CONFIG_USB_SCANNER=m

	:Peter