View previous topic :: View next topic |
Author |
Message |
FcukThisGame l33t
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Mon Feb 27, 2006 10:45 pm Post subject: [AMD64] clock is really fast |
|
|
I'm using amd64 2.6.15-r5 gentoo and I've noticed that my clock is really fast. (date shows Mon Feb 27 01:50:37 EST 2006 when it's 19:50 on the 26th, and I corrected the clock yesterday afternoon.)
my /etc/conf.d/clock:
Code: | CLOCK="local"
CLOCK_OPTS=""
CLOCK_SYSTOHC="no"
SRM="no"
ARC="no" |
I've heard about amd64s and clocks being off. In 32-bit windows, it went at normal speed (it does, however, show the time that gentoo has last used, therefore being off.) _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
|
colo Apprentice
Joined: 21 Mar 2004 Posts: 160 Location: Austria
|
Posted: Mon Feb 27, 2006 11:01 pm Post subject: |
|
|
Are you running an AMD Athlon 64 X2 (Dualcore)? _________________ Free Software. Free Sociecty. Better Lives. |
|
Back to top |
|
|
albright Advocate
Joined: 16 Nov 2003 Posts: 2588 Location: Near Toronto
|
Posted: Tue Feb 28, 2006 1:50 am Post subject: |
|
|
I put this in lilo.conf and it fixed my crazy clock
(amd x2):
Code: | append="notsc .... " |
|
|
Back to top |
|
|
colo Apprentice
Joined: 21 Mar 2004 Posts: 160 Location: Austria
|
Posted: Tue Feb 28, 2006 1:26 pm Post subject: |
|
|
on the kernel-commandline should also fix clock-related problems on architectures featuring unsyced TSCs (like the X2). _________________ Free Software. Free Sociecty. Better Lives. |
|
Back to top |
|
|
FcukThisGame l33t
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Tue Feb 28, 2006 8:58 pm Post subject: |
|
|
Nope. It's not dualcore. Just an amd64 3000+ . and it's really fast.
I'll try the clock=pit and/or the append="notsc". _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
|
pontusen Tux's lil' helper
Joined: 05 Jan 2006 Posts: 96
|
Posted: Tue Feb 28, 2006 9:20 pm Post subject: |
|
|
I don't have those issues, using amd64 3400+ on 754 socket.
Why don't you try using ntp? |
|
Back to top |
|
|
FcukThisGame l33t
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Tue Feb 28, 2006 9:22 pm Post subject: |
|
|
I'm on a 939, and I'm not so sure that my network is stable. I'll use ntp if I have to, but I'd prefer to fix it locally if possible. _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
|
Albino n00b
Joined: 24 Jan 2006 Posts: 20
|
Posted: Tue Feb 28, 2006 10:58 pm Post subject: |
|
|
I'm running an AMD 64 3400+ and my clock ran at an insane speed, I found my solution in the amd64 forum under the sticky FAQ. I used this kernel parameter in my grub menu and it seemed to solve the problem, "noapictimer" but without the quotation marks obviously. If that doesn't work for you try one of the other kernel parameters said to work in the amd64 FAQ. |
|
Back to top |
|
|
Xithix Apprentice
Joined: 31 Dec 2004 Posts: 228
|
Posted: Tue Feb 28, 2006 11:53 pm Post subject: |
|
|
In lilo.conf (append="") or after the kernel in grub.conf (kernel="") try passing no_timer_check as a boot argument.
If that doesn't work try passing disable_timer_pin_1
If that doesn't work try passing noapictimer
If that doesn't work try passing irqfixup
If that doesn't work try passing irqpoll
Which one works if any depends mostly on whether you are running it in 64-bit mode or as a 32-bit processor. The first one is for 64bit.
Also if possible use ntp on boot. |
|
Back to top |
|
|
|