Please note also that comedi_soft_calibrate stores values in a special file. It's normally situated in /var/lib/comedi/calibrations, but with the default compilation variables, it ends up somewhere in /var/lib/libcomedi0/lib/comedi/calibrations.
So to make it behave well on my own build I added this parameter to the call to the main "./configure" in debian/rules: --localstatedir=/var (No need to change the python-related configure nor the comedi-calibrate configure) Also, I've added this line to debian/libcomedi0.dirs: var/lib/comedi/calibrations Éric -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

