On Thu, 18 Mar 2004, Brad Campbell wrote:

> G'day all,
> 
> I have been beating this GeneSys adaptor to death and have found out it
> appears to be a certain data sequence/packet that kills it.
> 
> Attached it a gzipped 1024 byte file. (It's gzipped just to add a crc to
> it, it's out of an .avi and incompressible) By doing zcat lockup.file.gz
> | dd of=/dev/sda I can reliably lockup the drive.
...
> This is 100% reproducible on 2 systems with 2 different cardbus cards on
> my laptop.
> 
> Where to from here?
> 
> Regards,
> Brad

Boy, is that weird!  Are you sure it's the drive and not something about 
your laptop?

If you want, you can try breaking that 1024-byte block up into smaller 
pieces.  Like just the first 512 bytes, or just the last 512.  Or 512 
taken from somewhere in the middle.

Then break that down to 256 data bytes plus 256 0's (writes are always 
done in multiples of 512 bytes).  See if you can find the minimal byte 
sequence that causes the lock-up.

Of course, even once we know what the minimal sequence is, we won't know
why it behaves that way or how to get around the problem.  But at least
it's a start.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&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