You are on page 1of 1

* CentOS:

After installation do the following:


yum install gcc gcc-c++ autoconf automake
yum install kernel-devel.x86_64
yum install kernel-headers.x86_64
yum update
* Leach PCI drivers:
Uncompress the Arc64PCI3.5_K26_x32.tar.bz2 file.
cd ARC_Drivers/3.5/PCI/Arc64/2.6.32-358.2.1.el6.i686/
make
( NOT as root/su )
sudo make install
( as root/su )
sudo ./Load_Arc64PCI
( as root/su )
reboot
The driver should be installed immediately after system boot or the
system may need to be SHUTDOWN ( not reboot ), after driver installation
in order to ensure the image buffer memory can be properly allocated.
See READ_ME file for more information.
To test that the driver is working:
/sbin/modprobe -l Arc64PCI
and it should print: extra/Arc64PCI.ko
* Owl:
Uncompress the owl3.5_x64_linux.tar.bz2 file.
cd Owl3.5_x64_Installer/
sudo ./Install
( as root/su )
* Root:
yum install libXpm-devel.x86_64 libXpm.x86_64
wget ftp://root.cern.ch/root/root_v5.34.10.Linux-slc6_amd64-gcc4.4.tar.gz
* DS9:
http://hea-www.harvard.edu/RD/ds9/site/Download.html
* Add to the .bashrc
#ROOT
source /home/javier/Soft/root/bin/thisroot.sh
#DS9
alias ds9="/home/javier/Soft/ds9/ds9"
Commands:
STP: stop the clocks
IDL: continuosly clean the CCD
SEX: reads
To comunicate with the bias board:
5456462 2 DAQ# 5654852 DAQ_VALUE
Note: DAQ_VALUE [0,4095]
listo

You might also like