From b3ccf694d7392a4ef054e72b16afa44fd09938d1 Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 21 Nov 2023 22:15:12 +0100 Subject: [PATCH] Remove Comedi and fis SystemInstall dirs --- Setup-Computer-Debian-12.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 77977fa..1b53984 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -87,7 +87,7 @@ make export EPICS_CA_ADDR_LIST="sls-x07da-cagw.psi.ch:5822" -sudo cp ~/work/stxm/SystemInstall/epics-7.0.6.conf /etc/ld.so.conf.d +sudo cp ~/work/stxm/SystemInstall/epics/epics-7.0.6.conf /etc/ld.so.conf.d # edit to match lib Path sudo ldconfig ``` @@ -96,7 +96,7 @@ sudo ldconfig ``` cd ~/Basesystem -tar xfvj ../work/stxm/SystemInstall/PI_Application_Software-1.17.0.1-INSTALL.tar.bz2 +tar xfvj ../work/stxm/SystemInstall/HW-Libs/PI_Application_Software-1.17.0.1-INSTALL.tar.bz2 cd PI_Application_Software/ sudo ./INSTALL #n @@ -113,21 +113,8 @@ sudo ./INSTALL ``` cd /usr/local sudo mkdir intens -sudo tar xfvz ~/work/stxm/SystemInstall/intens-4.5.15-snapshot-64-qt5.tar.gz -sudo cp ~/work/stxm/SystemInstall/libpython3.8.so.1.0 /lib/x86_64-linux-gnu/ -``` - - -- Load Comedi driver and configure cards - -Note: Again, only needed if Agilent interferometer card needs to be supported. This step turns off the auto-loading of driver modules and sets a manual list of modules to be loaded. This list may need to be [adapted to the available hardware](Orocos-Configuration). - -``` -sudo cp ~/work/stxm/SystemInstall/ComediLoadModules /etc/init.d -cd /etc/rc5.d -sudo ln -s ../init.d/ComediLoadModules S98ComediLoadModules - -sudo cp ~/work/stxm/SystemInstall/comedi.conf /etc/modprobe.d +sudo tar xfvz ~/work/stxm/SystemInstall/intens/intens-4.5.15-snapshot-64-qt5.tar.gz +sudo cp ~/work/stxm/SystemInstall/intens/libpython3.8.so.1.0 /lib/x86_64-linux-gnu/ ```