Results 1 to 4 of 4

Thread: Ubuntu without powernow_k8?

  1. #1
    Join Date
    May 2009
    Location
    Germany
    Beans
    67
    Distro
    Ubuntu 10.04 Lucid Lynx

    Ubuntu without powernow_k8?

    Hi all,


    I am running an AMD X2 5050e on an Asus M3A78-EM mainboard and Ubuntu 9.04.

    Now I'd like to try undervolting with cpupowerd and that software requires the kernel module powernow_k8. But when I try to load it with
    Code:
    sudo modprobe powernow_k8
    I get the error
    Code:
    FATAL: Module powernow_k8 not found.
    Code:
    dmesg | grep powernow
    [    4.887498] powernow-k8: Found 1 AMD Athlon(tm) Dual Core Processor 5050e processors (2 cpu cores) (version 2.20.00)
    [    4.887617] powernow-k8:    0 : fid 0x12 (2600 MHz), vid 0x10
    [    4.887685] powernow-k8:    1 : fid 0x10 (2400 MHz), vid 0x12
    [    4.887742] powernow-k8:    2 : fid 0xe (2200 MHz), vid 0x14
    [    4.889542] powernow-k8:    3 : fid 0xc (2000 MHz), vid 0x16
    [    4.889599] powernow-k8:    4 : fid 0xa (1800 MHz), vid 0x18
    [    4.889656] powernow-k8:    5 : fid 0x2 (1000 MHz), vid 0x1a
    The ondemand/manual governor seems to work (according to the gnome applet).
    When I use Fedora 11, the powernow_k8 module loads automatically.

    I use the kernel 2.6.28-13-generic but I've tried the Karmic Koala Alpha 2 with the same result.

    Is this related to Bug #355232: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image?
    Also found this on google: http://www.linux-phc.org/forum/viewtopic.php?f=8&t=67
    What does this mean?
    Last edited by Troublegum; June 21st, 2009 at 05:38 AM.

  2. #2
    Join Date
    May 2009
    Location
    Germany
    Beans
    67
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu without powernow_k8?

    Does this mean I cant run software that requires powernow_k8?

  3. #3
    Join Date
    Nov 2006
    Location
    Australia
    Beans
    6
    Distro
    Ubuntu 6.10 Edgy

    Re: Ubuntu without powernow_k8?

    I am hoping that someone knows as I am about to buy this combo

  4. #4
    Join Date
    Dec 2005
    Location
    Austin
    Beans
    108

    Re: Ubuntu without powernow_k8?

    Maybe this is too late for you Troublegum, but I just came across this thread

    To find whether a module is loaded in the current kernel, use this command 'lsmod'. So for checking powernow-k8, you can do
    $lsmod | grep powernow

    Unfortunately, ubuntu has started compiling the powernow-k8 module into the kernel binary from Jaunty, so it is not loaded separately as a module. hence you cannot do 'modprobe powernow-k8' to actually load a module.

    Yes, this means undervolting/overclocking stuff done by ppl using powernow or phc-k8 will not be very easy. You'll have to recompile the whole kernel which is a PITA.
    Laptop 1: Averatec 2150 running Karmic Laptop 2: HP dv4z running Lucid
    Laptop 3: Sony Vaio SR220J running Lucid (amd64) Desktop: AMD Athlon X2 4000+ ABIT AN-M2 nVidia GeForce 7025-630a running Lucid (amd64)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •