OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started 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.
-
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
-
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
-
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
-
when you select cf and use usbmass... what drive appears?
Late
-
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
-
ok.... I missed one...
Scroll down to Line 125... and change that one also...
Let me know if that works...
Late
-
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.