diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index 9fefb89..f19b574 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -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