USB device name (Linux)

For discussion of Phil Tobin's Tuner Studio software (Only about the tuning software itself, not about how to tune or firmware features)

Moderator: LT401Vette

LT401Vette
Super MS/Extra'er
Posts: 12732
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

I'm not sure either. If you are trying the 2.2, replace both the librxtxSerial.so and RXTXcomm.jar in the lib folder under TS.

With you using the 64 bit driver, make sure the librxtxSerial.so in the lib dir is a 136kbyte file on the 2.1.7 as there are 3 different ones depending on if you are 32 bit linux kernal, 64 bit x86, or intel.

It might be worth it to 1st figure out how to communicate with the terminal without using sudo.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
tristanlee85
Site Admin
Posts: 533
Joined: Tue Dec 28, 2004 11:33 pm
Location: Grove City, OH - USA
Contact:

Re: USB device name (Linux)

Post by tristanlee85 »

Holy moley I got it to work...

This seems like a really hacky way of doing it, but it works. I copied over the 2.2pre1 binary and JAR files, did a

Code: Select all

chmod 777 /dev/ttyUSB0
and

Code: Select all

chown tristan /dev/ttyUSB0
to my device. Then I did a

Code: Select all

chown tristan -R TunerStudioDIR/
and a

Code: Select all

chmod 777 -R TunerStudioDIR/
, ran the application under my normal user, tested the connection, and it didn't crash, told me connection was successful, and tells me I have a signature mismatch. So, what's I'm going to do later is go back to your RxTx files bundled with TS and see if it works. If it does, then it was simply a permission issue.

I'll report back for sure. Thanks guys!
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
Post Reply