Author Topic: Sl-c3200 Usb Mass Storage  (Read 2999 times)

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Sl-c3200 Usb Mass Storage
« 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.

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sl-c3200 Usb Mass Storage
« Reply #1 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
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sl-c3200 Usb Mass Storage
« Reply #2 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
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Sl-c3200 Usb Mass Storage
« Reply #3 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

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sl-c3200 Usb Mass Storage
« Reply #4 on: August 09, 2006, 11:07:33 pm »
when you select cf and use usbmass... what drive appears?

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Sl-c3200 Usb Mass Storage
« Reply #5 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

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sl-c3200 Usb Mass Storage
« Reply #6 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
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Lemuus

  • Newbie
  • *
  • Posts: 35
    • View Profile
Sl-c3200 Usb Mass Storage
« Reply #7 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.