Private
Public Access
11
1

Update Setup Computer Debian 12

2023-10-30 21:27:08 +01:00
parent aa6fb6f886
commit 19018d9ce8

@@ -131,6 +131,18 @@ sudo ldconfig
```
- Load Comedi driver and configure cards
to be adapted to the actual Hardware 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
```
- compile Pixelator
```
cd ~/work/stxm