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

tristanlee85
Site Admin
Posts: 533
Joined: Tue Dec 28, 2004 11:33 pm
Location: Grove City, OH - USA
Contact:

USB device name (Linux)

Post by tristanlee85 »

I'm using a USb -> Serial converter and I have no idea if it's working. Well, working as in recognized by the computer. I know it isn't working for the MS. In the communication settings, the device listed is ttyS0. Does that look right for a USB adapter?

I'm running Fedora 11.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: USB device name (Linux)

Post by jsmcortina »

Mine show up as
/dev/ttyUSB0

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
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 »

Alright, so it just looks like I got lucky and got a device that doesn't work as expected.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

If there has been no port selected so far, it defaults to /dev/ttyS0 so that will land in the box even if it isn't in the drop down. If it was really found on the machine, it will be in the drop down too.

ttyS0 is usually a real serial port, the equivalent of COM1. I probably should change that and not bother trying to default to ttyS0, especially if it wasn't found. :)
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 »

Well, then I am pretty sure my adapter doesn't work/isn't recognized since that was my only option to choose from.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

You may need to run setserial
Check this out, it may help:
http://www.accesio.com/go.cgi?p=../soft ... erial.html
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 »

I'm trying to do the setserial command, but I am having a hard time determining my port. I can see the IRQ just fine from this output:

Code: Select all

00:02.0 USB Controller: nVidia Corporation MCP67 OHCI USB 1.1 Controller (rev a2) (prog-if 10 [OHCI])
        Subsystem: Hewlett-Packard Company Device 30cf                                               
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 
        Latency: 0 (750ns min, 250ns max)                                                                    
        Interrupt: pin A routed to IRQ 18                                                                    
        Region 0: Memory at f2586000 (32-bit, non-prefetchable) [size=4K]                                    
        Capabilities: <access denied>                                                                        
        Kernel driver in use: ohci_hcd 
Also, I went to Staples and bought a Belkin for $48. This one works for my friend, but he is also using Vista.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: USB device name (Linux)

Post by jsmcortina »

tristanlee85 wrote:Well, then I am pretty sure my adapter doesn't work/isn't recognized since that was my only option to choose from.
Type it in with the keyboard!

Also, do a dmesg to see the device name.

Code: Select all

usb 4-1: new full speed USB device using uhci_hcd and address 2
usb 4-1: configuration #1 chosen from 1 choice
usb 4-1: New USB device found, idVendor=067b, idProduct=2303
usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 4-1: Product: USB-Serial Controller D
usb 4-1: Manufacturer: Prolific Technology Inc. 
usbcore: registered new interface driver usbserial
usbserial: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
usbserial: USB Serial support registered for pl2303
pl2303 4-1:1.0: pl2303 converter detected
usb 4-1: pl2303 converter now attached to ttyUSB0
usbcore: registered new interface driver pl2303
pl2303: Prolific PL2303 USB to serial adaptor driver
Notice the line usb 4-1: pl2303 converter now attached to ttyUSB0

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
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 »

Yes, I tried typing it in as mine is also ttyUSB0, but still no dice.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
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 »

So, the device shows up in the drop-down if I run the application as root instead of tristan. Though, when I selected it and tried to test the connection, the application crashed. I added the user 'tristan' to "lock,tristan,tty,uucp" with still no luck.

I then added the following to give me permissions to use the device:

Code: Select all

#This is for the USB to Serial adapter
KERNEL=="ttyUSB*", SYSFS{idProduct}=="0109", SYMLINK+="usbserial" GROUP="tristan" MODE="0666"
Now, the device shows up for me (tristan), but when trying to test the connection, the application still crashes.

Code: Select all

[tristan@localhost TunerStudio_v0.988.7_64Bit]$ ./TunerStudio.sh
Jar Name:TunerStudioMS.jar
Experimental:  JNI_OnLoad called.
RXTX Warning:  Removing stale lock file. /var/lock/LCK..ttyUSB0
RXTX Warning:  Removing stale lock file. /var/lock/LCK..ttyS0
RXTX fhs_lock() Error: creating lock file: /var/lock/LCK..ttyS0: File exists
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5b1d711733, pid=2723, tid=140029319932176
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Problematic frame:
# C  [librxtxSerial.so+0x7733]  Java_gnu_io_RXTXPort_nativeDrain+0xc3
#
# An error report file with more information is saved as:
# /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/hs_err_pid2723.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
./TunerStudio.sh: line 9:  2723 Aborted                 java -cp .:./plugins/:lib:./lib/*.jar -Djava.library.path=lib -jar TunerStudioMS.jar

For the big error log:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f5b1d711733, pid=2723, tid=140029319932176
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Problematic frame:
# C  [librxtxSerial.so+0x7733]  Java_gnu_io_RXTXPort_nativeDrain+0xc3
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f5ae0045800):  JavaThread "Thread-9" [_thread_in_native, id=2796, stack(0x00007f5b1dcf6000,0x00007f5b1ddf7000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x000000000151197c

Registers:
RAX=0x000000000000001c, RBX=0x00007f5b1ddf5490, RCX=0x0000000000000001, RDX=0x000000000000001b
RSP=0x00007f5b1ddf52c0, RBP=0x0000000000000000, RSI=0x00007f5b1d7140cb, RDI=0x00007f5b1ddf5490
R8 =0x00007f5b1d7140cc, R9 =0x0000000000000001, R10=0x00007f5b1ddf5070, R11=0x0000000000000202
R12=0x000000000000001c, R13=0x00007f5ae00459b8, R14=0x0000000001511970, R15=0x0000000000000000
RIP=0x00007f5b1d711733, EFL=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007f5b1ddf52c0)
0x00007f5b1ddf52c0:   00007f5b1ddf51e8 00007f5b1ddf5598
0x00007f5b1ddf52d0:   00007f5b1ddf52b1 0000000800000002
0x00007f5b1ddf52e0:   00007f5af80a5300 00007f5b1ddf5340
0x00007f5b1ddf52f0:   00007f5b1ddf53c0 00007f5b5a40acb8
0x00007f5b1ddf5300:   00007f5ae0045800 00007f5b5a431420
0x00007f5b1ddf5310:   00007f5b1ddf54c7 00007f5af811da48
0x00007f5b1ddf5320:   00007f5af811da58 00007f5af811da50
0x00007f5b1ddf5330:   00007f5b0000000b 00007f5b1d711670
0x00007f5b1ddf5340:   00007f5b5a744e50 0000005000000000
0x00007f5b1ddf5350:   0000000000000020 0000000000000000
0x00007f5b1ddf5360:   0000000000000000 00007f5af80a5280
0x00007f5b1ddf5370:   0000000000000020 0000000000000100
0x00007f5b1ddf5380:   0000000000000000 00007f5af80a5150
0x00007f5b1ddf5390:   0000000000000020 00007f5af811da48
0x00007f5b1ddf53a0:   00007f5ae0045800 0000000000000003
0x00007f5b1ddf53b0:   00007f5b1ddf54c7 00007f5af80a5250
0x00007f5b1ddf53c0:   00007f5b1ddf5410 00007f5b5a40ae27
0x00007f5b1ddf53d0:   00007f5ae0045800 00007f5b5a3fd524
0x00007f5b1ddf53e0:   0000000000000001 00007f5ae0045800
0x00007f5b1ddf53f0:   00007f5b1ddf54c7 00007f5af811da48
0x00007f5b1ddf5400:   00007f5b1ddf54c7 00007f5ae0045800
0x00007f5b1ddf5410:   00007f5b1ddf5460 00007f5b5a40b1c3
0x00007f5b1ddf5420:   00007f5ae0076f30 00007f5af80a5140
0x00007f5b1ddf5430:   00007f5b5a748ef0 00007f5af811da88
0x00007f5b1ddf5440:   000000001d711670 0000000000000000
0x00007f5b1ddf5450:   0000000000000000 00007f5b1ddf54c7
0x00007f5b1ddf5460:   00007f5af811da48 00007f5b5a40b2fa
0x00007f5b1ddf5470:   00007f5b54004220 000000b65a104897
0x00007f5b1ddf5480:   00007f5af811da60 00007f5ae0045800
0x00007f5b1ddf5490:   74726f5058545852 29286e696172643a
0x00007f5b1ddf54a0:   736e727574657220 00007f000a30203a
0x00007f5b1ddf54b0:   00007f5b1ddf5500 00007f5b5a23cff0 

Instructions: (pc=0x00007f5b1d711733)
0x00007f5b1d711723:   ff ff 85 ed 75 57 45 84 ff 75 12 4d 85 f6 74 0d
0x00007f5b1d711733:   41 8b 4e 0c 85 c9 75 6c 66 66 90 66 90 48 8b 9c 

Stack: [0x00007f5b1dcf6000,0x00007f5b1ddf7000],  sp=0x00007f5b1ddf52c0,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [librxtxSerial.so+0x7733]  Java_gnu_io_RXTXPort_nativeDrain+0xc3

[error occurred during error reporting (printing native stack), id 0xb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  gnu.io.RXTXPort.nativeDrain(Z)Z+0
j  gnu.io.RXTXPort$SerialOutputStream.flush()V+72
j  com.efiAnalytics.b.K.a([BJJILcom/efiAnalytics/b/s;)[I+441
j  com.efiAnalytics.b.K.b([BJ)[I+6
j  com.efiAnalytics.b.K.a([BJ)Ljava/lang/String;+3
j  com.efiAnalytics.b.K.a(Ljava/lang/String;Ljava/lang/String;[B)Ljava/lang/String;+37
j  com.efiAnalytics.b.K.b(Lcom/efiAnalytics/b/s;)V+102
j  com.efiAnalytics.b.K.c(Lcom/efiAnalytics/b/s;)V+197
j  com.efiAnalytics.b.K.a(Lcom/efiAnalytics/b/s;)V+18
j  com.efiAnalytics.tunerStudio.ac$a.run()V+89
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f5adc064800 JavaThread "Thread-10" [_thread_in_native, id=2799, stack(0x00007f5b01412000,0x00007f5b01513000)]
  0x00007f5adc064000 JavaThread "WaitBar" [_thread_blocked, id=2798, stack(0x00007f5b1d508000,0x00007f5b1d609000)]
  0x00007f5adc067800 JavaThread "WaitBar" [_thread_blocked, id=2797, stack(0x00007f5b1dbf5000,0x00007f5b1dcf6000)]
=>0x00007f5ae0045800 JavaThread "Thread-9" [_thread_in_native, id=2796, stack(0x00007f5b1dcf6000,0x00007f5b1ddf7000)]
  0x00007f5ae004e000 JavaThread "TimerQueue" daemon [_thread_blocked, id=2763, stack(0x00007f5b1c1ec000,0x00007f5b1c2ed000)]
  0x00007f5af0021800 JavaThread "GaugeCluster PaintThrottle" [_thread_blocked, id=2751, stack(0x00007f5b1d205000,0x00007f5b1d306000)]
  0x00007f5af0008800 JavaThread "COMM Watchdog" [_thread_blocked, id=2750, stack(0x00007f5b1cc90000,0x00007f5b1cd91000)]
  0x00007f5b54007000 JavaThread "DestroyJavaVM" [_thread_blocked, id=2724, stack(0x00007f5b59d97000,0x00007f5b59e98000)]
  0x00007f5af0007000 JavaThread "Thread-5" [_thread_blocked, id=2749, stack(0x00007f5b1d306000,0x00007f5b1d407000)]
  0x00007f5b5442d800 JavaThread "GaugeCluster PaintThrottle" [_thread_blocked, id=2746, stack(0x00007f5b1d609000,0x00007f5b1d70a000)]
  0x00007f5b542d1000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2740, stack(0x00007f5b1d9f3000,0x00007f5b1daf4000)]
  0x00007f5b54153000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2739, stack(0x00007f5b1daf4000,0x00007f5b1dbf5000)]
  0x00007f5b5421b800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2736, stack(0x00007f5b1ddf7000,0x00007f5b1def8000)]
  0x00007f5b541c1800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2735, stack(0x00007f5b581db000,0x00007f5b582dc000)]
  0x00007f5b54113000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2733, stack(0x00007f5b588c2000,0x00007f5b589c3000)]
  0x00007f5b54110000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2732, stack(0x00007f5b589c3000,0x00007f5b58ac4000)]
  0x00007f5b5410d800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2731, stack(0x00007f5b58ac4000,0x00007f5b58bc5000)]
  0x00007f5b5410b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2730, stack(0x00007f5b58bc5000,0x00007f5b58cc6000)]
  0x00007f5b540ee800 JavaThread "Finalizer" daemon [_thread_blocked, id=2729, stack(0x00007f5b58cc6000,0x00007f5b58dc7000)]
  0x00007f5b540ec800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2728, stack(0x00007f5b58dc7000,0x00007f5b58ec8000)]

Other Threads:
  0x00007f5b540e5800 VMThread [stack: 0x00007f5b58ec8000,0x00007f5b58fc9000] [id=2727]
  0x00007f5b54115000 WatcherThread [stack: 0x00007f5b587c1000,0x00007f5b588c2000] [id=2734]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 50496K, used 8406K [0x00007f5b41c00000, 0x00007f5b45ce0000, 0x00007f5b51000000)
  eden space 43968K, 4% used [0x00007f5b41c00000,0x00007f5b41dd87a0,0x00007f5b446f0000)
  from space 6528K, 99% used [0x00007f5b45060000,0x00007f5b456bd430,0x00007f5b456c0000)
  to   space 9664K, 0% used [0x00007f5b446f0000,0x00007f5b446f0000,0x00007f5b45060000)
 PSOldGen        total 31232K, used 12661K [0x00007f5b23400000, 0x00007f5b25280000, 0x00007f5b41c00000)
  object space 31232K, 40% used [0x00007f5b23400000,0x00007f5b2405d6c8,0x00007f5b25280000)
 PSPermGen       total 21248K, used 20119K [0x00007f5b1e000000, 0x00007f5b1f4c0000, 0x00007f5b23400000)
  object space 21248K, 94% used [0x00007f5b1e000000,0x00007f5b1f3a5da8,0x00007f5b1f4c0000)

Dynamic libraries:
40000000-40009000 r-xp 00000000 fd:00 524658                             /usr/java/jdk1.6.0_14/bin/java
40108000-4010a000 rwxp 00008000 fd:00 524658                             /usr/java/jdk1.6.0_14/bin/java
40c24000-40c45000 rwxp 40c24000 00:00 0                                  [heap]
3626e00000-3626e1f000 r-xp 00000000 fd:00 767                            /lib64/ld-2.10.1.so
362701e000-362701f000 r-xp 0001e000 fd:00 767                            /lib64/ld-2.10.1.so
362701f000-3627020000 rwxp 0001f000 fd:00 767                            /lib64/ld-2.10.1.so
3627200000-3627364000 r-xp 00000000 fd:00 768                            /lib64/libc-2.10.1.so
3627364000-3627564000 ---p 00164000 fd:00 768                            /lib64/libc-2.10.1.so
3627564000-3627568000 r-xp 00164000 fd:00 768                            /lib64/libc-2.10.1.so
3627568000-3627569000 rwxp 00168000 fd:00 768                            /lib64/libc-2.10.1.so
3627569000-362756e000 rwxp 3627569000 00:00 0 
3627600000-3627682000 r-xp 00000000 fd:00 776                            /lib64/libm-2.10.1.so
3627682000-3627882000 ---p 00082000 fd:00 776                            /lib64/libm-2.10.1.so
3627882000-3627883000 r-xp 00082000 fd:00 776                            /lib64/libm-2.10.1.so
3627883000-3627884000 rwxp 00083000 fd:00 776                            /lib64/libm-2.10.1.so
3627a00000-3627a02000 r-xp 00000000 fd:00 773                            /lib64/libdl-2.10.1.so
3627a02000-3627c02000 ---p 00002000 fd:00 773                            /lib64/libdl-2.10.1.so
3627c02000-3627c03000 r-xp 00002000 fd:00 773                            /lib64/libdl-2.10.1.so
3627c03000-3627c04000 rwxp 00003000 fd:00 773                            /lib64/libdl-2.10.1.so
3627e00000-3627e17000 r-xp 00000000 fd:00 771                            /lib64/libpthread-2.10.1.so
3627e17000-3628016000 ---p 00017000 fd:00 771                            /lib64/libpthread-2.10.1.so
3628016000-3628017000 r-xp 00016000 fd:00 771                            /lib64/libpthread-2.10.1.so
3628017000-3628018000 rwxp 00017000 fd:00 771                            /lib64/libpthread-2.10.1.so
3628018000-362801c000 rwxp 3628018000 00:00 0 
3628e00000-3628e02000 r-xp 00000000 fd:00 816                            /usr/lib64/libXau.so.6.0.0
3628e02000-3629001000 ---p 00002000 fd:00 816                            /usr/lib64/libXau.so.6.0.0
3629001000-3629002000 rwxp 00001000 fd:00 816                            /usr/lib64/libXau.so.6.0.0
3629200000-3629207000 r-xp 00000000 fd:00 779                            /lib64/librt-2.10.1.so
3629207000-3629406000 ---p 00007000 fd:00 779                            /lib64/librt-2.10.1.so
3629406000-3629407000 r-xp 00006000 fd:00 779                            /lib64/librt-2.10.1.so
3629407000-3629408000 rwxp 00007000 fd:00 779                            /lib64/librt-2.10.1.so
363ca00000-363ca16000 r-xp 00000000 fd:00 775                            /lib64/libnsl-2.10.1.so
363ca16000-363cc16000 ---p 00016000 fd:00 775                            /lib64/libnsl-2.10.1.so
363cc16000-363cc17000 r-xp 00016000 fd:00 775                            /lib64/libnsl-2.10.1.so
363cc17000-363cc18000 rwxp 00017000 fd:00 775                            /lib64/libnsl-2.10.1.so
363cc18000-363cc1a000 rwxp 363cc18000 00:00 0 
3b31a00000-3b31b34000 r-xp 00000000 fd:00 108003                         /usr/lib64/libX11.so.6.2.0
3b31b34000-3b31d33000 ---p 00134000 fd:00 108003                         /usr/lib64/libX11.so.6.2.0
3b31d33000-3b31d39000 rwxp 00133000 fd:00 108003                         /usr/lib64/libX11.so.6.2.0
3b31e00000-3b31e1a000 r-xp 00000000 fd:00 107986                         /usr/lib64/libxcb.so.1.1.0
3b31e1a000-3b3201a000 ---p 0001a000 fd:00 107986                         /usr/lib64/libxcb.so.1.1.0
3b3201a000-3b3201b000 rwxp 0001a000 fd:00 107986                         /usr/lib64/libxcb.so.1.1.0
3b32200000-3b32211000 r-xp 00000000 fd:00 137055                         /usr/lib64/libXext.so.6.4.0
3b32211000-3b32411000 ---p 00011000 fd:00 137055                         /usr/lib64/libXext.so.6.4.0
3b32411000-3b32412000 rwxp 00011000 fd:00 137055                         /usr/lib64/libXext.so.6.4.0
3b32600000-3b32605000 r-xp 00000000 fd:00 137059                         /usr/lib64/libXfixes.so.3.1.0
3b32605000-3b32804000 ---p 00005000 fd:00 137059                         /usr/lib64/libXfixes.so.3.1.0
3b32804000-3b32805000 rwxp 00004000 fd:00 137059                         /usr/lib64/libXfixes.so.3.1.0
3b32a00000-3b32a09000 r-xp 00000000 fd:00 108015                         /usr/lib64/libXrender.so.1.3.0
3b32a09000-3b32c08000 ---p 00009000 fd:00 108015                         /usr/lib64/libXrender.so.1.3.0
3b32c08000-3b32c09000 rwxp 00008000 fd:00 108015                         /usr/lib64/libXrender.so.1.3.0
3b32e00000-3b32e09000 r-xp 00000000 fd:00 137057                         /usr/lib64/libXi.so.6.0.0
3b32e09000-3b33009000 ---p 00009000 fd:00 137057                         /usr/lib64/libXi.so.6.0.0
3b33009000-3b3300a000 rwxp 00009000 fd:00 137057                         /usr/lib64/libXi.so.6.0.0
3b33600000-3b33609000 r-xp 00000000 fd:00 137060                         /usr/lib64/libXcursor.so.1.0.2
3b33609000-3b33809000 ---p 00009000 fd:00 137060                         /usr/lib64/libXcursor.so.1.0.2
3b33809000-3b3380a000 rwxp 00009000 fd:00 137060                         /usr/lib64/libXcursor.so.1.0.2
3b35000000-3b35005000 r-xp 00000000 fd:00 137086                         /usr/lib64/libXtst.so.6.1.0
3b35005000-3b35205000 ---p 00005000 fd:00 137086                         /usr/lib64/libXtst.so.6.1.0
3b35205000-3b35206000 rwxp 00005000 fd:00 137086                         /usr/lib64/libXtst.so.6.1.0
7f5adc000000-7f5adc079000 rwxp 7f5adc000000 00:00 0 
7f5adc079000-7f5ae0000000 ---p 7f5adc079000 00:00 0 
7f5ae0000000-7f5ae0267000 rwxp 7f5ae0000000 00:00 0 
7f5ae0267000-7f5ae4000000 ---p 7f5ae0267000 00:00 0 
7f5ae4000000-7f5ae4021000 rwxp 7f5ae4000000 00:00 0 
7f5ae4021000-7f5ae8000000 ---p 7f5ae4021000 00:00 0 
7f5ae8000000-7f5ae8021000 rwxp 7f5ae8000000 00:00 0 
7f5ae8021000-7f5aec000000 ---p 7f5ae8021000 00:00 0 
7f5aec000000-7f5aec021000 rwxp 7f5aec000000 00:00 0 
7f5aec021000-7f5af0000000 ---p 7f5aec021000 00:00 0 
7f5af0000000-7f5af00ac000 rwxp 7f5af0000000 00:00 0 
7f5af00ac000-7f5af4000000 ---p 7f5af00ac000 00:00 0 
7f5af4000000-7f5af481b000 rwxp 7f5af4000000 00:00 0 
7f5af481b000-7f5af8000000 ---p 7f5af481b000 00:00 0 
7f5af8000000-7f5af94ef000 rwxp 7f5af8000000 00:00 0 
7f5af94ef000-7f5afc000000 ---p 7f5af94ef000 00:00 0 
7f5afc000000-7f5afc021000 rwxp 7f5afc000000 00:00 0 
7f5afc021000-7f5b00000000 ---p 7f5afc021000 00:00 0 
7f5b010e0000-7f5b010f6000 r-xp 00000000 fd:00 526567                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libdcpr.so
7f5b010f6000-7f5b011f8000 ---p 00016000 fd:00 526567                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libdcpr.so
7f5b011f8000-7f5b01210000 rwxp 00018000 fd:00 526567                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libdcpr.so
7f5b01210000-7f5b01213000 rwxp 7f5b01210000 00:00 0 
7f5b01213000-7f5b01311000 rwxp 7f5b01213000 00:00 0 
7f5b01311000-7f5b01314000 rwxp 7f5b01311000 00:00 0 
7f5b01314000-7f5b01412000 rwxp 7f5b01314000 00:00 0 
7f5b01412000-7f5b01415000 ---p 7f5b01412000 00:00 0 
7f5b01415000-7f5b01513000 rwxp 7f5b01415000 00:00 0 
7f5b01513000-7f5b01516000 rwxp 7f5b01513000 00:00 0 
7f5b01516000-7f5b01614000 rwxp 7f5b01516000 00:00 0 
7f5b01614000-7f5b01617000 rwxp 7f5b01614000 00:00 0 
7f5b01617000-7f5b01715000 rwxp 7f5b01617000 00:00 0 
7f5b01715000-7f5b01718000 rwxp 7f5b01715000 00:00 0 
7f5b01718000-7f5b01816000 rwxp 7f5b01718000 00:00 0 
7f5b01816000-7f5b01819000 rwxp 7f5b01816000 00:00 0 
7f5b01819000-7f5b01917000 rwxp 7f5b01819000 00:00 0 
7f5b01917000-7f5b0191a000 rwxp 7f5b01917000 00:00 0 
7f5b0191a000-7f5b01a18000 rwxp 7f5b0191a000 00:00 0 
7f5b01a18000-7f5b01a1b000 rwxp 7f5b01a18000 00:00 0 
7f5b01a1b000-7f5b01b19000 rwxp 7f5b01a1b000 00:00 0 
7f5b01b19000-7f5b01b1c000 rwxp 7f5b01b19000 00:00 0 
7f5b01b1c000-7f5b01c1a000 rwxp 7f5b01b1c000 00:00 0 
7f5b01c1a000-7f5b01c1d000 rwxp 7f5b01c1a000 00:00 0 
7f5b01c1d000-7f5b01d1b000 rwxp 7f5b01c1d000 00:00 0 
7f5b01d1b000-7f5b01d1e000 rwxp 7f5b01d1b000 00:00 0 
7f5b01d1e000-7f5b01e1c000 rwxp 7f5b01d1e000 00:00 0 
7f5b01e1c000-7f5b01e1f000 rwxp 7f5b01e1c000 00:00 0 
7f5b01e1f000-7f5b01f1d000 rwxp 7f5b01e1f000 00:00 0 
7f5b01f1d000-7f5b01f20000 rwxp 7f5b01f1d000 00:00 0 
7f5b01f20000-7f5b0201e000 rwxp 7f5b01f20000 00:00 0 
7f5b0201e000-7f5b02021000 rwxp 7f5b0201e000 00:00 0 
7f5b02021000-7f5b0211f000 rwxp 7f5b02021000 00:00 0 
7f5b0211f000-7f5b02122000 rwxp 7f5b0211f000 00:00 0 
7f5b02122000-7f5b02220000 rwxp 7f5b02122000 00:00 0 
7f5b02220000-7f5b02223000 rwxp 7f5b02220000 00:00 0 
7f5b02223000-7f5b02321000 rwxp 7f5b02223000 00:00 0 
7f5b02321000-7f5b02324000 rwxp 7f5b02321000 00:00 0 
7f5b02324000-7f5b02422000 rwxp 7f5b02324000 00:00 0 
7f5b02422000-7f5b02425000 rwxp 7f5b02422000 00:00 0 
7f5b02425000-7f5b02523000 rwxp 7f5b02425000 00:00 0 
7f5b02523000-7f5b02526000 rwxp 7f5b02523000 00:00 0 
7f5b02526000-7f5b02624000 rwxp 7f5b02526000 00:00 0 
7f5b02624000-7f5b02627000 rwxp 7f5b02624000 00:00 0 
7f5b02627000-7f5b02725000 rwxp 7f5b02627000 00:00 0 
7f5b02725000-7f5b02728000 rwxp 7f5b02725000 00:00 0 
7f5b02728000-7f5b02826000 rwxp 7f5b02728000 00:00 0 
7f5b02826000-7f5b02829000 rwxp 7f5b02826000 00:00 0 
7f5b02829000-7f5b02927000 rwxp 7f5b02829000 00:00 0 
7f5b02927000-7f5b0292a000 rwxp 7f5b02927000 00:00 0 
7f5b0292a000-7f5b02a28000 rwxp 7f5b0292a000 00:00 0 
7f5b02a28000-7f5b02a2b000 rwxp 7f5b02a28000 00:00 0 
7f5b02a2b000-7f5b02b29000 rwxp 7f5b02a2b000 00:00 0 
7f5b02b29000-7f5b02b2c000 rwxp 7f5b02b29000 00:00 0 
7f5b02b2c000-7f5b02c2a000 rwxp 7f5b02b2c000 00:00 0 
7f5b02c2a000-7f5b02c2d000 rwxp 7f5b02c2a000 00:00 0 
7f5b02c2d000-7f5b02d2b000 rwxp 7f5b02c2d000 00:00 0 
7f5b02d2b000-7f5b02d2e000 rwxp 7f5b02d2b000 00:00 0 
7f5b02d2e000-7f5b02e2c000 rwxp 7f5b02d2e000 00:00 0 
7f5b02e2c000-7f5b02e2f000 rwxp 7f5b02e2c000 00:00 0 
7f5b02e2f000-7f5b02f2d000 rwxp 7f5b02e2f000 00:00 0 
7f5b02f2d000-7f5b08000000 r-xp 00000000 fd:00 19248                      /usr/lib/locale/locale-archive
7f5b08000000-7f5b08021000 rwxp 7f5b08000000 00:00 0 
7f5b08021000-7f5b0c000000 ---p 7f5b08021000 00:00 0 
7f5b0c000000-7f5b0c021000 rwxp 7f5b0c000000 00:00 0 
7f5b0c021000-7f5b10000000 ---p 7f5b0c021000 00:00 0 
7f5b10000000-7f5b10021000 rwxp 7f5b10000000 00:00 0 
7f5b10021000-7f5b14000000 ---p 7f5b10021000 00:00 0 
7f5b14000000-7f5b14021000 rwxp 7f5b14000000 00:00 0 
7f5b14021000-7f5b18000000 ---p 7f5b14021000 00:00 0 
7f5b18000000-7f5b18021000 rwxp 7f5b18000000 00:00 0 
7f5b18021000-7f5b1c000000 ---p 7f5b18021000 00:00 0 
7f5b1c0eb000-7f5b1c0ee000 rwxp 7f5b1c0eb000 00:00 0 
7f5b1c0ee000-7f5b1c1ec000 rwxp 7f5b1c0ee000 00:00 0 
7f5b1c1ec000-7f5b1c1ef000 ---p 7f5b1c1ec000 00:00 0 
7f5b1c1ef000-7f5b1c2ed000 rwxp 7f5b1c1ef000 00:00 0 
7f5b1c2ed000-7f5b1c2f0000 rwxp 7f5b1c2ed000 00:00 0 
7f5b1c2f0000-7f5b1c3ee000 rwxp 7f5b1c2f0000 00:00 0 
7f5b1c3ee000-7f5b1c3f1000 rwxp 7f5b1c3ee000 00:00 0 
7f5b1c3f1000-7f5b1c4ef000 rwxp 7f5b1c3f1000 00:00 0 
7f5b1c5f0000-7f5b1c5f3000 rwxp 7f5b1c5f0000 00:00 0 
7f5b1c5f3000-7f5b1c6f1000 rwxp 7f5b1c5f3000 00:00 0 
7f5b1c7f2000-7f5b1c7f5000 rwxp 7f5b1c7f2000 00:00 0 
7f5b1c7f5000-7f5b1c8f3000 rwxp 7f5b1c7f5000 00:00 0 
7f5b1c8f3000-7f5b1cc90000 rwxs 00000000 00:08 819211                     /SYSV00000000 (deleted)
7f5b1cc90000-7f5b1cc93000 ---p 7f5b1cc90000 00:00 0 
7f5b1cc93000-7f5b1cd91000 rwxp 7f5b1cc93000 00:00 0 
7f5b1d0b7000-7f5b1d0c9000 r-xs 00000000 fd:00 31320                      /usr/share/fonts/default/Type1/b018035l.pfb
7f5b1d104000-7f5b1d107000 rwxp 7f5b1d104000 00:00 0 
7f5b1d107000-7f5b1d205000 rwxp 7f5b1d107000 00:00 0 
7f5b1d205000-7f5b1d208000 ---p 7f5b1d205000 00:00 0 
7f5b1d208000-7f5b1d306000 rwxp 7f5b1d208000 00:00 0 
7f5b1d306000-7f5b1d309000 ---p 7f5b1d306000 00:00 0 
7f5b1d309000-7f5b1d407000 rwxp 7f5b1d309000 00:00 0 
7f5b1d508000-7f5b1d50b000 ---p 7f5b1d508000 00:00 0 
7f5b1d50b000-7f5b1d609000 rwxp 7f5b1d50b000 00:00 0 
7f5b1d609000-7f5b1d60c000 ---p 7f5b1d609000 00:00 0 
7f5b1d60c000-7f5b1d70a000 rwxp 7f5b1d60c000 00:00 0 
7f5b1d70a000-7f5b1d716000 r-xp 00000000 fd:00 524515                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/lib/librxtxSerial.so
7f5b1d716000-7f5b1d815000 ---p 0000c000 fd:00 524515                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/lib/librxtxSerial.so
7f5b1d815000-7f5b1d817000 rwxp 0000b000 fd:00 524515                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/lib/librxtxSerial.so
7f5b1d817000-7f5b1d81a000 rwxp 7f5b1d817000 00:00 0 
7f5b1d81a000-7f5b1d918000 rwxp 7f5b1d81a000 00:00 0 
7f5b1d9f3000-7f5b1d9f6000 ---p 7f5b1d9f3000 00:00 0 
7f5b1d9f6000-7f5b1daf4000 rwxp 7f5b1d9f6000 00:00 0 
7f5b1daf4000-7f5b1daf7000 ---p 7f5b1daf4000 00:00 0 
7f5b1daf7000-7f5b1dbf5000 rwxp 7f5b1daf7000 00:00 0 
7f5b1dbf5000-7f5b1dbf8000 ---p 7f5b1dbf5000 00:00 0 
7f5b1dbf8000-7f5b1dcf6000 rwxp 7f5b1dbf8000 00:00 0 
7f5b1dcf6000-7f5b1dcf9000 ---p 7f5b1dcf6000 00:00 0 
7f5b1dcf9000-7f5b1ddf7000 rwxp 7f5b1dcf9000 00:00 0 
7f5b1ddf7000-7f5b1ddfa000 ---p 7f5b1ddf7000 00:00 0 
7f5b1ddfa000-7f5b1def8000 rwxp 7f5b1ddfa000 00:00 0 
7f5b1def8000-7f5b1deff000 r-xp 00000000 fd:00 526592                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnio.so
7f5b1deff000-7f5b1dffe000 ---p 00007000 fd:00 526592                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnio.so
7f5b1dffe000-7f5b1e000000 rwxp 00006000 fd:00 526592                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnio.so
7f5b1e000000-7f5b1f4c0000 rwxp 7f5b1e000000 00:00 0 
7f5b1f4c0000-7f5b23400000 rwxp 7f5b1f4c0000 00:00 0 
7f5b23400000-7f5b25280000 rwxp 7f5b23400000 00:00 0 
7f5b25280000-7f5b41c00000 rwxp 7f5b25280000 00:00 0 
7f5b41c00000-7f5b45ce0000 rwxp 7f5b41c00000 00:00 0 
7f5b45ce0000-7f5b51000000 rwxp 7f5b45ce0000 00:00 0 
7f5b51000000-7f5b51270000 rwxp 7f5b51000000 00:00 0 
7f5b51270000-7f5b544ca000 rwxp 7f5b51270000 00:00 0 
7f5b544ca000-7f5b58000000 ---p 7f5b544ca000 00:00 0 
7f5b58043000-7f5b58047000 r-xs 00000000 fd:00 40536                      /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86-64.cache-2
7f5b58047000-7f5b58050000 r-xs 00000000 fd:00 31381                      /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86-64.cache-2
7f5b58050000-7f5b58052000 r-xs 00000000 fd:00 207922                     /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-x86-64.cache-2
7f5b58052000-7f5b58055000 r-xs 00000000 fd:00 100330                     /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-x86-64.cache-2
7f5b58055000-7f5b58057000 r-xs 00000000 fd:00 100306                     /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-x86-64.cache-2
7f5b58057000-7f5b58059000 r-xs 00000000 fd:00 100381                     /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-x86-64.cache-2
7f5b58059000-7f5b5805a000 r-xs 00000000 fd:00 100334                     /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-x86-64.cache-2
7f5b5805a000-7f5b5805b000 r-xs 00000000 fd:00 100257                     /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-x86-64.cache-2
7f5b5805b000-7f5b5805c000 r-xs 00000000 fd:00 100265                     /var/cache/fontconfig/044963cbb93fcb06c61d94a50dee394f-x86-64.cache-2
7f5b5805c000-7f5b5805d000 r-xs 00000000 fd:00 89811                      /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-x86-64.cache-2
7f5b5805d000-7f5b58060000 r-xs 00000000 fd:00 100385                     /var/cache/fontconfig/6082f993537e886e2b8c280984f3ae67-x86-64.cache-2
7f5b58060000-7f5b58061000 r-xs 00000000 fd:00 100279                     /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-x86-64.cache-2
7f5b58061000-7f5b58065000 r-xs 00000000 fd:00 88989                      /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86-64.cache-2
7f5b58065000-7f5b58067000 r-xs 00000000 fd:00 100319                     /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-x86-64.cache-2
7f5b58067000-7f5b5806c000 r-xs 00000000 fd:00 100300                     /var/cache/fontconfig/46b47dbc682d2ca4191e148ea7bde7f2-x86-64.cache-2
7f5b5806c000-7f5b5806d000 r-xs 00000000 fd:00 100272                     /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-x86-64.cache-2
7f5b5806d000-7f5b58076000 r-xs 00000000 fd:00 89002                      /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-x86-64.cache-2
7f5b58076000-7f5b58088000 r-xs 00000000 fd:00 89809                      /var/cache/fontconfig/74717c444f6fd72454fa9c9c0ee01ca7-x86-64.cache-2
7f5b58088000-7f5b5808f000 r-xs 00000000 fd:00 100369                     /var/cache/fontconfig/ba36aa39dd649ae7ae3c14b18156d394-x86-64.cache-2
7f5b5808f000-7f5b5809a000 r-xs 00000000 fd:00 95521                      /var/cache/fontconfig/e19de935dec46bbf3ed114ee4965548a-x86-64.cache-2
7f5b5809a000-7f5b5809b000 r-xs 00000000 fd:00 100314                     /var/cache/fontconfig/1248881498ac025e45c3042f6afe9284-x86-64.cache-2
7f5b5809b000-7f5b5809c000 r-xs 00002000 fd:00 524519                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/lib/TunerStudioPluginAPI.jar
7f5b5809c000-7f5b580a3000 r-xs 00111000 fd:00 526840                     /usr/java/jdk1.6.0_14/jre/lib/resources.jar
7f5b580a3000-7f5b580a7000 r-xs 00000000 fd:00 40536                      /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86-64.cache-2
7f5b580a7000-7f5b580b0000 r-xs 00000000 fd:00 31381                      /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86-64.cache-2
7f5b580b0000-7f5b580b2000 r-xs 00000000 fd:00 207922                     /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-x86-64.cache-2
7f5b580b2000-7f5b580b5000 r-xs 00000000 fd:00 100330                     /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-x86-64.cache-2
7f5b580b5000-7f5b580b7000 r-xs 00000000 fd:00 100306                     /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-x86-64.cache-2
7f5b580b7000-7f5b580b9000 r-xs 00000000 fd:00 100381                     /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-x86-64.cache-2
7f5b580b9000-7f5b580ba000 r-xs 00000000 fd:00 100334                     /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-x86-64.cache-2
7f5b580ba000-7f5b580bb000 r-xs 00000000 fd:00 100257                     /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-x86-64.cache-2
7f5b580bb000-7f5b580bc000 r-xs 00000000 fd:00 100265                     /var/cache/fontconfig/044963cbb93fcb06c61d94a50dee394f-x86-64.cache-2
7f5b580bc000-7f5b580bd000 r-xs 00000000 fd:00 89811                      /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-x86-64.cache-2
7f5b580bd000-7f5b580c0000 r-xs 00000000 fd:00 100385                     /var/cache/fontconfig/6082f993537e886e2b8c280984f3ae67-x86-64.cache-2
7f5b580c0000-7f5b580c4000 r-xs 00000000 fd:00 88989                      /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86-64.cache-2
7f5b580c4000-7f5b580d7000 r-xp 00000000 fd:00 526591                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnet.so
7f5b580d7000-7f5b581d8000 ---p 00013000 fd:00 526591                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnet.so
7f5b581d8000-7f5b581db000 rwxp 00014000 fd:00 526591                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libnet.so
7f5b581db000-7f5b581de000 ---p 7f5b581db000 00:00 0 
7f5b581de000-7f5b582dc000 rwxp 7f5b581de000 00:00 0 
7f5b582dc000-7f5b5835a000 r-xp 00000000 fd:00 526570                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libfontmanager.so
7f5b5835a000-7f5b58459000 ---p 0007e000 fd:00 526570                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libfontmanager.so
7f5b58459000-7f5b5846f000 rwxp 0007d000 fd:00 526570                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libfontmanager.so
7f5b5846f000-7f5b58480000 rwxp 7f5b5846f000 00:00 0 
7f5b58480000-7f5b584c2000 r-xp 00000000 fd:00 526610                     /usr/java/jdk1.6.0_14/jre/lib/amd64/xawt/libmawt.so
7f5b584c2000-7f5b585c1000 ---p 00042000 fd:00 526610                     /usr/java/jdk1.6.0_14/jre/lib/amd64/xawt/libmawt.so
7f5b585c1000-7f5b585cc000 rwxp 00041000 fd:00 526610                     /usr/java/jdk1.6.0_14/jre/lib/amd64/xawt/libmawt.so
7f5b585cc000-7f5b585ce000 rwxp 7f5b585cc000 00:00 0 
7f5b585ce000-7f5b58660000 r-xp 00000000 fd:00 526565                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libawt.so
7f5b58660000-7f5b5875f000 ---p 00092000 fd:00 526565                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libawt.so
7f5b5875f000-7f5b58778000 rwxp 00091000 fd:00 526565                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libawt.so
7f5b58778000-7f5b5879d000 rwxp 7f5b58778000 00:00 0 
7f5b5879d000-7f5b587af000 r-xs 00108000 fd:00 524588                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/TunerStudioMS.jar
7f5b587af000-7f5b587c1000 r-xs 00108000 fd:00 524588                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/TunerStudioMS.jar
7f5b587c1000-7f5b587c2000 ---p 7f5b587c1000 00:00 0 
7f5b587c2000-7f5b588c2000 rwxp 7f5b587c2000 00:00 0 
7f5b588c2000-7f5b588c5000 ---p 7f5b588c2000 00:00 0 
7f5b588c5000-7f5b589c3000 rwxp 7f5b588c5000 00:00 0 
7f5b589c3000-7f5b589c6000 ---p 7f5b589c3000 00:00 0 
7f5b589c6000-7f5b58ac4000 rwxp 7f5b589c6000 00:00 0 
7f5b58ac4000-7f5b58ac7000 ---p 7f5b58ac4000 00:00 0 
7f5b58ac7000-7f5b58bc5000 rwxp 7f5b58ac7000 00:00 0 
7f5b58bc5000-7f5b58bc8000 ---p 7f5b58bc5000 00:00 0 
7f5b58bc8000-7f5b58cc6000 rwxp 7f5b58bc8000 00:00 0 
7f5b58cc6000-7f5b58cc9000 ---p 7f5b58cc6000 00:00 0 
7f5b58cc9000-7f5b58dc7000 rwxp 7f5b58cc9000 00:00 0 
7f5b58dc7000-7f5b58dca000 ---p 7f5b58dc7000 00:00 0 
7f5b58dca000-7f5b58ec8000 rwxp 7f5b58dca000 00:00 0 
7f5b58ec8000-7f5b58ec9000 ---p 7f5b58ec8000 00:00 0 
7f5b58ec9000-7f5b58ffc000 rwxp 7f5b58ec9000 00:00 0 
7f5b58ffc000-7f5b59192000 r-xs 02fb1000 fd:00 528022                     /usr/java/jdk1.6.0_14/jre/lib/rt.jar
7f5b59192000-7f5b59193000 ---p 7f5b59192000 00:00 0 
7f5b59193000-7f5b59293000 rwxp 7f5b59193000 00:00 0 
7f5b59293000-7f5b59294000 ---p 7f5b59293000 00:00 0 
7f5b59294000-7f5b5939f000 rwxp 7f5b59294000 00:00 0 
7f5b5939f000-7f5b593be000 rwxp 7f5b5939f000 00:00 0 
7f5b593be000-7f5b593ce000 rwxp 7f5b593be000 00:00 0 
7f5b593ce000-7f5b594b2000 rwxp 7f5b593ce000 00:00 0 
7f5b594b2000-7f5b594bd000 rwxp 7f5b594b2000 00:00 0 
7f5b594bd000-7f5b594dc000 rwxp 7f5b594bd000 00:00 0 
7f5b594dc000-7f5b594ec000 rwxp 7f5b594dc000 00:00 0 
7f5b594ec000-7f5b595d0000 rwxp 7f5b594ec000 00:00 0 
7f5b595d0000-7f5b595f1000 rwxp 7f5b595d0000 00:00 0 
7f5b595f1000-7f5b5964a000 rwxp 7f5b595f1000 00:00 0 
7f5b5964a000-7f5b59655000 rwxp 7f5b5964a000 00:00 0 
7f5b59655000-7f5b5970b000 rwxp 7f5b59655000 00:00 0 
7f5b5970b000-7f5b59719000 r-xp 00000000 fd:00 526600                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libzip.so
7f5b59719000-7f5b5981b000 ---p 0000e000 fd:00 526600                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libzip.so
7f5b5981b000-7f5b5981e000 rwxp 00010000 fd:00 526600                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libzip.so
7f5b5981e000-7f5b5981f000 rwxp 7f5b5981e000 00:00 0 
7f5b5981f000-7f5b5982b000 r-xp 00000000 fd:00 16847                      /lib64/libnss_files-2.10.1.so
7f5b5982b000-7f5b59a2a000 ---p 0000c000 fd:00 16847                      /lib64/libnss_files-2.10.1.so
7f5b59a2a000-7f5b59a2b000 r-xp 0000b000 fd:00 16847                      /lib64/libnss_files-2.10.1.so
7f5b59a2b000-7f5b59a2c000 rwxp 0000c000 fd:00 16847                      /lib64/libnss_files-2.10.1.so
7f5b59a2c000-7f5b59a2e000 r-xs 0000d000 fd:00 524516                     /home/tristan/Applications/TunerStudio_v0.988.7_64Bit/lib/RXTXcomm.jar
7f5b59a2e000-7f5b59a33000 r-xs 00000000 fd:00 100300                     /var/cache/fontconfig/46b47dbc682d2ca4191e148ea7bde7f2-x86-64.cache-2
7f5b59a33000-7f5b59a3c000 r-xs 00000000 fd:00 89002                      /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-x86-64.cache-2
7f5b59a3c000-7f5b59a4e000 r-xs 00000000 fd:00 89809                      /var/cache/fontconfig/74717c444f6fd72454fa9c9c0ee01ca7-x86-64.cache-2
7f5b59a4e000-7f5b59a55000 r-xp 00000000 fd:00 526604                     /usr/java/jdk1.6.0_14/jre/lib/amd64/native_threads/libhpi.so
7f5b59a55000-7f5b59b56000 ---p 00007000 fd:00 526604                     /usr/java/jdk1.6.0_14/jre/lib/amd64/native_threads/libhpi.so
7f5b59b56000-7f5b59b58000 rwxp 00008000 fd:00 526604                     /usr/java/jdk1.6.0_14/jre/lib/amd64/native_threads/libhpi.so
7f5b59b58000-7f5b59b59000 rwxp 7f5b59b58000 00:00 0 
7f5b59b59000-7f5b59b82000 r-xp 00000000 fd:00 526578                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libjava.so
7f5b59b82000-7f5b59c81000 ---p 00029000 fd:00 526578                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libjava.so
7f5b59c81000-7f5b59c88000 rwxp 00028000 fd:00 526578                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libjava.so
7f5b59c88000-7f5b59c95000 r-xp 00000000 fd:00 526599                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libverify.so
7f5b59c95000-7f5b59d94000 ---p 0000d000 fd:00 526599                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libverify.so
7f5b59d94000-7f5b59d97000 rwxp 0000c000 fd:00 526599                     /usr/java/jdk1.6.0_14/jre/lib/amd64/libverify.so
7f5b59d97000-7f5b59d9a000 ---p 7f5b59d97000 00:00 0 
7f5b59d9a000-7f5b59e98000 rwxp 7f5b59d9a000 00:00 0 
7f5b59e98000-7f5b5a5f6000 r-xp 00000000 fd:00 526608                     /usr/java/jdk1.6.0_14/jre/lib/amd64/server/libjvm.so
7f5b5a5f6000-7f5b5a6f5000 ---p 0075e000 fd:00 526608                     /usr/java/jdk1.6.0_14/jre/lib/amd64/server/libjvm.so
7f5b5a6f5000-7f5b5a86d000 rwxp 0075d000 fd:00 526608                     /usr/java/jdk1.6.0_14/jre/lib/amd64/server/libjvm.so
7f5b5a86d000-7f5b5a8ad000 rwxp 7f5b5a86d000 00:00 0 
7f5b5a8ad000-7f5b5a8b4000 r-xp 00000000 fd:00 526561                     /usr/java/jdk1.6.0_14/jre/lib/amd64/jli/libjli.so
7f5b5a8b4000-7f5b5a9b5000 ---p 00007000 fd:00 526561                     /usr/java/jdk1.6.0_14/jre/lib/amd64/jli/libjli.so
7f5b5a9b5000-7f5b5a9b7000 rwxp 00008000 fd:00 526561                     /usr/java/jdk1.6.0_14/jre/lib/amd64/jli/libjli.so
7f5b5a9b7000-7f5b5a9b9000 rwxp 7f5b5a9b7000 00:00 0 
7f5b5a9b9000-7f5b5a9ba000 r-xs 00000000 fd:00 100279                     /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-x86-64.cache-2
7f5b5a9ba000-7f5b5a9bc000 r-xs 00000000 fd:00 100319                     /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-x86-64.cache-2
7f5b5a9bc000-7f5b5a9bd000 r-xs 00000000 fd:00 100272                     /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-x86-64.cache-2
7f5b5a9bd000-7f5b5a9c4000 r-xs 00000000 fd:00 100369                     /var/cache/fontconfig/ba36aa39dd649ae7ae3c14b18156d394-x86-64.cache-2
7f5b5a9c4000-7f5b5a9cf000 r-xs 00000000 fd:00 95521                      /var/cache/fontconfig/e19de935dec46bbf3ed114ee4965548a-x86-64.cache-2
7f5b5a9cf000-7f5b5a9d0000 r-xs 00000000 fd:00 100314                     /var/cache/fontconfig/1248881498ac025e45c3042f6afe9284-x86-64.cache-2
7f5b5a9d0000-7f5b5a9d8000 rwxs 00000000 fd:00 818                        /tmp/hsperfdata_tristan/2723
7f5b5a9d8000-7f5b5a9d9000 rwxp 7f5b5a9d8000 00:00 0 
7f5b5a9d9000-7f5b5a9da000 r-xp 7f5b5a9d9000 00:00 0 
7f5b5a9da000-7f5b5a9dc000 rwxp 7f5b5a9da000 00:00 0 
7fff26df9000-7fff26e0e000 rwxp 7ffffffea000 00:00 0                      [stack]
7fff26fe6000-7fff26fe7000 r-xp 7fff26fe6000 00:00 0                      [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Djava.library.path=lib 
java_command: TunerStudioMS.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/java/jre1.6.0_14/bin/java
PATH=/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/sbin:/usr/sbin:/sbin:/home/tristan/bin:/usr/java/jre1.6.0_14/bin
LD_LIBRARY_PATH=/usr/java/jdk1.6.0_14/jre/lib/amd64/server:/usr/java/jdk1.6.0_14/jre/lib/amd64:/usr/java/jdk1.6.0_14/jre/../lib/amd64
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x6bd980], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x6bd980], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x594cc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x594cc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x594cc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x594cc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x597480], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x5971d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x5971d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x5971d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x5971d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


---------------  S Y S T E M  ---------------

OS:Fedora release 11 (Leonidas)

uname:Linux 2.6.29.5-191.fc11.x86_64 #1 SMP Tue Jun 16 23:23:21 EDT 2009 x86_64
libc:glibc 2.10.1 NPTL 2.10.1 
rlimit: STACK 10240k, CORE 0k, NPROC 1024, NOFILE 1024, AS infinity
load average:0.55 0.54 0.38

CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 104 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext

Memory: 4k page, physical 2997208k(2038796k free), swap 5046264k(5046264k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (14.0-b16) for linux-amd64 JRE (1.6.0_14-b08), built on May 21 2009 01:11:11 by "java_re" with gcc 3.2.2 (SuSE Linux)

time: Mon Jul  6 18:26:08 2009
elapsed time: 12 seconds
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
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 »

And it looks like I am using the same adapter as James. I have 2 of them: the Prolific PL2303 and a Belkin.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

Is there anything showing up in the TunerStudioLogFile.txt?
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 »

Here is all the entries for today when trying to use the USB:

Code: Select all

TunerStudio 0.988.7a started on Mon Jul 06 17:04:58 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:04:59 PM :Info: Initialized comm driver: 167ms.
7/6/09 5:04:59 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:05:00 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:05:00 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:05:01 PM :Debug: Loaded Config in : 587ms.
7/6/09 5:05:01 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:05:01 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:05:01 PM :Debug: !!! Loaded config in 1028
7/6/09 5:05:02 PM :Debug: !!! Activated Project 1893
7/6/09 5:05:02 PM :Debug: !!! Opened Dash 2457
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
TunerStudio 0.988.7a started on Mon Jul 06 17:06:40 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:06:41 PM :Info: Initialized comm driver: 43ms.
7/6/09 5:06:41 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:06:41 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:06:41 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:06:42 PM :Debug: Loaded Config in : 496ms.
7/6/09 5:06:42 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:06:42 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:06:42 PM :Debug: !!! Loaded config in 1012
7/6/09 5:06:43 PM :Debug: !!! Activated Project 1729
7/6/09 5:06:44 PM :Debug: !!! Opened Dash 2531
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
7/6/09 5:06:59 PM :Debug: 201ms. - Reset Port
7/6/09 5:06:59 PM :Debug: Could not open port
7/6/09 5:07:06 PM :Debug: removing Configuration: TurboSaturn
TunerStudio shutdown: Mon Jul 06 17:07:25 GMT-05:00 2009
##############################################################



TunerStudio 0.988.7a started on Mon Jul 06 17:11:19 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:11:21 PM :Info: Initialized comm driver: 102ms.
7/6/09 5:11:21 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:11:22 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:11:23 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:11:23 PM :Debug: Loaded Config in : 564ms.
7/6/09 5:11:23 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:11:23 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:11:24 PM :Debug: !!! Loaded config in 2378
7/6/09 5:11:25 PM :Debug: !!! Activated Project 3239
7/6/09 5:11:26 PM :Debug: !!! Opened Dash 4034
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
7/6/09 5:11:43 PM :Debug: 202ms. - Reset Port
7/6/09 5:11:43 PM :Debug: Could not open port
7/6/09 5:11:56 PM :Debug: removing Configuration: TurboSaturn
TunerStudio shutdown: Mon Jul 06 17:11:57 GMT-05:00 2009
##############################################################



TunerStudio 0.988.7a started on Mon Jul 06 17:18:50 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=/usr/java/jdk1.6.0_14/jre/lib/amd64/server:/usr/java/jdk1.6.0_14/jre/lib/amd64:/usr/java/jdk1.6.0_14/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
TunerStudio 0.988.7a started on Mon Jul 06 17:19:44 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:19:46 PM :Info: Initialized comm driver: 206ms.
7/6/09 5:19:46 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:19:46 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:19:47 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:19:47 PM :Debug: Loaded Config in : 437ms.
7/6/09 5:19:47 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:19:47 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:19:49 PM :Debug: !!! Loaded config in 2328
7/6/09 5:19:49 PM :Debug: !!! Activated Project 3052
7/6/09 5:19:50 PM :Debug: !!! Opened Dash 3591
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
TunerStudio 0.988.7a started on Mon Jul 06 17:25:56 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:25:57 PM :Info: Initialized comm driver: 128ms.
7/6/09 5:25:57 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:25:58 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:25:58 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:25:58 PM :Debug: Loaded Config in : 537ms.
7/6/09 5:25:58 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:25:58 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:25:59 PM :Debug: !!! Loaded config in 1044
7/6/09 5:25:59 PM :Debug: !!! Activated Project 1892
7/6/09 5:26:00 PM :Debug: !!! Opened Dash 2656
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
TunerStudio 0.988.7a started on Mon Jul 06 17:35:07 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:35:10 PM :Info: Initialized comm driver: 257ms.
7/6/09 5:35:10 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:35:11 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:35:12 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:35:12 PM :Debug: Loaded Config in : 775ms.
7/6/09 5:35:12 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:35:12 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:35:13 PM :Debug: !!! Loaded config in 2588
7/6/09 5:35:14 PM :Debug: !!! Activated Project 3627
7/6/09 5:35:15 PM :Debug: !!! Opened Dash 4460
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
TunerStudio 0.988.7a started on Mon Jul 06 17:36:01 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:36:03 PM :Info: Initialized comm driver: 146ms.
7/6/09 5:36:03 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:36:03 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:36:03 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:36:04 PM :Debug: Loaded Config in : 681ms.
7/6/09 5:36:04 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:36:04 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:36:04 PM :Debug: !!! Loaded config in 1093
7/6/09 5:36:05 PM :Debug: !!! Activated Project 1606
7/6/09 5:36:06 PM :Debug: !!! Opened Dash 2416
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
TunerStudio 0.988.7a started on Mon Jul 06 17:36:26 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 5:36:27 PM :Info: Initialized comm driver: 38ms.
7/6/09 5:36:27 PM :Warning: Unable toset Main cluster for title:
7/6/09 5:36:27 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 5:36:28 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 5:36:28 PM :Debug: Loaded Config in : 523ms.
7/6/09 5:36:28 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 5:36:28 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 5:36:28 PM :Debug: !!! Loaded config in 1103
7/6/09 5:36:29 PM :Debug: !!! Activated Project 1853
7/6/09 5:36:30 PM :Debug: !!! Opened Dash 2678
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
7/6/09 5:36:36 PM :Debug: 201ms. - Reset Port
7/6/09 5:36:36 PM :Debug: Could not open port
7/6/09 5:36:40 PM :Debug: removing Configuration: TurboSaturn
TunerStudio shutdown: Mon Jul 06 17:36:40 GMT-05:00 2009
##############################################################



TunerStudio 0.988.7a started on Mon Jul 06 19:12:12 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 7:12:12 PM :Info: Initialized comm driver: 39ms.
7/6/09 7:12:12 PM :Warning: Unable toset Main cluster for title:
7/6/09 7:12:13 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 7:12:13 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 7:12:14 PM :Debug: Loaded Config in : 671ms.
7/6/09 7:12:14 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 7:12:14 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 7:12:14 PM :Debug: !!! Loaded config in 975
7/6/09 7:12:15 PM :Debug: !!! Activated Project 1826
7/6/09 7:12:15 PM :Debug: !!! Opened Dash 2354
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
7/6/09 7:12:29 PM :Debug: removing Configuration: TurboSaturn
TunerStudio shutdown: Mon Jul 06 19:12:29 GMT-05:00 2009
##############################################################



TunerStudio 0.988.7a started on Mon Jul 06 19:12:44 GMT-05:00 2009
JRE 1.6.0_14, Linux 2.6.29.5-191.fc11.x86_64, amd64
java.library.path=lib
TunerStudioMS.jar
Look:Metal, ClassName:'javax.swing.plaf.metal.MetalLookAndFeel'
Look:Nimbus, ClassName:'com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel'
Look:CDE/Motif, ClassName:'com.sun.java.swing.plaf.motif.MotifLookAndFeel'
Look:GTK+, ClassName:'com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7
7/6/09 7:12:45 PM :Info: Initialized comm driver: 776ms.
7/6/09 7:12:45 PM :Warning: Unable toset Main cluster for title:
7/6/09 7:12:46 PM :Debug: Opening project: /home/tristan/TunerStudioProjects/TurboSaturn
7/6/09 7:12:46 PM :Debug: MS2Extra Rel 3.0.3e
7/6/09 7:12:47 PM :Debug: Loaded Config in : 576ms.
7/6/09 7:12:47 PM :Info: Error going online, perhaps we are not attached to a controller.
7/6/09 7:12:47 PM :Debug: Adding Configuration: TurboSaturn
7/6/09 7:12:47 PM :Debug: !!! Loaded config in 894
7/6/09 7:12:47 PM :Debug: !!! Activated Project 1521
7/6/09 7:12:48 PM :Debug: !!! Opened Dash 2132
No check, last update check=Mon Jul 06 12:32:53 GMT-05:00 2009
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

Are you able to get a response using a basic terminal program?

Or try installing RXTX from your package manager and see if this can connect and get a response to a Q command:
http://www.efianalytics.com/TunerStudio ... talled.zip
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 »

Ok, honestly I do not know how to do what you are asking. I did some Google-ing before posting on how to use the terminal to connect to my device, but I guess I'm not searching for the right stuff.

I ended up installing the x64 RXTX package from my package manager, but it must have installed it somewhere different that the JRE that I am using because when I run your attached application, I get:

Code: Select all

java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1028)
        at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
        at miniterm.MiniTerm$ConfigurationPanel.listPortChoices(MiniTerm.java:548)
        at miniterm.MiniTerm$ConfigurationPanel.<init>(MiniTerm.java:436)
        at miniterm.MiniTerm.<init>(MiniTerm.java:138)
        at miniterm.Main.main(Main.java:26)
I'm doing a "find / -name rxtx" right now, but it's going to take some time to complete.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
jsmcortina
Site Admin
Posts: 39621
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: USB device name (Linux)

Post by jsmcortina »

As root

# minicom -s

Set your serial port and save as dfl, then Exit.
Now type Q or S

James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
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 »

Ah ha. I was trying to do it through xterm and had no idea what type. I had to install minicom as well as CuteCom (GUI like HyperTerminal) and as root, I can connect to /dev/ttyUSB0, send the Q command and I get "MS2Extra Rel 3.0.3b\0x00". I have to run it as root or sudo, otherwise the device isn't accessible to me.
snapshot1.png
So, I can read and write to it though minicom. That's good.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: USB device name (Linux)

Post by LT401Vette »

So it sounds like there is still a permissions issue, but your user is in the lock and uucp group? What if you run TS as 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 »

It still crashes if I run it as 'tristan', 'root', or sudo. And just for verification of my groups:

Code: Select all

[tristan@localhost TunerStudio_v0.988.7_64Bit]$ cat /etc/group | grep -i tristan
tty:x:5:tristan
uucp:x:14:uucp,tristan
lock:x:54:tristan
tristan:x:500:
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
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 »

Well, yum installed the rxtx package in /usr/lib64/rxtx and it contains a bunch of .so files. I can't confirm that it's where yum installed that package to. It's just the only result that came up in my search.

I also downloaded the 2.2pre1 and used that library instead of the 2.1.7 for TS, but that also didn't change a thing.

I don't know that what I am doing is any helpful. I'm just trying different things to see if I get different results.
1997 Turbo Saturn

MS3 v0.22
TunerStudio v[insert_current_version_here]
Post Reply