From 84b2d419b0293939cfe82845fdd9ac1dcae664b4 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 7 Oct 2011 19:42:25 -0300 Subject: [PATCH] m1rc3/norruption/mtemp: so Ubuntu now has a usbtmc module that gets in the way. rmmod :) --- m1rc3/norruption/mtemp | 1 + 1 file changed, 1 insertion(+) diff --git a/m1rc3/norruption/mtemp b/m1rc3/norruption/mtemp index 2cf8aa7..6b2343c 100755 --- a/m1rc3/norruption/mtemp +++ b/m1rc3/norruption/mtemp @@ -1,5 +1,6 @@ #!/bin/sh while true; do + rmmod usbtmc echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\`` sleep 60 done