MEGAsquirt A place to collectively sort out this megasquirt gizmo

Ubuntu: install tunerstudio & megalog viewer noob guide

Thread Tools
 
Search this Thread
 
Old 12-24-2011, 02:25 AM
  #21  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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:~$
gearhead_318 is offline  
Old 12-24-2011, 02:32 AM
  #22  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

Originally Posted by Gearhead_318
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
shuiend is offline  
Old 12-24-2011, 02:36 AM
  #23  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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$
gearhead_318 is offline  
Old 12-25-2011, 09:25 AM
  #24  
Senior Member
Thread Starter
iTrader: (2)
 
jared8783's Avatar
 
Join Date: Aug 2010
Posts: 397
Total Cats: 4
Default

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

Originally Posted by Gearhead_318
jared8783 is offline  
Old 12-27-2011, 11:15 AM
  #25  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

Originally Posted by Gearhead_318
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.
shuiend is offline  
Old 12-27-2011, 01:44 PM
  #26  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

Ok thanks. I'll see if I can get it going when I get home from work.
gearhead_318 is offline  
Old 12-27-2011, 02:03 PM
  #27  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

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.
shuiend is offline  
Old 12-29-2011, 12:32 AM
  #28  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

Originally Posted by shuiend
$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$
gearhead_318 is offline  
Old 12-29-2011, 10:13 AM
  #29  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

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?
shuiend is offline  
Old 12-29-2011, 01:33 PM
  #30  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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.
gearhead_318 is offline  
Old 12-29-2011, 01:38 PM
  #31  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

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.
shuiend is offline  
Old 12-29-2011, 02:19 PM
  #32  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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:~$
gearhead_318 is offline  
Old 12-29-2011, 02:25 PM
  #33  
mkturbo.com
iTrader: (24)
 
shuiend's Avatar
 
Join Date: May 2006
Location: Charleston SC
Posts: 15,176
Total Cats: 1,680
Default

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.
shuiend is offline  
Old 12-29-2011, 02:28 PM
  #34  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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

Thanks again for all the help!
gearhead_318 is offline  
Old 12-29-2011, 11:17 PM
  #35  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

Trying to get Java going. Gonna follow this:
.
gearhead_318 is offline  
Old 12-30-2011, 12:19 AM
  #36  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

SUCCESS! I AM GOD BOW BEFORE ME*



*This coffee bean flavored success is probably both premature and will no undoubtedly prove to be short lived.
Attached Thumbnails Ubuntu:  install tunerstudio &amp; megalog viewer noob guide-java.jpg  
gearhead_318 is offline  
Old 12-30-2011, 06:13 AM
  #37  
Senior Member
Thread Starter
iTrader: (2)
 
jared8783's Avatar
 
Join Date: Aug 2010
Posts: 397
Total Cats: 4
Default

ok so you got java going.

how about tunerstudio?
got that going yet?
jared8783 is offline  
Old 12-30-2011, 01:27 PM
  #38  
Elite Member
iTrader: (1)
 
gearhead_318's Avatar
 
Join Date: Dec 2010
Location: SoCal
Posts: 3,966
Total Cats: 21
Default

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.
gearhead_318 is offline  
Old 12-30-2011, 01:39 PM
  #39  
Senior Member
Thread Starter
iTrader: (2)
 
jared8783's Avatar
 
Join Date: Aug 2010
Posts: 397
Total Cats: 4
Default

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 is offline  
Old 12-30-2011, 01:42 PM
  #40  
Senior Member
Thread Starter
iTrader: (2)
 
jared8783's Avatar
 
Join Date: Aug 2010
Posts: 397
Total Cats: 4
Default

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
jared8783 is offline  


Quick Reply: Ubuntu: install tunerstudio & megalog viewer noob guide



All times are GMT -4. The time now is 02:17 PM.