![]() |
Re: External USB storage
I wonder if there is the equivalent of a .bat file available, complete with icon, that can be just clicked on, to set host mode?
Based on the threads I've seen so far, I'm not sure host mode is required on the N810. I'll have the necessary A2A female connector next week and will run some tests. |
Re: External USB storage
on mine, the host mode is required. no host, no usb
I cannot enter the command entirely manually for some reason, but the tab thing does work: echo host > /sy[tab]/dev[tab]/plat[tab]/mu[tab]/mode. I believe that unless you are going to mod the cable to connect pins 4 and 5 you will have to use xterm and becomeroot to use a USB device... |
Re: External USB storage
Can anyone tell me the purpose of the osso-usb-mass-storage-enable.sh file?
|
Re: External USB storage
Hi,
I just wanted to ask, whether Code:
echo host > /sys/devices/platform/musb_hdrc/mode When I connect an external USB disc (self powered Archos device) to my via N810 ist just loads as external drive without the necessity to change form USB to host mode. I even tried switching explicitly to host or USB mode - but it works either way... Is there something that was changed during the updates to/in OS2008? Cheers Franko30 |
Re: External USB storage
while not the most ideal way to handle things I wrote some very simple shell scripts so that I didn't have to remember all that stuff you may normally have to type.
I created two scripts one named 'usb-host', and 'usb-otg'. to accomplish something similar create two text files put the two lines of data you see below in them for the appropriate mode (excluding the underscores). ________________ #!/usr/bin/env sh echo host > /sys/devices/platform/musb_hdrc/mode ________________ #!/usr/bin/env sh echo otg > /sys/devices/platform/musb_hdrc/mode after you create these two files run a 'chmod +x filename ' on both of them with filename being their respective names. This will mark them as an executable file. They can now be run in xterm by typing their name preceded by a './' ex. (./usb-host). However, you still need to be root for this to work. so don't forget to run 'sudo gainroot' first. I apologise if this is an extremely drawn out explanation but I figure since you said you have no experience with linux it may be a little helpful being more broken down. |
Re: External USB storage
Quote:
|
Re: External USB storage
What cable are you using?
|
Re: External USB storage
Quote:
I just ordered the required cable myself to verify this. |
Re: External USB storage
Quote:
Cheers Franko30 |
Re: External USB storage
Since I started this thread, I should point out that the question I posed is answered here:
http://www.internettablettalk.com/fo...ad.php?t=14092 It requires a minor modification to a cable which anyone with a soldering iron and a razor blade can do. No software, no terminal mode, no bat files or scripting required. Works rather well for many USB devices. |
All times are GMT. The time now is 01:10. |
vBulletin® Version 3.8.8