On Tue, 29 Jun 2004, Frank F. T. wrote: > The USB Mass Storage is the bigger problem > producer: Genesyslogic > USB Version: 2.0 > Producer ID: 0x5e3 > Poduct ID: 0x702 > Revision: 0.2 > 480 MB/s > > /var/log/messages on Suse Linux 9.1: > http://lypso.com/linux/messages.tar.gz > > Do you need further informations? Please tell me and you'll get them! > > Frank F.T.
Those enclosures by Genesys Logic are known not to work correctly with Linux. Some people have reported success after applying the patch below. Alan Stern ===== drivers/usb/storage/usb.c 1.119 vs edited ===== --- 1.119/drivers/usb/storage/usb.c Sun Jun 13 16:09:07 2004 +++ edited/drivers/usb/storage/usb.c Mon Jun 21 10:51:41 2004 @@ -359,6 +359,7 @@ /* we've got a command, let's do it! */ else { US_DEBUG(usb_stor_show_command(us->srb)); + udelay(300); us->proto_handler(us->srb, us); } ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users