From 267fdc0b7ed2ec5c80a8b3307e49a1e836b9fa8e Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 1 Nov 2023 12:57:57 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 112d919..752279d 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -102,7 +102,7 @@ sudo cp ~/work/stxm/SystemInstall/libpython3.8.so.1.0 /lib/x86_64-linux-gnu/ - Compile Comedi -Note: only needed if Agilent interferometer card needs to be supported +Note: Only needed if Agilent interferometer card needs to be supported. Nearly all Comedi drivers are now included in the Linux kernel and will be automatically detected and loaded. The Agilent driver we use was written by Jörg and only implements the features needed by Pixelator - this is why it requires special treatment. Note: This requires a reboot after installing the Linux RT Kernel or else it will fail the configure @@ -135,7 +135,7 @@ sudo ldconfig - Load Comedi driver and configure cards -to be adapted to the actual Hardware configuration +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. ``` sudo cp ~/work/stxm/SystemInstall/ComediLoadModules /etc/init.d