<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
On Mon, 2005-12-12 at 17:47 -0500, Murphy, Patrick wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">I had the same time drift issue.  I have an Athlon64 X2 chip and an</FONT>
<FONT COLOR="#000000">MSI-7100.  It seems that the default system timer detection in newer</FONT>
<FONT COLOR="#000000">kernels has changed.  After searching the net, I found that adding the</FONT>
<FONT COLOR="#000000">option  clock=pmtmr to the /boot/grub/grub.conf for the kernel you are</FONT>
<FONT COLOR="#000000">loading solves the problem (at least with my motherboard).  A code</FONT>
<FONT COLOR="#000000">sample from my system is below:</FONT>

<FONT COLOR="#000000">default=0</FONT>
<FONT COLOR="#000000">timeout=10</FONT>
<FONT COLOR="#000000">splashimage=(hd0,1)/grub/splash.xpm.gz</FONT>
<FONT COLOR="#000000">hiddenmenu</FONT>
<FONT COLOR="#000000">title Fedora Core (2.6.14-1.1644_FC4smp)</FONT>
<FONT COLOR="#000000">  root (hd0,1)</FONT>
<FONT COLOR="#000000">  kernel /vmlinuz-2.6.14-1.1644_FC4smp ro root=/dev/VolGroup00/LogVol00</FONT>
<FONT COLOR="#000000">rhgb clock=pmtmr quiet</FONT>
<FONT COLOR="#000000">  initrd /initrd-2.6.14-1.1644_FC4smp.im</FONT>g
</PRE>
</BLOCKQUOTE>
<BR>
I made the change to my grub.conf file, rebooted, and it appears that the problem is still there. After letting it run 15 mins, the clock gained 30 mins. Only had a single rtc_mmss warning, though. Is this something that might be an issue with the FC3-brand kernels??? <BR>
<BR>
Steve<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<FONT COLOR="#ff9a00">Steven Ringwald</FONT><BR>
<FONT COLOR="#ff9a00">Telesmart Networks</FONT><BR>
<FONT COLOR="#ff9a00">503-802-1111</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>