PFIEQ CONTROL AND LINUX COMMAND NOTES ====================================================== PCI-DDA02/16 + SSR48 Solid State Relay Rack Install Fedora 7 Linux version 2.6.22.5-76.fc7 Upgrade with yum -y update Using Warren Jaspers Driver PCI-DDA0X-16.0.3.tgz tar zxvf 'package name' will open package. make make install Copy the file 60-mcc.rules to /etc/udev/rules.d. This files can be found at ftp://lx10.tx.ncsu.edu/pub/Linux/drivers Having the driver install at boot: Add the following line to /etc/modprobe.conf alias char-major-244 dda0X-16.ko ====================================================== To Install PCI-DAS08 tar zxvf 'package name' will open package. 1. make 2. make install 3. check that everything works the way you think it should 4. /sbin/depmod -a (Driver Should now load on bootup) ====================================================== using QDDS (Quake Data Distribution System) java -jar QDDS.jar download from ftp://ehzftp.wr.usgs.gov/QDDS/QDDS.html Change Poll wait time from 15 -2 Change Log level to 5 if their is a problem (QDDS appeared to be running fine) Note: QDDS must be running before QDM is running ======================================================= using QDM (Quake Data Merge) java -jar QDM.jar download from ftp://ehzftp.wr.usgs.gov/QDM/QDM.html Using version 1.2.4 Prior 1.2.4 was giving me bugs and I am not sure as to why.. (Even this version appears to be buggy 17/10/2007) Watching it. ========================================================= Version jre1.6.0_03 http://www.java.com/en/download/ Follow the instructions form this URL http://www.mjmwired.net/resources/mjm-fedora-f7.html#java =================================================== CISN Display http://www.cisn.org/software/cisndisplay.html To login to the system, please use your "email address" as your username, and teszew as your password. You can change your username/password later by logging in to: http://www.cisn.org/software/login/index.php?login=yes and select the CISN Display Management tool "Edit Your Profile". A registration code good for 3 users has been created for your organization's use. Please safeguard this identifier, as it's unique to your group and will allow your organization to create individual user accounts. Registration Code: FGHIX5 You can go to the following link and begin using your registration code: http://www.cisn.org/software/login/enterRegcode.php ===================================================== To compile with gcc gcc (filename.c) -o (filename output) To find eth0 /sbin/ifconfig "make uninstall " to remove the driver To Remove a Directory rm -R directoryname