OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Lemuus on August 09, 2006, 09:05:34 pm

Title: Sl-c3200 Usb Mass Storage
Post by: Lemuus on August 09, 2006, 09:05:34 pm
Hi, is there a way to use the MD for usb mass storage device?, because in pdaxrom usb configuration i can only select SD or CF.
Thanks
Daniel.
Title: Sl-c3200 Usb Mass Storage
Post by: InSearchOf on August 09, 2006, 09:34:37 pm
The should be a "pointer" either in the ptyhon code or a config file associated with it... that decides where it is going to look when emulating mass storage... when I have my Z in my hands I will let you know what is change and/or where to change... until... hack away!

Late
Title: Sl-c3200 Usb Mass Storage
Post by: InSearchOf on August 09, 2006, 09:53:30 pm
ok... put this in your /usr/bin

or just edit your /usr/bin/usbfunction.py

change the line that states
 
if (MODEL.find("SL-C3100") != -1):

to

if (MODEL.find("SL-C3200") != -1):

let me know if it works..

Late
Title: Sl-c3200 Usb Mass Storage
Post by: Lemuus on August 09, 2006, 10:58:17 pm
Quote
ok... put this in your /usr/bin

or just edit your /usr/bin/usbfunction.py

change the line that states
 
if (MODEL.find("SL-C3100") != -1):

to

if (MODEL.find("SL-C3200") != -1):

let me know if it works..

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138022\"][{POST_SNAPBACK}][/a][/div]
it doesn't work, my only options are SD and CF
Title: Sl-c3200 Usb Mass Storage
Post by: InSearchOf on August 09, 2006, 11:07:33 pm
when you select cf and use usbmass... what drive appears?

Late
Title: Sl-c3200 Usb Mass Storage
Post by: Lemuus on August 09, 2006, 11:22:01 pm
Quote
when you select cf and use usbmass... what drive appears?

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138025\"][{POST_SNAPBACK}][/a][/div]
/dev/hda1
mounted on /mnt/ide
Title: Sl-c3200 Usb Mass Storage
Post by: InSearchOf on August 10, 2006, 08:16:43 am
ok.... I missed one...

Scroll down to Line 125... and change that one also...

Let me know if that works...

Late
Title: Sl-c3200 Usb Mass Storage
Post by: Lemuus on August 11, 2006, 01:06:02 am
Quote
ok.... I missed one...

Scroll down to Line 125... and change that one also...

Let me know if that works...

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=138078\"][{POST_SNAPBACK}][/a][/div]
Works great!!! thanks!!, selecting cf(0,3), i get /dev/hda3 selected
Thanks Late.
Daniel.