<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
<pre>On Thu, Apr 03, 2008 at 01:45:09PM +0000, Tony Mountifield wrote:
><i> Jerry, the first thing to check is "cat /proc/interrupts" and see if there
</i>><i> is an entry for rtc on IRQ 8. There should be, and the interrupt counts
</i>><i> on there should be going up at approximately 1024 per second.
</i>
To see it better:
watch -n1 -d cat /proc/interrupts
</pre>
</blockquote>
watch -n1 -d cat /proc/interrupts<br>
Every 1.0s: cat
/proc/interrupts &n
bsp;
Thu Apr 3 10:29:19 2008<br>
<br>
CPU0 CPU1<br>
0: 129 0 XT-PIC-XT timer<br>
1: 337248 0 XT-PIC-XT i8042<br>
2: 0 0 XT-PIC-XT cascade<br>
3: 4 0 XT-PIC-XT<br>
4: 69 0 XT-PIC-XT<br>
5: 737837152 0 XT-PIC-XT HDA Intel<br>
7: 385 0 XT-PIC-XT parport0<br>
8: 1 0 XT-PIC-XT rtc<br>
<br>
<br>
It still remains as 1...<br>
<br>
Jerry<br>
<br>
</body>
</html>