Results 1 to 4 of 4

Thread: indicator-cpufreq doesn't start

  1. #1
    Join Date
    Nov 2007
    Beans
    24

    indicator-cpufreq doesn't start

    Hi there, i noticed that my cpu is running on full scale all the time and tried to install inducator-cpufreq to get it under control.
    The problem is that thr indicator doesn't show up.
    I installed is from ppa:
    Code:
    sudo add-apt-repository ppa:anton-sudak/indicators
    sudo apt-get update && sudo apt-get install indicator-cpufreq
    and tried to run it by simply executing indicator-cpufreq.
    If i try to run it from terminal it gives me the following errors:
    Code:
    nigggo@nigggo-desktop:/$ sudo indicator-cpufreq
    Traceback (most recent call last):
      File "/usr/bin/indicator-cpufreq", line 81, in <module>
        ind = MyIndicator()
      File "/usr/lib/pymodules/python2.7/indicator_cpufreq/indicator.py", line 99, in __init__
        self.update_ui()
      File "/usr/lib/pymodules/python2.7/indicator_cpufreq/indicator.py", line 110, in update_ui
        fmin, fmax, governor = cpufreq.get_policy(FIXME_CPU)
      File "/usr/lib/pymodules/python2.7/indicator_cpufreq/cpufreq.py", line 143, in get_policy
        policy = (p.contents.min, p.contents.max, p.contents.governor)
    ValueError: NULL pointer access
    What am i doing wrong? I am running natty x64 with latest kernel and stuff...
    thanks for your help

  2. #2
    Join Date
    Dec 2010
    Beans
    0
    Distro
    Ubuntu

    Re: indicator-cpufreq doesn't start

    I'm not sure if it will help but check this out
    http://www.omgubuntu.co.uk/2010/12/i...icator-applet/

    You might try installing the natty deb and then running
    Code:
    indicator-cpufreq

  3. #3
    Join Date
    Nov 2007
    Beans
    24

    Re: indicator-cpufreq doesn't start

    As I said... indicator-cpufreq [0.1.2] is installed but not working....

  4. #4
    Join Date
    Jan 2007
    Location
    Berlin, Germany
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: indicator-cpufreq doesn't start

    I'm having exactly the same problem, anyone knows any workaround? I'm trying to give it a try to Unity!

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
  •