Bug 223413 - powernow_k7 module missing
Summary: powernow_k7 module missing
Keywords:
Status: CLOSED DUPLICATE of bug 211941
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-19 01:24 UTC by Benjamin LaHaise
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-01-19 15:25:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Benjamin LaHaise 2007-01-19 01:24:05 UTC
The kernel config (2.6.19-1.2895) does not include the K7 PowerNow module. 
Without this module, battery life is reduced significantly and this laptop runs
too hot.
# CONFIG_X86_POWERNOW_K7 is not set

Comment 1 Jarod Wilson 2007-01-19 15:25:33 UTC
We actually build powernow-k7 into the kernel, not as a module, and it *is* enabled in the i686 kernel:

$ rpm -q --qf='%{name}-%{version}-%{release}.%{arch}\n' kernel
kernel-2.6.18-1.2869.fc6.i686
kernel-2.6.19-1.2895.fc6.i686

$ grep POWERNOW_K7 /boot/config-2.6.19-1.2895.fc6 
CONFIG_X86_POWERNOW_K7=y
CONFIG_X86_POWERNOW_K7_ACPI=y

I suspect you may have the i586 kernel installed instead of the i686 one. See http://fedoraproject.org/
wiki/Bugs/FC6Common.

*** This bug has been marked as a duplicate of 211941 ***


Note You need to log in before you can comment on or make changes to this bug.