Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35

Thread: undervolting AMD Turion using cpupowerd

  1. #21
    Join Date
    Sep 2008
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: undervolting AMD Turion using cpupowerd

    SMAX3 thanks for a really nice program!
    I´m doing my best spreading the word around. The only wish now is for underclocking as well. That would be supernice.
    Thanks again!
    Last edited by bluebear; October 15th, 2008 at 11:14 PM.

  2. #22
    Join Date
    Jul 2008
    Location
    Austria
    Beans
    9

    Re: undervolting AMD Turion using cpupowerd

    Today, cpupowerd 0.2.0 was released.

    A start script for linux is now available.
    For more details read the CHANGELOG and README files.

    Download cpupowerd under sorceforge.

  3. #23
    Join Date
    Nov 2005
    Location
    Netherlands
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: undervolting AMD Turion using cpupowerd

    I have been struggeling getting cpupowerd to work, these tips might be useful for newbies like me

    First install cpupowerd according to the readme file

    - make the modules msr, cpufreq_userspace, and powernow-k8 start at bootup, otherwise cpupowerd wont work:

    $ sudo gedit /etc/modules
    Code:
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    fuse
    lp
    rtc
    msr
    cpufreq_userspace
    powernow-k8
    after a reboot cpupowerd should work, to test this type:
    Code:
    $sudo cpupowerd -s
    - to get cpupowerd to run from startup, the script cpupowerd.sh (in the tools folder) needs to e run at start-up.
    1) edit the script if your cupowerd.conf file is not located at /etc/cpupowerd.conf
    change the line accordingly:
    Code:
    "CPUPOWERD_STARTPARAMETERS="-d -c /etc/cpupowerd.conf"
    2) copy the script to the folder etc/init.d/ directory
    3) activate the script:
    Code:
    sudo update-rc.d cpupowerd.sh defaults 
    sudo chmod +x cpupowerd.sh
    Last edited by quazar; December 27th, 2008 at 06:40 PM. Reason: clarification

  4. #24
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: undervolting AMD Turion using cpupowerd

    I'm trying to run this program but all I get is

    Code:
    WARNING: This program could cause damage to your Hardware!
    MSR-File </dev/cpu/0/msr> doesn't exist, please load the msr kernel module!
    Initialisation failed!
    How do I install this? It is nowhere in Synaptic.
    Last edited by Lockheed; May 15th, 2009 at 07:50 PM.
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  5. #25
    Join Date
    May 2008
    Location
    London, UK
    Beans
    250
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: undervolting AMD Turion using cpupowerd

    Quote Originally Posted by Lockheed View Post
    I'm trying to run this program but all I get is

    Code:
    WARNING: This program could cause damage to your Hardware!
    MSR-File </dev/cpu/0/msr> doesn't exist, please load the msr kernel module!
    Initialisation failed!
    How do I install this? It is nowhere in Synaptic.
    Try running

    Code:
    sudo modprobe msr
    then run cpupowerd again

    -matt

  6. #26
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: undervolting AMD Turion using cpupowerd

    Great! I got everything working now with the help of this HOWTO: http://www.silentpcreview.com/forums...=427710#428506

    Still, it would be even better if intermediary frequencies worked.
    Last edited by Lockheed; May 25th, 2009 at 12:59 PM.
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  7. #27
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: undervolting AMD Turion using cpupowerd

    I though I had it but I guess I don't.

    powercpud behaves erratic. If computer iddles everything is fine, the voltage is just as I set it. However, if there is some heavy load there are two high frequency voltage scenarios that happen just equally often:

    1. the voltage I set (0.9v)
    2. the stock voltage (1.1v)

    Now, what I say is not confirmed and it just my gut feeling:if the load is heavier than, say 80%, the voltage for 1600Mhz goes to 1.1. If it is lower, 1600Mhz stays at 0.9v.

    I have no idea why. Any ideas?
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  8. #28
    Join Date
    Nov 2007
    Beans
    5

    Re: undervolting AMD Turion using cpupowerd

    i have a question... i have a AMD Turion X2 running jaunty 64 bits... and when running cpupowerd i get

    Your AMD CPU isn't supported yet (cpuid: 0x200F31)!
    Initialisation failed!

    Is there anything to be done or i am busted until it is supported?

    Thanks!!

  9. #29
    Join Date
    Jun 2009
    Location
    San Diego,California
    Beans
    65
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: undervolting AMD Turion using cpupowerd

    There are no modules for cpufreq or powernow-k8.. how do I get them?

    Code:
    arpit@arpit-laptop:~$ sudo modprobe cpufreq
    WARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it will be ignored in a future release.
    WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
    FATAL: Module cpufreq not found.
    arpit@arpit-laptop:~$ sudo modprobe powernow-k8
    WARNING: All config files need .conf: /etc/modprobe.d/oss-compat, it will be ignored in a future release.
    WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
    FATAL: Module powernow_k8 not found.
    My kernel is 2.6.28.14,running Jaunty 64bit AMD Turion X2 rm-72.
    Current power management using kpowersave.
    Oh and how do i measure the temperatures .. I tried xsensors but it does not work.

    ps. any ideas about those warnings?
    Last edited by nema.arpit; August 2nd, 2009 at 09:13 AM.

  10. #30
    Join Date
    Jul 2009
    Location
    Cairo, Egypt
    Beans
    32
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: undervolting AMD Turion using cpupowerd

    Quote Originally Posted by nema.arpit View Post
    There are no modules for cpufreq or powernow-k8.. how do I get them?
    My kernel is 2.6.28.14,running Jaunty 64bit AMD Turion X2 rm-72.
    Current power management using kpowersave.
    Oh and how do i measure the temperatures .. I tried xsensors but it does not work.

    ps. any ideas about those warnings?
    The stock "generic" kernel has all these compiled into the kernel, and not as modules, so if you need them as modules instead of compiled in the kernel (as required by another tool: linux-phc.org) then you have to reconfigure and compile the kernel from kernel sources....

    Code:
    sudo apt-get install linux-source-`uname -r`
    Add your username to the "src" group:
    Code:
    usermod -a -G src yourusername
    then:

    Code:
    cd /usr/src
    tar xzf linux-source-`uname -r`.tar.gz
    cd linux-source-`uname -r`
    make menuconfig
    Then in menuconfig, go to:
    Power management and ACPI options --->
    enable the following menu/item (CONFIG_CPU_FREQ=y) and enter it:
    CPU Frequency scaling --->

    Make sure you choose as module (Marked as [M]) at least the following:
    powernow-k8
    freq-table
    cpufreq-stats
    cpufreq-userspace
    cpufreq-conservative
    cpufreq-ondemand
    cpufreq-powersave

    Then build your kernel and prepare a .deb of your newly compiled kernel with
    Code:
    fakeroot make-kpkg --initrd --append-to-version=-custom1 --revision=1.0 kernel-image kernel-headers
    then install the linux-image and linux-headers packages created in the top directory (/usr/src typically)
    Code:
    cd ..
    sudo dpkg -i *.deb
    For brief tutorial, see:
    http://www.linux-phc.org/forum/viewtopic.php?f=13&t=67

    Edit:
    for the temperatures monitoring, I use sensors-applet in gnome (easily added to the panel by right clicking and click Add to Panel), then right click the newly added sensors-applet and click preferences, go to sensors tab, expand "libsensors" category and choose your CPU and cores (check them), and you can also expand "nvidia" if you're running the proprietary nvidia driver and check your GPU as well to monitor its temperature too..

    good luck
    Last edited by jasmineaura; August 3rd, 2009 at 01:32 AM.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •