Ride Jib
November 17th, 2005, 12:37 AM
HOWTO: Install DSMLink in Breezy
Intro: DSMLink is a piece of software in combination with a modified ecu for a 'DSM' vehicle. DSM vehicles include, but are not limited to, Mitsubishi Eclipses and Eaglon Talons. The DSMLink company modifies your ecu with their custom chip so it can work with this software. The software lets you modify numerous settings as well as monitor everything that your car's ecu sees. I will guide you through setting this up to work on your Breezy laptop (because I'm sure nobody brings a desktop into their car to tune it). I doubt anyone will find this useful, but I figured I'd put it up here anyway.
Version: 2.5.2.16 (most recent version of DSMLink as of this HOW-TO)
Step 1: Install Blackdown's JDK libraries.
sudo apt-get install j2sdk1.4
Step 2: Download JavaComm API (this allows java to communicate with your serial ports)
*Note: This is a tarball I created of the necessary files. If you want to register at Sun.com and download the whole thing, go ahead.
wget http://ubuntuforums.org/attachment.php?attachmentid=3643&stc=1&d=1132202105
tar -xvf javacomm.tar.gz
Step 3: Place comm files in appropriate directories
sudo mv javax.comm.properties /usr/lib/j2se/1.4/jre/lib
sudo mv comm.jar /usr/lib/j2se/1.4/jre/lib/ext
sudo mv libLinuxSerialParallel_g.so libLinuxSerialParallel.so /usr/lib/j2se/1.4/jre/lib/i386
Step 4: Download DSMLink application file
wget http://www.dsmlink.com/dsmlink.jar
Step 5: Create space for DSMLink
mv dsmlink.jar /opt/
Step 6: Create code for launcher
sudo gedit /usr/bin/dsmlink.sh
Add the following to it:
cd /opt
java -jar dsmlink.jar
Step 7: Create a launcher.
sudo gedit /usr/share/applications/DSMLink.desktop
Then add this to the file:
[Desktop Entry]
Name=DSMLink
Comment=DSMLink Engine Management
Exec=dsmlink.sh
Icon=
Terminal=false
Type=Application
Categories=Application;Other;
Step 8: Refresh your panel:
sudo killall gnome-panel
Step 9: There is no Step 9
Happy tuning!
Intro: DSMLink is a piece of software in combination with a modified ecu for a 'DSM' vehicle. DSM vehicles include, but are not limited to, Mitsubishi Eclipses and Eaglon Talons. The DSMLink company modifies your ecu with their custom chip so it can work with this software. The software lets you modify numerous settings as well as monitor everything that your car's ecu sees. I will guide you through setting this up to work on your Breezy laptop (because I'm sure nobody brings a desktop into their car to tune it). I doubt anyone will find this useful, but I figured I'd put it up here anyway.
Version: 2.5.2.16 (most recent version of DSMLink as of this HOW-TO)
Step 1: Install Blackdown's JDK libraries.
sudo apt-get install j2sdk1.4
Step 2: Download JavaComm API (this allows java to communicate with your serial ports)
*Note: This is a tarball I created of the necessary files. If you want to register at Sun.com and download the whole thing, go ahead.
wget http://ubuntuforums.org/attachment.php?attachmentid=3643&stc=1&d=1132202105
tar -xvf javacomm.tar.gz
Step 3: Place comm files in appropriate directories
sudo mv javax.comm.properties /usr/lib/j2se/1.4/jre/lib
sudo mv comm.jar /usr/lib/j2se/1.4/jre/lib/ext
sudo mv libLinuxSerialParallel_g.so libLinuxSerialParallel.so /usr/lib/j2se/1.4/jre/lib/i386
Step 4: Download DSMLink application file
wget http://www.dsmlink.com/dsmlink.jar
Step 5: Create space for DSMLink
mv dsmlink.jar /opt/
Step 6: Create code for launcher
sudo gedit /usr/bin/dsmlink.sh
Add the following to it:
cd /opt
java -jar dsmlink.jar
Step 7: Create a launcher.
sudo gedit /usr/share/applications/DSMLink.desktop
Then add this to the file:
[Desktop Entry]
Name=DSMLink
Comment=DSMLink Engine Management
Exec=dsmlink.sh
Icon=
Terminal=false
Type=Application
Categories=Application;Other;
Step 8: Refresh your panel:
sudo killall gnome-panel
Step 9: There is no Step 9
Happy tuning!