Re: How to reset the timestamp value in Suse 10 system
- From: song_winter@xxxxxxxxxxx
- Date: Sun, 29 Jul 2007 14:57:03 -0000
On Jul 29, 3:18 pm, Jan Kandziora <j...@xxxxxx> wrote:
song_win...@xxxxxxxxxxx schrieb:
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.
First, check the output of
$ 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 versions
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.
In that case, you have to use the vanilla kernel sources instead of the
(broken) kernel source package of your distribution.
Kind regards
Jan
Hello,
How to adjust the value of timestamp in Suse 10 please? May I change
it to 1us resolution? How?
Thanks
Winter
.
- Follow-Ups:
- Re: How to reset the timestamp value in Suse 10 system
- From: Jan Kandziora
- 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
- Re: How to reset the timestamp value in Suse 10 system
- From: Jan Kandziora
- How to reset the timestamp value in Suse 10 system
- Prev by Date: Re: suse heartbreak: ipw3945
- Next by Date: Re: How to reset the timestamp value in Suse 10 system
- Previous by thread: Re: 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
|