Rockbox Technical Forums

Installation / Removal => Manual Installation => Sandisk - Installation/Removal => Topic started by: ratwod on September 15, 2007, 05:26:58 AM

Title: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 05:26:58 AM
The directory "sansa" looks like this:


BL_SD_boardSupportSD.btl-modified  BL_SD_boardSupportSD.rom  e200tool  mnt

When I execute:    ./e200tool recover BL_SD_boardSupportSD.rom

I get:            ./e200tool: No such file or directory

Any ideas?

Thanks,

Ray

Title: Re: ./e200tool: No such file or directory
Post by: bluebrother on September 15, 2007, 05:38:29 AM
have you made the binary executable?
Title: Re: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 05:47:48 AM
Yes, I executed chmod +x e200tool.

I'm at "root".  I'm running Kubuntu
Title: Re: ./e200tool: No such file or directory
Post by: linuxstb on September 15, 2007, 05:53:43 AM
If you type "ls", do you see e200tool in the list of files in the current directory?
Title: Re: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 06:00:12 AM
Yes.

Quote
root@ray-desktop:~# ls
sansa
root@ray-desktop:~# cd sansa
root@ray-desktop:~/sansa# ls
BL_SD_boardSupportSD.btl-modified  BL_SD_boardSupportSD.rom  e200tool  mnt
Title: Re: ./e200tool: No such file or directory
Post by: linuxstb on September 15, 2007, 06:56:39 AM
So after typing "cd sansa", and "chmod +x e200tool", typing "./e200tool" still gives you that error?
Title: Re: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 08:56:15 AM
Exactly.

Any ideas?

Could it have anything to do with the PATH?
Title: Re: ./e200tool: No such file or directory
Post by: bluebrother on September 15, 2007, 09:19:39 AM
can you paste the output of "ls -la" in that sansa folder?
Title: Re: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 09:21:51 AM

ls -la

drwxr-xr-x  3 root root   4096 2007-09-15 05:35 .
drwxr-xr-x 15 root root   4096 2007-09-15 07:19 ..
-rw-r--r--  1 root root 391512 2007-03-13 17:10 BL_SD_boardSupportSD.btl-modified
-rw-r--r--  1 root root 392248 2006-06-15 06:50 BL_SD_boardSupportSD.rom
-rwxr-xr-x  1 root root  29073 2007-03-25 16:09 e200tool
drwxr-xr-x  2 root root   4096 2007-09-15 04:13 mnt
Title: Re: ./e200tool: No such file or directory
Post by: ratwod on September 15, 2007, 10:38:57 AM
I went to a different computer which has Kubuntu on it, and it worked great.  No problems.

Must be something odd with the installation of Kubuntu on one computer.