System: Compaq Presario 900Z notebook
Kernel: 2.4.21-ac1
First time the system clock drift was noticed when running
akpi applet for KDE: ntpdate time corrections were too
large. Then I've found that it happens when simply
To test this, run
adjtimex --compare=10000
in first xterm, and the following script on another xterm:
#!/bin/sh
for i in `find /proc/acpi/battery -type f`
do
echo $i
count=0
while [ $count -lt 30 ]
do
cat $i > /dev/null 2>/dev/null
sleep 1
count=$[count+1]
done
done
Serguei Miridonov.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/