Problems with clock on 1.1-CURRENT
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Wed Aug  4 10:37:35 PDT 2004
    
    
  
:$ kldstat
:Id Refs Address    Size     Name
: 1    1 0xc0100000 2e0244   kernel
:$ sysctl -a | grep acpi
:$ sysctl -a | grep apm
:$
:
:I noticed when I used this system, sometimes my system clock stopped.
:For a minutes if there is no input from the keyboard or the mouse it has
:happened. The clock restart when input comes, but the starting time is
:same time when it stops.
:
:What can I try?  Please tell me.
:
:Regards.
:-- 
:H.Miyamoto (aka "Yuukis"). <Ys at xxxxxxxxxxxxxx>
    That kinda sounds like the clock interrupt isn't running at all, or
    its IRQ is being routed from another source, or something equally bad.
    Do a 'systat -vm 1' in a window and observe the 'clk' interrupts on
    irq0 in various situations.  A normally working, idle system should
    get a fairly constant 245-250 clk interrupts per second.  [Of course,
    systat's 1 second interval might also be messed up due to the issue].
    Your 'dmesg' output would be useful.
					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>
    
    
More information about the Bugs
mailing list