Private
Public Access
11
1

Update Setup Computer Debian 12

2023-11-22 11:40:51 +01:00
parent f36551f858
commit 8c0b0bcf93

@@ -1,6 +1,6 @@
**Prepare Computer**
For use with Orocos. Orchestra and Comedi are no longer required.
For use with Orocos. Orchestra and Comedi libraries are no longer required to be installed. Note that Comedi is now included in the Linux kernel and so you will see the Comedi name in a few places.
- Install a Debian 12 Desktop 64 Bit, username: control with sudo permissions (add control to group sudo and to dialout)
```
@@ -117,18 +117,6 @@ sudo tar xfvz ~/work/stxm/SystemInstall/intens/intens-4.5.15-snapshot-64-qt5.tar
sudo cp ~/work/stxm/SystemInstall/intens/libpython3.8.so.1.0 /lib/x86_64-linux-gnu/
```
- Load Comedi kernel drivers and configure cards
Note: This step is only needed if an 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](/microspectro/pixelator/-/wikis/Orocos-Configuration). The references to Comedi here are referring to the code that is now included in the Linux kernel and there is no need to install any Comedi libraries.
```
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
```
- compile Pixelator
Warning: Running compile jobs in parallel (i.e. using the `make -j#` option with #>1) can cause compile errors, especially for PixelatorGUI.