public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Compaq EVO N110, bad state handling?
@ 2003-04-18 12:31 Jiri Musil
  2003-04-18 14:13 ` Zdeněk OGAR Skalák
  2003-04-22  9:35 ` Copaq's DSDTs Zdeněk OGAR Skalák
  0 siblings, 2 replies; 3+ messages in thread
From: Jiri Musil @ 2003-04-18 12:31 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,
i didn't recieve answer in acpi-support so i'm trying to send mail here to devel
list.

I have Compaq EVO N110, i compiled 2.4.21-pre6 with acpi for this kernel. I can
read info about battery, CPU etc. but state file shows bad values.

When i try to read state of battery at first time it shows probably good value. 
But when i try to read it one more time there is crazy value (ten time more 
then capacity of my battery) which decreases very quickly and when it reaches 
zero value it returns to some crazy high value and the fast decreasing repeats. 
That all the time.

CPU stat shows 50C all the time and it is not possible. (it shows 50C even if my
fan rotates, according to my BIOS my fan turns on when temperature get over
76C).

Does it exist some solution of this problem or do i have to wait for some next
version of your kernel patch?

Thanks for response.


-- 
jiri musil
icq# 125282227, http://www.stud.fit.vutbr.cz/~xmusil21


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compaq EVO N110, bad state handling?
  2003-04-18 12:31 Compaq EVO N110, bad state handling? Jiri Musil
@ 2003-04-18 14:13 ` Zdeněk OGAR Skalák
  2003-04-22  9:35 ` Copaq's DSDTs Zdeněk OGAR Skalák
  1 sibling, 0 replies; 3+ messages in thread
From: Zdeněk OGAR Skalák @ 2003-04-18 14:13 UTC (permalink / raw)
  To: Jiri Musil, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi,

> Hi,
> i didn't recieve answer in acpi-support so i'm trying to send mail here to devel
> list.
> 
> I have Compaq EVO N110, i compiled 2.4.21-pre6 with acpi for this kernel. I can
> read info about battery, CPU etc. but state file shows bad values.
> 
> When i try to read state of battery at first time it shows probably good value.
> But when i try to read it one more time there is crazy value (ten time more
> then capacity of my battery) which decreases very quickly and when it reaches
> zero value it returns to some crazy high value and the fast decreasing repeats.
> That all the time.

	I had the same behaviour on Compaq ARMADA 110. You can search this list for
mail from me with title Armada 110, examine if it is applicable & try to repair
it yourself :-). Or you could send me your dsdt (cat /proc/acpi/dsdt > dsdt.dat)
& I'll have a look.

> CPU stat shows 50C all the time and it is not possible. (it shows 50C even if my
> fan rotates, according to my BIOS my fan turns on when temperature get over
> 76C).

	This thing I didn't care :-{

> Does it exist some solution of this problem or do i have to wait for some next
> version of your kernel patch?

	Sure, solution exist, but you have to repair yourself (or find somebody to do
it for you :-)

	Bye
		Zdenek OGAR Skalak

-- 
Ing. Zdeněk OGAR Skalák
Monet+ a.s.
Zámecká 365
763 14 Zlín - Štípa, CZ
Tel: +420 / 577 110 411,  Fax: +420 / 577 914 557


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Copaq's DSDTs
  2003-04-18 12:31 Compaq EVO N110, bad state handling? Jiri Musil
  2003-04-18 14:13 ` Zdeněk OGAR Skalák
@ 2003-04-22  9:35 ` Zdeněk OGAR Skalák
  1 sibling, 0 replies; 3+ messages in thread
From: Zdeněk OGAR Skalák @ 2003-04-22  9:35 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


Hi,

	just as repairing Jiri Musil's DSDT: Compaq Evo N110 & Armada 110 are nearly
the same, the same bugs in DSDT, ....

	But what I'm writing for: consider this fragment of DSDT :-)

   Device(PCI0)
        {
            Name(MYOS,0x02)
            Method(_INI,0,NotSerialized)
            {
                Store(0x02,MYOS /* \_SB.PCI0.MYOS */)
                If(LEqual(SizeOf(\_OS),0x14))
                {
                    Store(0x01,MYOS /* \_SB.PCI0.MYOS */)
                }
                If(LEqual(SizeOf(\_OS),0x11))
                {
                    Store(0x00,MYOS /* \_SB.PCI0.MYOS */)
                }
                If(LEqual(SizeOf(\_OS),0x27))
                {
                    Store(0x03,MYOS /* \_SB.PCI0.MYOS */)
                }
            }

	Pretty smart way to find out operating system, isn't it ?

	Bye
		Zdenek OGAR Skalak
-- 
Ing. Zdeněk OGAR Skalák
Monet+ a.s.
Zámecká 365
763 14 Zlín - Štípa, CZ
Tel: +420 / 577 110 411,  Fax: +420 / 577 914 557


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-22  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-18 12:31 Compaq EVO N110, bad state handling? Jiri Musil
2003-04-18 14:13 ` Zdeněk OGAR Skalák
2003-04-22  9:35 ` Copaq's DSDTs Zdeněk OGAR Skalák

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox