From: Borislav Petkov <bp@alien8.de>
To: Dan Merillat <dan.merillat@gmail.com>
Cc: Adko Branil <adkobranil@yahoo.com>,
"linux-ide@vger.kernel.org" <linux-ide@vger.kernel.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>
Subject: Re: HDD problem, software bug, bios bug, or hardware ?
Date: Mon, 10 Sep 2012 23:59:16 +0200 [thread overview]
Message-ID: <20120910215916.GA13334@liondog.tnic> (raw)
In-Reply-To: <CAPL5yKdNJnKoWQSKb6-bjDAGP4sEtvUdfR+bZb9XEhseE=SMYg@mail.gmail.com>
On Mon, Sep 10, 2012 at 05:29:50PM -0400, Dan Merillat wrote:
> It has two states, "Automatic" and "Disabled", but anything
> OS-controlled (such as virtualization) has the same two states. It's
> set to "Automatic".
Hmm, so it should be enabled then.
> I can probably boot back to a 3.2 where it was working, what ACPI
> debugging would be useful to you from a good kernel?
Hmm, if you say it worked before 3.2, then it didn't use ACPI the way it
does today so that it fails on your box.
Here's what I got on my box:
[ 0.000000] ACPI: RSDP 00000000000f6620 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000cfff3000 00038 (v01 GBT NVDAACPI 42302E31 NVDA 01010101)
[ 0.000000] ACPI: FACP 00000000cfff3040 00074 (v01 GBT NVDAACPI 42302E31 NVDA 01010101)
[ 0.000000] ACPI: DSDT 00000000cfff30c0 04C8E (v01 GBT NVDAACPI 00001000 MSFT 0100000C)
[ 0.000000] ACPI: FACS 00000000cfff0000 00040
[ 0.000000] ACPI: SSDT 00000000cfff7e40 004CE (v01 PTLTD POWERNOW 00000001 LTP 00000001)
[ 0.000000] ACPI: HPET 00000000cfff8340 00038 (v01 GBT NVDAACPI 42302E31 NVDA 00000098)
[ 0.000000] ACPI: MCFG 00000000cfff8380 0003C (v01 GBT NVDAACPI 42302E31 NVDA 01010101)
[ 0.000000] ACPI: APIC 00000000cfff7d80 00098 (v01 GBT NVDAACPI 42302E31 NVDA 01010101)
and the SSDT table contains, when disassembled, all those _PCT and _PSS
objects. (I guessed it by the OEM Table ID "POWERNOW" :-)) They look
something like this:
Name (_PCT, Package (0x02)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x40, // Bit Width
0x00, // Bit Offset
0x00000000C0010062, // Address
,)
},
...
each in a _PR - processor - scope. (Boy, do I hate ACPI!).
Now, if we look at your ACPI tables:
[ 0.000000] ACPI: RSDP 00000000000f7170 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000c7de3000 00034 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP 00000000c7de3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT 00000000c7de30c0 064A2 (v01 GBT GBTUACPI 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS 00000000c7de0000 00040
[ 0.000000] ACPI: HPET 00000000c7de9640 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG 00000000c7de9680 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: APIC 00000000c7de9580 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
the one missing is the SSDT table so either your BIOS is not providing
the it, or P-states are hidden in some other table or ...
Your BIOS is from 2008. Can you get a newer one from Gigabyte and update
it, if possible?
--
Regards/Gruss,
Boris.
next prev parent reply other threads:[~2012-09-10 21:59 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-25 1:31 HDD problem, software bug, bios bug, or hardware ? Adko Branil
2012-08-25 11:33 ` Borislav Petkov
2012-08-27 7:50 ` Rafael J. Wysocki
2012-09-01 12:45 ` Dan Merillat
2012-09-02 7:24 ` Borislav Petkov
2012-09-03 0:38 ` Dan Merillat
2012-09-10 20:51 ` Borislav Petkov
2012-09-10 21:29 ` Dan Merillat
2012-09-10 21:59 ` Borislav Petkov [this message]
2012-09-15 1:34 ` Dan Merillat
2012-09-15 10:34 ` Borislav Petkov
-- strict thread matches above, loose matches on Subject: below --
2012-08-25 13:36 Adko Branil
2012-08-25 17:46 ` Adko Branil
2012-08-26 13:01 ` Borislav Petkov
2012-08-27 17:01 ` Adko Branil
2012-08-27 17:21 ` Felix Miata
2012-08-27 21:59 ` Borislav Petkov
2012-08-29 17:02 ` Adko Branil
2012-08-29 17:31 ` Adko Branil
2012-08-30 10:12 ` Borislav Petkov
[not found] ` <1346259574.81504.YahooMailNeo@web124706.mail.ne1.yahoo.com>
2012-08-30 9:58 ` Borislav Petkov
2012-08-30 10:11 ` Borislav Petkov
2012-08-30 11:10 ` Adko Branil
2012-09-02 20:04 ` Mikael Pettersson
2012-09-03 21:46 ` Adko Branil
2012-09-07 11:32 ` Adko Branil
2012-09-08 16:30 ` Mikael Pettersson
2012-09-08 17:22 ` Adko Branil
2012-09-11 13:38 ` Adko Branil
2012-09-10 9:15 ` Borislav Petkov
2012-09-10 9:17 ` Borislav Petkov
2012-08-25 0:54 Adko Branil
2012-08-25 2:58 ` Felix Miata
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=20120910215916.GA13334@liondog.tnic \
--to=bp@alien8.de \
--cc=adkobranil@yahoo.com \
--cc=dan.merillat@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=rjw@sisk.pl \
/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