View Single Post
Old 09-16-2010, 03:35 AM   #81
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by garywitscher View Post
One more idea, even though it seems unlikely to me. Make sure that the dr800+.sh file is executable. In windows this is not done the same way it is in linux, so check this using "rxvt" on your DR800 by going to "_dr800+" folder and typing "ls -l" (no quotes). The first column in the list will be the permissions column and should read "-rwxr-xr-x" (no quotes). If it's not then set the permissions using the command "chmod 755 dr800+.sh" (no quotes).

Then run the command again and see what response you get.
If this is a VFAT formatted SD card, it should have execution permisions unless /etc/fstab has been modified to not allow that.

Anyway, we are making progress... ;-)


EDIT: another idea. Instead of:
Code:
# ./_dr800+/dr800+.sh
type:
Code:
# /bin/sh ./_dr800+/dr800+.sh
if this works, type:
Code:
# cat ./_dr800+/dr800+.sh
and post the screenshot and the contents of that file (dr800+.sh).

Last edited by Iņigo; 09-16-2010 at 03:53 AM.
Iņigo is offline   Reply With Quote