From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Frank.Otto@tc.pci.uni-heidelberg.de
Cc: linux-kernel@vger.kernel.org, mdheffner@yahoo.com
Subject: Re: PROBLEM: conflict between apm and system clock on Inspiron 8100
Date: Thu, 29 Aug 2002 12:11:03 +1000 [thread overview]
Message-ID: <20020829121103.48b5920d.sfr@canb.auug.org.au> (raw)
In-Reply-To: <200208281504.g7SF4Xl04292@goedel.pci.uni-heidelberg.de>
Hi Frank,
On Wed, 28 Aug 2002 17:04:33 +0200 Frank.Otto@tc.pci.uni-heidelberg.de wrote:
>
> Alan Cox wrote:
> > On Mon, 2002-08-26 at 18:00, mike heffner wrote:
> > > Well, isn't that a nice feature. Is there a
> > > workaround for this hardware?
> >
> > A thinkpad ;)
>
> Unfortunately, that's not true -- I just got an IBM Thinkpad R32
> which exhibits the same behaviour as Mike's Dell Inspiron 8100,
> it's only a tad worse. When I have the battstat_applet running (which
> checks the battery every second), kernel time runs about 3% slow
> compared to the RTC (which seems to be half-way accurate on my machine).
Don't do that then. Why would you need to check the battery status
every second? Check every 30 seconds. Does your battery even update its
status more often than that?
> The cause seems to be definitely APM. If I shut off battstat_applet
> and apmd, kernel time and RTC are in sync. With only apmd, I lose about
> 15 seconds per hour. With battstat_applet, I lose 2 minutes per hour.
> With
> while true; do cat /proc/apm >/dev/null; done
> the system runs at about 1/4 of the right speed. Using a kernel with ACPI
> eliminates the problem (of course, you lose almost all power management
> functionality too).
Interesting ... Howlong does "cat /proc/apm" take?
On my Thinkpad T22 I get:
# time cat /proc/apm
1.16 1.2 0x03 0x01 0x00 0x01 99% -1 ?
real 0m0.009s
user 0m0.000s
sys 0m0.010s
while ...
# time ./tppow
Battery 0 present power units mW[h] design capacity 38880 last full charge capacity 29260
status 0x0 rate 0 cap 29172 voltage 12485
real 0m0.311s
user 0m0.100s
sys 0m0.000s
tppow is a C implementation of the disassembled APCI method for reading the
battery status. It does not disable interrupts but does talk to the
embedded controller in the Thinkpad.
> BTW, I have set CONFIG_APM_ALLOW_INT, and on startup the kernel even says
> "IBM machine detected. Enabling interrupts during APM calls." Doesn't
> seem to help, though.
This just means that we enter the BIOS with interrupts enabled, it doesn't
stop the BIOS from disabling interrupts ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
next prev parent reply other threads:[~2002-08-29 2:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-26 8:14 mike heffner
2002-08-26 9:55 ` Alan Cox
2002-08-26 17:00 ` mike heffner
2002-08-26 17:08 ` Alan Cox
2002-08-28 15:04 ` Frank.Otto
2002-08-28 17:00 ` mike heffner
2002-08-29 12:42 ` Frank Otto
2002-08-29 2:11 ` Stephen Rothwell [this message]
2002-08-29 12:25 ` Frank Otto
2002-08-29 17:19 ` mike heffner
2002-08-29 23:48 ` Stephen Rothwell
2002-08-30 0:33 ` mike heffner
2002-08-30 11:39 ` Frank Otto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020829121103.48b5920d.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=Frank.Otto@tc.pci.uni-heidelberg.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mdheffner@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®