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.
InSearchOf
Aug 9 2006, 05:34 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
InSearchOf
Aug 9 2006, 05:53 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
Lemuus
Aug 9 2006, 06:58 PM
QUOTE(InSearchOf @ Aug 9 2006, 09:53 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
it doesn't work, my only options are SD and CF
InSearchOf
Aug 9 2006, 07:07 PM
when you select cf and use usbmass... what drive appears?
Late
Lemuus
Aug 9 2006, 07:22 PM
QUOTE(InSearchOf @ Aug 9 2006, 11:07 PM)
when you select cf and use usbmass... what drive appears?
Late
/dev/hda1 mounted on /mnt/ide
InSearchOf
Aug 10 2006, 04:16 AM
ok.... I missed one...
Scroll down to Line 125... and change that one also...
Let me know if that works...
Late
Lemuus
Aug 10 2006, 09:06 PM
QUOTE(InSearchOf @ Aug 10 2006, 08:16 AM)
ok.... I missed one...
Scroll down to Line 125... and change that one also...
Let me know if that works...
Late
Works great!!! thanks!!, selecting cf(0,3), i get /dev/hda3 selected Thanks Late. Daniel.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.