public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: C2 or C3 on Presario 2110US?
@ 2003-03-13 18:48 Breathnach, Proinnsias (Dublin)
       [not found] ` <A3C83F41488BD61195C3000802252FC135C175-SI4JNLCqwGbcq19Bq1crS1aTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Breathnach, Proinnsias (Dublin) @ 2003-03-13 18:48 UTC (permalink / raw)
  To: 'Carl Thompson'
  Cc: 'acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org'

Carl,
	I'm no ACPI expert here, but I'd imagine the problem is probably
closer related to the DSDT (the tables the BIOS manufacturer included to
tell the OS about what it can / can't do ...

In your case it seems that the manufacturer (of either the BIOS itself or
probably the laptop) didn't include any C-State information in the ACPI
tables, or if they did that this information is unreadable by the Linux ACPI
parser.

Can you output your DSDT and copy the list on it ... someone with more
experience may have an answer as to why it's failing like that !

What versions of the kernel / ACPI are you using are also important factors.

P

> -----Original Message-----
> Actually, any sort of
> acknowledgement would be nice.  What ever happened to the talk of
> implementing a bug tracking system?
> 
> 



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en

^ permalink raw reply	[flat|nested] 9+ messages in thread
* RE: C2 or C3 on Presario 2110US?
@ 2003-03-14  1:34 Grover, Andrew
       [not found] ` <F760B14C9561B941B89469F59BA3A847E96D05-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Grover, Andrew @ 2003-03-14  1:34 UTC (permalink / raw)
  To: Carl Thompson, Breathnach, Proinnsias (Dublin)
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> From: Carl Thompson [mailto:cet-GxmFRYwVNOxKOnpN5g9PlQ@public.gmane.org] 
> Is it possible this machine just doesn't do C2-C3, processor limit
> control or processor performance control?  If that is the 
> case, then why
> does Windows seem to be running cooler?  The fan is often off 
> in Windows
> but never off in Linux.  Also battery life seems to be better 
> in Windows
> whereas on my other laptops it's better in Linux.  And yes, I am using
> CPUFreq's PowerNow support to throttle down the CPU speed and 
> voltage to
> the minimum.

Does the system feel slow, or are there an abnormal number of interrupts
shown in /proc/interrupts?

Also, the latest code required that the Processor P_BLK have a length of
0 or 6, without exception.

Finally, C2 and C3 statistics should be exposed through perfmon under
Windows. You might try finding that information, and seeing if indeed it
is using C2 or C3.

> Does anyone know of any tools to display the exact CPU speed, voltage
> and temperature under Windows so I can see exactly what it's 
> doing?  The
> PowerNow dashboard from AMD just gives a (simulated) analog 
> guage which
> does not give accurate measurements.

Wcpuid by H. Oda? I know it shows speed, but I don't have a PowerNow CPU
to test the other part. :)

Regards -- Andy



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en

^ permalink raw reply	[flat|nested] 9+ messages in thread
* C2 or C3 on Presario 2110US?
@ 2003-03-13 18:35 Carl Thompson
  0 siblings, 0 replies; 9+ messages in thread
From: Carl Thompson @ 2003-03-13 18:35 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

     I am resending this because I got no responses to my original
message from the ACPI team on this issue.  I would really apppreciate it
if someone could let me know if this is something that is being looked
at, will be looked at or will never be looked at!  Actually, any sort of
acknowledgement would be nice.  What ever happened to the talk of
implementing a bug tracking system?

     If there's any other information I can provide or anything I can do
to help please let me know.  I am also willing to try to help more
actively if someone can tell me what information I need and where in the
ACPI code it is handled.

Thank you for responding,
Carl Thompson

------ Original Message ------

Hello,

     I just upgraded my laptop to a Compaq Presario 2110US and am
pleased to report for the most part Linux ACPI works excellently on it
(without the problems I have on my Sony Vaios).  The one exception is
that Linux ACPI does not have any processor support for it (everything
in /proc/acpi/processor/CPU0 reads "<not supported>" except power which
tells me that only the C1 state is available.  I believe the problem is
that the chipset used in the laptop is reasonably new (ATI/ALI combo),
in particular the ATI bridges.  Is there any effort to get ACPI working
on this chipset?  In particular I would like to see C2 or C3 because the
2110 has the loudest fan I've heard on a laptop.  I am willing to help
in any way I can and here is the output of lspci:

00:00.0 Host bridge: ATI Technologies Inc: Unknown device cab0 (rev 13)
00:01.0 PCI bridge: ATI Technologies Inc U1/A3 AGP Bridge [IGP 320M]
(rev 01)
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link
Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Modem: ALi Corporation Intel 537 [M5457 AC-Link Modem]
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1

The processor itself is a Mobile AMD Athlon 2000+.

Thanks,
Carl Thompson





-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en

^ permalink raw reply	[flat|nested] 9+ messages in thread
* C2 or C3 on Presario 2110US?
@ 2003-03-05 13:34 Carl Thompson
  0 siblings, 0 replies; 9+ messages in thread
From: Carl Thompson @ 2003-03-05 13:34 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org


Hello,

     I just upgraded my laptop to a Compaq Presario 2110US and am
pleased to report for the most part Linux ACPI works excellently on it
(without the problems I have on my Sony Vaios).  The one exception is
that Linux ACPI does not have any processor support for it (everything
in /proc/acpi/processor/CPU0 reads "<not supported>" except power which
tells me that only the C1 state is available.  I believe the problem is
that the chipset used in the laptop is reasonably new (ATI/ALI combo),
in particular the ATI bridges.  Is there any effort to get ACPI working
on this chipset?  In particular I would like to see C2 or C3 because the
2110 has the loudest fan I've heard on a laptop.  I am willing to help
in any way I can and here is the output of lspci:

00:00.0 Host bridge: ATI Technologies Inc: Unknown device cab0 (rev 13)
00:01.0 PCI bridge: ATI Technologies Inc U1/A3 AGP Bridge [IGP 320M]
(rev 01)
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link
Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Modem: ALi Corporation Intel 537 [M5457 AC-Link Modem]
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1

The processor itself is a Mobile AMD Athlon 2000+.

Thanks,
Carl Thompson




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

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

end of thread, other threads:[~2003-03-19 19:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-13 18:48 C2 or C3 on Presario 2110US? Breathnach, Proinnsias (Dublin)
     [not found] ` <A3C83F41488BD61195C3000802252FC135C175-SI4JNLCqwGbcq19Bq1crS1aTQe2KTcn/@public.gmane.org>
2003-03-13 22:58   ` Carl Thompson
  -- strict thread matches above, loose matches on Subject: below --
2003-03-14  1:34 Grover, Andrew
     [not found] ` <F760B14C9561B941B89469F59BA3A847E96D05-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
2003-03-14  7:17   ` Carl Thompson
     [not found]     ` <1047626263.be18a116566a8-GxmFRYwVNOxKOnpN5g9PlQ@public.gmane.org>
2003-03-18 17:11       ` Carl Thompson
     [not found]         ` <20030319110729.GZ8319@poup.poupinou.org>
     [not found]           ` <1048095104.755549e671fee@carlthompson.net>
     [not found]             ` <20030319180528.GE8319@poup.poupinou.org>
     [not found]               ` <20030319180528.GE8319-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-03-19 19:33                 ` Carl Thompson
2003-03-19 18:10   ` Ducrot Bruno
2003-03-13 18:35 Carl Thompson
2003-03-05 13:34 Carl Thompson

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