On Sat, 29 Apr 2006, Nickolay V. Shmyrev wrote:

> Hi all, 
> 
> Thanks again to Alan for pointing on very useful PLSCSI tool to work
> with USB sticks. And many thanks to Gerard, I hope sometimes we'll get
> scanning capabilities support on that stick too.
> 
> I've succeeded to enable read-write disk on that stick, now I can easily
> work with it under Linux with simple script
> 
>  http://nshmyrev.narod.ru/myflash/adata-myflash-fp1.html
> 
> The two magic commands really are:
> 
> ./plscsi -p -v -x "F1 00 00 00 00 00 00 00 00 00" -i 0xA -o 0x0
> ./plscsi -p -v -x "FC 00 00 00 00 00 00 00 01 00" -i 0xA -o 0x0

You don't need "-o 0x0" since that is the default setting for plscsi.  
Also, the "-i 0xA" value looks wrong.  The command doesn't transfer any 
data from the device into the computer, so you really should specify
"-i 0".  Or, since that is also the default value, leave it out entirely.  
You may find once you make this change that you don't need the "-p" flag 
either.

Alan Stern



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to