tz1
|
2008-02-28
, 18:29
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#371
|
|
2008-02-29
, 07:18
|
Posts: 37 |
Thanked: 0 times |
Joined on Feb 2008
|
#372
|
go into xterm and type "dmesg" after plugging it in and getting the unrecognized messages. It may be a partitioning problem. dmesg will show what the USB is trying to do and what it finds (and probably why it won't mount)
|
2008-03-01
, 15:12
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#373
|
|
2008-03-01
, 20:06
|
Posts: 37 |
Thanked: 0 times |
Joined on Feb 2008
|
#374
|
|
2008-03-02
, 16:59
|
|
Posts: 23 |
Thanked: 6 times |
Joined on Feb 2008
|
#375
|
|
2008-03-04
, 19:31
|
Posts: 118 |
Thanked: 18 times |
Joined on Dec 2007
@ Mississauga, ON Canada
|
#376
|
|
2008-04-15
, 02:29
|
Posts: 11 |
Thanked: 3 times |
Joined on Jan 2008
|
#377
|
|
2008-04-15
, 03:24
|
Posts: 88 |
Thanked: 15 times |
Joined on Jun 2007
|
#378
|
|
2008-05-29
, 20:08
|
Posts: 234 |
Thanked: 40 times |
Joined on Nov 2007
@ Cincinnati, Ohio USA
|
#379
|
#!/bin/sh # usb otg mode script # use gainroot to become root and relaunch itself if [ `id -u` != 0 ] ; then # if not already root, call itself as root sudo gainroot <<EOF $0 $* EOF exit fi echo otg > /sys/devices/platform/musb_hdrc/mode
#!/bin/sh # usb host mode script # use gainroot to become root and relaunch itself if [ `id -u` != 0 ] ; then #if not already root, call itself as root sudo gainroot <<EOF $0 $* EOF exit fi echo host > /sys/devices/platform/musb_hdrc/mode
[Desktop Entry] Version=0.1 Encoding=UTF-8 Name=USB Otg Type=Application Comment=USB On the go mode Exec=/home/user/MyDocs/Otg.sh X-Osso-Type=application/x-executable
[Desktop Entry] Version=0.1 Encoding=UTF-8 Name=USB Host Type=Application Comment=USB host mode Exec=/home/user/MyDocs/Host.sh X-Osso-Type=application/x-executable
|
2008-05-29
, 20:27
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#380
|
cat >targetfile
cat <<E.O.F >targetfile
The Following User Says Thank You to Benson For This Useful Post: | ||