From 19018d9ce8a859a05a28251daae4d7a05d9ab032 Mon Sep 17 00:00:00 2001 From: raabe Date: Mon, 30 Oct 2023 21:27:08 +0100 Subject: [PATCH] Update Setup Computer Debian 12 --- Setup-Computer-Debian-12.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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