Are there any tuning programs for suse linux??

A place to discuss software and code that isn't automotive related. Free and open source preferred but not compulsory.
User avatar
jharvey
1N4001 - Signed up
Posts: 1607
Joined: Tue Jun 10, 2008 5:17 pm

Re: Are there any tuning programs for suse linux??

Post by jharvey »

I know Fred recommends not running it as root, but here's a way to do it as root.

You can use sudo. The launch script would look something like this "sudo loginname password /blah/megatune" Once you added your user name to the sudo users it will launch megatune as root. This tequniquie is also generally shunned because it leaves your root password in the open. If you don't do the password part, it will ask you for the password, which is a bit more secure.

If you can get the permission figured out, that's by far the better road to take, but I've found the permission to be a pain. Perhaps I'm just lazy, or ignorant, either way, sudo often lets me make it just work and get it going for now.
davebmw
LQFP144 - On Top Of The Game
Posts: 331
Joined: Sun Jul 13, 2008 2:58 pm
Location: South Wales, UK

Re: Are there any tuning programs for suse linux??

Post by davebmw »

OK I have yet to try this out as i'm up in my office on an XP machine.
When i tried to run MT as root on the laptop I had free from work it didn't seem to like it much. after the firmware option screen comes the splash screen and then nothing.
this laptop has an astounding spec Toshiba Pentium 2 333Mhz 192MB RAM and its running suse 10.1 with Wine installed.
the laptop i tried iton and it worked is a AMD 64 3700 with 1GB RAM running Suse 10.2.

does this sound like a difference in operating system or lack of hardware resources?
93'BMW 325is M50B25TU, Rebuilt 06/06, JE10.5:1, polish&port. Scorpion BB, K&N CAI, TEJ21 WBO2, '07 M3 Evo 18" 225F, 255R, EBC Kevlar, Bilstien Sprint, Polyflex. Head rebuild Oct'08, OEM+FSE FPR, MS2v3.0_DJB Custom, Extra 2.0.1
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Are there any tuning programs for suse linux??

Post by Fred »

Firstly, ignore Jared.

Secondly, if you want to run a X app (anything that has windows) as root you have to use sudo or a similar technique because it needs to be you running it to gain access to the xserver/client. Even though root is all powerful he will still not be authenticated and allowed to run an X app on your gui.

Thirdly, just fix the permissions :-)

The only one you should need is the serial device

If you've run it as root in your home dir then you'll have to chown all the files that it created back to be yours instead of roots. Running shit as root is a gay thing to do that WILL cause you headaches in the short and long term. Do it once and do it right. Fix the permissions.

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Are there any tuning programs for suse linux??

Post by Fred »

The question is Jared, would you consider MegaTune a "trusted program" ? Something running as root can and will bugger anything and everything if/when it goes wrong, even if it's by accident.

Anyway, as root :

chown -R dave:dave .wine/

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Are there any tuning programs for suse linux??

Post by Fred »

fred@rwdlsd:~$ ls -al /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 0 2008-09-17 07:55 /dev/ttyUSB0

adduser dave dialout

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: Are there any tuning programs for suse linux??

Post by Fred »

Moved to appropriate location.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
Post Reply