|
Bugzilla – Full Text Bug Listing |
| Summary: | "powernow-k8: invalid freq entries 3900000 kHz vs. 65535000 kHz" for Gigabyte GA-K8N Pro-SLI and AMD Athlon 64 X2 3800+ | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Ulrich Windl <Ulrich.Windl> |
| Component: | Basesystem | Assignee: | Thomas Renninger <trenn> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | joachim.deguara |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Output of acpidump, bzip2 compressed | ||
|
Description
Ulrich Windl
2007-08-03 06:32:01 UTC
Is there a BIOS update available for that machine? If yes, pls try it. If not, or if still does not work, pls provide acpidump output. According to http://www.gigabyte.com.tw/Support/Motherboard/BIOS_Model.aspx?ProductID=1883, installed BIOS (F9 dated 2006/02/10) is latest. Ulrich, please attach the results of apcidump (as root call "acpidump > dsdt" and attach dsdt). Created attachment 155857 [details]
Output of acpidump, bzip2 compressed
This is a BIOS bug. What it is doing is reporting bogus P-States to the OS.
Good:
Package (0x06)
{
0x03E8,
0x00009C40,
0x64,
0x09,
0xE8202C82,
0x0482
},
Bogus:
Package (0x06)
{
0xFFFF,
0xFFFFFFFF,
0xFF,
0xFF,
0xFFFFFFFF,
0x03FF
},
The driver is then doing the right thing and comparing the frequency (1st member) with the computed frequency from the control field (4th member) and reporting that they don't match and thus throwing away the bogus p-state. Reading your DSDT (and confirmed in your kernel log) you should still get two valid and working P-States, 2GHz and 1GHz. Do these work fine?
Yes, the CPU seems to change between 1GHz and 2GHz. I had been reporting this problem because the message came up first after some online update, and I thought there's something wrong (which after all actually is, but not what I had thought). Changing bug summary to reflect this. Problem reported to Gigabyte as well. Then this does not sound like a bug at all (everything is working fine) and just a note in the log that the kernel gives us some incorrect data. Thanks for reporting it to Gigabyte. |