Miata Turbo Forum - Boost cars, acquire cats.

Miata Turbo Forum - Boost cars, acquire cats. (https://www.miataturbo.net/)
-   MEGAsquirt (https://www.miataturbo.net/megasquirt-18/)
-   -   Ubuntu: install tunerstudio & megalog viewer noob guide (https://www.miataturbo.net/megasquirt-18/ubuntu-install-tunerstudio-megalog-viewer-noob-guide-60645/)

gearhead_318 12-24-2011 02:25 AM

Tried it w/ and w/o the $


charlie@charlies-laptop:~$ ./TunerStudio.sh
bash: ./TunerStudio.sh: No such file or directory
charlie@charlies-laptop:~$ $./TunerStudio.sh
bash: $./TunerStudio.sh: No such file or directory
charlie@charlies-laptop:~$

shuiend 12-24-2011 02:32 AM


Originally Posted by Gearhead_318 (Post 810256)
Tried it w/ and w/o the $

For reference the $ just means I mean doing it at the command line, you don't put that before the commands.

$cd Desktop
$./TunerStudio.sh

gearhead_318 12-24-2011 02:36 AM

Results:


charlie@charlies-laptop:~$ cd Desktop
charlie@charlies-laptop:~/Desktop$
charlie@charlies-laptop:~/Desktop$ ./TunerStudio.sh
./TunerStudio.sh: line 1: #!/bin/sh: No such file or directory
./TunerStudio.sh: line 7: cd: /home/charlie/apps/TunerStudio/: No such file or directory
./TunerStudio.sh: line 9: java: command not found
charlie@charlies-laptop:~/Desktop$

jared8783 12-25-2011 09:25 AM

have you tired unpacking the .tar.gz file somewhere
not modifiying the script
and not moving anything from where you unpacked it
and not trying to make any shortcuts
and then trying to run the tunerstudio.sh file?
just to make sure the program ran right i would try that

also look at your script compared to mine
see in the directory mine says TunerStudioMS
and yours says TunerStudio

also i couldn't quite tell in your screenshot if you had a space between cd and ~
if not there should be
i think it looks like you got the space but i just cant tell for sure

might be simpler to just open it with the text editor vs the office program


Originally Posted by jared8783 (Post 775559)



Originally Posted by Gearhead_318 (Post 810238)


shuiend 12-27-2011 11:15 AM


Originally Posted by Gearhead_318 (Post 810259)
Results:

First is looks like you do not have Java installed. So you need to get that installed to run TS. Here is a link to how to do that.

After that if the screen shots I saw were correct and that was yout tunerstudio.sh then it is messed up. I am going to give you a few commands below to help you out.

$cd Desktop/
$wget http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
$cd TunerStudioMS/
$./Tunerstudio.sh

Let me know how all those went. Basically what they are all doing is going ton your desktop, then downloading the latest beta of TS, which you need for the most recent ms3 firmwares. Then you are extracting all the files out of the tar.gz, which is kind of like linux zip file. Then you are changing directories into the folder you extracted and running the program from there.

gearhead_318 12-27-2011 01:44 PM

Ok thanks. I'll see if I can get it going when I get home from work.

shuiend 12-27-2011 02:03 PM

I actually do not expect it to run with the $./TunerStudio.sh. I was getting problems with his shell script. Once you have tried it all though I can then give you some other instructions on what I did to get the latest beta running, although I have not actually tested mine on my car yet.

gearhead_318 12-29-2011 12:32 AM


Originally Posted by shuiend (Post 811222)
$cd Desktop/
$wget http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
$cd TunerStudioMS/
$./Tunerstudio.sh

cd Desktop/:

charlie@charlies-laptop:~/Desktop$ cd Desktop/
bash: cd: Desktop/: No such file or directory
charlie@charlies-laptop:~/Desktop$
Second Command:

charlie@charlies-laptop:~/Desktop$ wget http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
--2011-12-29 00:22:54-- http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
Resolving www.efianalytics.com...
wget http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
bash: http://www.efianalytics.com/TunerStu..._v1.19.tar.gz: No such file or directory
charlie@charlies-laptop:~/Desktop$
173.201.34.233
Connecting to www.efianalytics.com|173.201.34.233|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7074528 (6.7M) [application/x-gzip]
Saving to: `TunerStudioMS_v1.19.tar.gz'

100%[======================================>] 7,074,528 530K/s in 13s

2011-12-29 00:23:13 (533 KB/s) - `TunerStudioMS_v1.19.tar.gz' saved [7074528/7074528]

charlie@charlies-laptop:~/Desktop$ bash: http://www.efianalytics.com/TunerStu..._v1.19.tar.gz: No such file or directory
No command 'bash:' found, did you mean:
Command 'bash' from package 'bash' (main)
bash:: command not found
charlie@charlies-laptop:~/Desktop$ charlie@charlies-laptop:~/Desktop$
bash: charlie@charlies-laptop:~/Desktop$: No such file or directory
charlie@charlies-laptop:~/Desktop$
charlie@charlies-laptop:~/Desktop$ wget http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
--2011-12-29 00:23:13-- http://www.efianalytics.com/TunerStu...S_v1.19.tar.gz
Resolving www.efianalytics.com... 173.201.34.233
Connecting to www.efianalytics.com|173.201.34.233|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7074528 (6.7M) [application/x-gzip]
Saving to: `TunerStudioMS_v1.19.tar.gz.1'

100%[======================================>] 7,074,528 608K/s in 15s

2011-12-29 00:23:29 (469 KB/s) - `TunerStudioMS_v1.19.tar.gz.1' saved [7074528/7074528]

charlie@charlies-laptop:~/Desktop$ bash: http://www.efianalytics.com/TunerStu..._v1.19.tar.gz: No such file or directory
No command 'bash:' found, did you mean:
Command 'bash' from package 'bash' (main)
bash:: command not found
charlie@charlies-laptop:~/Desktop$ charlie@charlies-laptop:~/Desktop$
bash: charlie@charlies-laptop:~/Desktop$: No such file or directory
charlie@charlies-laptop:~/Desktop$

shuiend 12-29-2011 10:13 AM

I messed up instructions again. I forgot to add in one that actually extracts the tar.gz. I am going to go over a few basic linux commands to help you out.

cd is change directory. It is how you move around from one directory to another. When I tell you to do $cd Desktop I am basically saying that you need to move from your home folder to desktop. When you rand the command and got the error it was because your command prompt was already in the Desktop directory. You can use the command "pwd" to show what is your current directory. Another quick trick is the "tab" button. Say you want to change directories to your Desktop. If you type "$cd De" and then hit the tab key it should autofill out the rest of the name. Another quick trick is if you do "$cd .." it will take you back one directory. For example if you are in /home/charlie/Desktop and you run $cd .. you will be moved to /home/charlie.

Now for some more actual help. From what you posted it looks like you downloaded the Tunerstudio.tar.gz to your desktop. So first you should minimize everything and right click on the icon for it. Then go to extract here. This will create the TunerStudio folder on your desktop that will have all the files. After it is extracted you need to open up a command line and then change directories to your desktop and then the Tuner Studio folder. You can use the tab button to find the exact names. Once you are in the TS directory you need to run the $./TunerStudio.sh

Also did the page I linked to for getting java installed work?

gearhead_318 12-29-2011 01:33 PM

I extracted TunerStudioMS, now they are both on my desktop. I tried getting Java going but I'm not sure if it's working or not. It says its for Ubuntu 10.10 and I'm on 10.04 LTS, which may have something to do with the problems I've been having (not just w/ TS), so I'm going to upgrade to 10.10 and see if that helps.

shuiend 12-29-2011 01:38 PM

The instructions for java should be the same for 10.04 and 10.10. Ubuntu is now some where in the 11.xx version. I am personally on 11.04.

If you open a command line and type "$java -version" what does it come back with. It should say something like "java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (6b22-1.10.4-0ubuntu1~11.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)". That will let you know if you have java installed or not. If you don't and those instructions did not work I will give you instructions on how to manually install it.

gearhead_318 12-29-2011 02:19 PM

Java:

charlie@charlies-laptop:~$ java -version
The program 'java' can be found in the following packages:
* gcj-4.4-jre-headless
* openjdk-6-jre-headless
* cacao
* gij-4.3
* jamvm
Try: sudo apt-get install <selected package>
charlie@charlies-laptop:~$

shuiend 12-29-2011 02:25 PM

Ok now you need to go Here and download the correct version of the JRE. You want the tar.gz one. I am not sure if you are running 32bit or 64 bit ubuntu so you have to figure that out. Then you need to install it. You need to extract it from the tar.gz and then follow either the readme file in it or install directions.

gearhead_318 12-29-2011 02:28 PM

64 bit, I'll download it as soon as 10.10 is done (>30min).

Thanks again for all the help!

gearhead_318 12-29-2011 11:17 PM

Trying to get Java going. Gonna follow this:
.

gearhead_318 12-30-2011 12:19 AM

2 Attachment(s)
SUCCESS! I AM GOD BOW BEFORE ME*

https://www.miataturbo.net/attachmen...1&d=1325222291

*This coffee bean flavored success is probably both premature and will no undoubtedly prove to be short lived.

jared8783 12-30-2011 06:13 AM

ok so you got java going.

how about tunerstudio?
got that going yet?

gearhead_318 12-30-2011 01:27 PM

I'm working on it, it took me a good while to get Java going but I assume the problems that I was having with getting TS going where related to not having Java lolz.

jared8783 12-30-2011 01:39 PM

well if that is the case then getting the program to run is simply a matter of unpacking the .tar.gz and running the tunerstudio.sh file

but what i am mostly wondering about
in relation to the creation of the shortcuts is
the discrepancies in your script vs mine that i pointed out in post #24

jared8783 12-30-2011 01:42 PM

of course you using apps instead of applications as i did is just fine so long as that is what the folder you placed it in is labeled

im just wondering bout the tunerstudio vs tunerstudioms


All times are GMT -4. The time now is 09:28 AM.


© 2024 MH Sub I, LLC dba Internet Brands