Private
Public Access
11
1

Update Setup Computer Debian 12

2023-11-01 12:57:57 +01:00
parent 58875a5376
commit 267fdc0b7e

@@ -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