Re: How to reset the timestamp value in Suse 10 system
- From: Jan Kandziora <jjj@xxxxxx>
- Date: Sun, 29 Jul 2007 09:18:27 +0200
song_winter@xxxxxxxxxxx schrieb:
First, check the output of
The Linux kernel must be configured with the CONFIG_X86_TSC option
enabled in order to use the TSC. Make sure this option is enabled in
your kernel.
$ gunzip -c /proc/config.gz | grep CONFIG_X86_TSC
Does it say "...=y"? If no, you have to recompile your kernel. Install the
kernel sources, run
$ su
# cd /usr/src/linux
# gunzip -c /proc/config.gz >.config
# make menuconfig
Enable "High Resolution Timer Support" inside the "Processor Type and
Features"
# make
# make install
# make modules_install
Besides, you should check a kernel building howto like this:
http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html
to get an overview of what you are trying to do.
If yes, you already have TSC support in your kernel and maybe (unlikely) the
section below applies:
In addition, some Linux distributions may have bugs in their versionsIn that case, you have to use the vanilla kernel sources instead of the
of the kernel that cause packets not to be given high-resolution time
stamps even if the TSC is enabled. See, for example, bug 61111 for Red
Hat Linux 7.2. If your distribution has a bug such as this, you may
have to run a standard kernel from kernel.org in order to get high-
resolution time stamps.
(broken) kernel source package of your distribution.
Kind regards
Jan
.
- Follow-Ups:
- Re: How to reset the timestamp value in Suse 10 system
- From: song_winter
- Re: How to reset the timestamp value in Suse 10 system
- From: houghi
- Re: How to reset the timestamp value in Suse 10 system
- References:
- How to reset the timestamp value in Suse 10 system
- From: song_winter
- How to reset the timestamp value in Suse 10 system
- Prev by Date: Re: ZoneMinder finally installed and functional as a DV(R?).
- Next by Date: Re: How to reset the timestamp value in Suse 10 system
- Previous by thread: How to reset the timestamp value in Suse 10 system
- Next by thread: Re: How to reset the timestamp value in Suse 10 system
- Index(es):
Relevant Pages
|