home *** CD-ROM | disk | FTP | other *** search
/ DEFCON 12 / DEFCON_12_CD-ROM_2004.iso / Grunwald / rfdump / Dev / installDebianLinux.txt < prev    next >
Text File  |  2004-06-29  |  1KB  |  53 lines

  1. RFDump V1.1 Installation on Debian Linux
  2. ----------------------------------------
  3.  
  4. You may skip some of the following steps if the required packages
  5. are already installed on your system.
  6.  
  7. 1.     Install a Java 1.3.1 environment, e.g. Blackdown
  8.  
  9.     Add the following line to your /etc/apt/sources.list: 
  10.  
  11.         deb ftp://url/debian unstable main non-free
  12.  
  13.     Where ftp://url is one of the mirrors from the list available at 
  14.     http://www.blackdown.org/java-linux/mirrors.html. 
  15.  
  16.     Then do: 
  17.  
  18.         $ apt-get update
  19.         $ apt-get install j2sdk1.3
  20.  
  21. 2.    Install RXTX
  22.  
  23.     Extract the rxtx-bins.1.tar.gz archive
  24.  
  25.     Then do (assuming Blackdown installation): 
  26.  
  27.         $ cp rxtx-bins.1/1.4/i386-pc-linux/libParallel.so /usr/lib/j2se/1.3/jre/lib/i386/
  28.         $ cp rxtx-bins.1/1.4/i386-pc-linux/libSerial.so /usr/lib/j2se/1.3/jre/lib/i386/
  29.         $ cp rxtx-bins.1/1.4/jcl.jar /usr/lib/j2se/1.3/jre/lib/ext/
  30.  
  31. 3.     Install Comm (Solaris/SparcTM version)
  32.  
  33.     Extract the javax_comm-2_0_2-solsparc.tar.Z archive
  34.  
  35.     Then do (assuming Blackdown installation): 
  36.  
  37.         $ cp commapi/comm.jar /usr/lib/j2se/1.3/jre/lib/ext/
  38.         $ echo Driver=gnu.io.RXTXCommDriver > /usr/lib/j2se/1.3/jre/lib/javax.comm.properties
  39.         
  40. 4.     Make startRFDump executable
  41.  
  42.         $ chmod 755 startRFDump
  43.         
  44. 5.     Modify rfdump.properties to point to the correct serial 
  45.        port (/dev/ttyS1 is default).
  46.  
  47. 6.     Start RFDump in an X environment
  48.  
  49.         $ startRFDump 
  50.  
  51.  
  52.  
  53.