On Wed, 17 Dec 2003 [EMAIL PROTECTED] wrote:

> Hi everybody,
> 
> I don't know who to send this to, so I sent this to the list.
> 
> I get a reproducible Oops when I write a lot of stuff to an usb-storage 
> supported flashmemory-stick-mp3-player-thingy (Yakumo Hypersound 124). The 
> stick is mounted as vfat filesystem with 16bit FAT.

Here's a patch you can apply which might prevent these things from 
occurring.  (It won't fix the real problem, but it may keep it from being 
triggered.)

Alan Stern


--- 2.4.23/drivers/usb/storage/scsiglue.c.orig  Fri Jun 13 10:51:37 2003
+++ 2.4.23/drivers/usb/storage/scsiglue.c       Fri Dec 19 11:10:00 2003
@@ -395,6 +395,7 @@
        this_id:                -1,
 
        sg_tablesize:           SG_ALL,
+       max_sectors:            128,
        cmd_per_lun:            1,
        present:                0,
        unchecked_isa_dma:      FALSE,



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to