Ubuntu :: Unable To Start The Indicator-cpufreq

Jul 17, 2011

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()

[code]....

What am i doing wrong? I am running natty x64 with latest kernel and stuff...

View 3 Replies


ADVERTISEMENT

Debian Configuration :: FATAL: Error Inserting Pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No Such Device

Jul 31, 2011

I recently started having this odd behaviour while using and loading cpufrequtils on boot, I don't know if it is happening to someone else.During boot I'm getting( when /etc/init.d/cpufrequtils invokes /etc/init.d/loadcpufreq to load the proper module):

Loading cpufreq kernel modules...FATAL: Error inserting speedstep_centrino (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko): No such device
FATAL: Error inserting pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device

[code]....

View 2 Replies View Related

Ubuntu :: Indicator Applet Won't Start?

Oct 12, 2010

I cant get the wireless working now because i cant enable the notification area. is there another way to get the wireless manager to start or even better fix the applet?

View 1 Replies View Related

Ubuntu :: Gwibber Not Using Indicator Applet - Loading On Start Up / Fix It?

Oct 4, 2010

I'm currently using the 10.10 beta of Ubuntu with all of the most recent updates installed. When I boot up the computer, gwibber fails to start up and when I do open it, it shows an icon in the notification area (Which I flat out do not want) and does not use the indicator applet at all (even when closed).

View 1 Replies View Related

OpenSUSE Hardware :: Turn Wireless To On Only Bluetooth Indicator Is Enabled Not WiFi Indicator

Dec 17, 2010

i've just installed openSUSE 11.3 on my dell studio xps 1640. but i have problem with my WLAN . it's a WLAN 1640 mini-card and i think there is no problem with driver. because it seems that it's installed correctly but i can't see any wireless networks (it says "Device is not ready"). is there any suggestions?by the way, when i turn my wireless to on (it's a touch key not a switch) only my bluetooth indicator is enabled not my wifi indicator.

View 6 Replies View Related

Ubuntu :: Unable To Remove Pidgin Shortcut From The Indicator Applet?

Oct 21, 2010

I installed pidgin a while ago, and after using it I decided to stick with empathy...when I installed it, a shortcut to it appeared in the Indicator applet now, that I have uninstalled it, the shortcut remains although clicking on it doesn't do anything...does anybody know a simple way of removing the shortcut from the indicator applet?

View 1 Replies View Related

Ubuntu :: Can't Click On Dropbox - Caffeine - Battery Indicator - Wlan Or Sound Indicator Until First Click On Messages Menu

May 12, 2011

In my top right corner I got all my Ubuntu appindicators that come with Ubuntu 11.04. I also have Dropbox, caffeine and screenlets. Problem is that I cant click on dropbox, caffeine, battery indicator, wlan or sound indicator until I first click on messages menu and slide over to appindicator that I need. When screenlets appindicator is not present there is no problem. Its the same when I had Jupiter installed.

View 1 Replies View Related

Ubuntu :: Push Cpu Up To Max Without Cpufreq?

Jan 31, 2011

I am having some problems with my CPU speed detailed here: [URL]

Basically it is restricting my computer to 800Mhz after 10-15mins for no reason. With Windows I was able to use something called Notebook Hardware control to ramp up the speed to the max of 1.73GHz. With the cpufreq applet, it won;t do anything.

Is there another program I can use to override the speed?

View 9 Replies View Related

Ubuntu :: Cpufreq Does Not Stick

Mar 14, 2011

I have been using kubuntu, and I would like to change the cpufreq settings. My understanding is that there is no applet for that, and I would have to do it by hands with a script.

View 4 Replies View Related

Ubuntu :: Cpufreq-selector -c 0 -g Powersave Command?

Aug 11, 2011

when ever i type int his command i do it twice because i have two cores to it looks like this: cpufreq-selector -c 0 -g powersave cpufreq-selector -c 1 -g powersave

when ever i type this it says that "you must be root" what does thsi mean

View 3 Replies View Related

Ubuntu Servers :: 9.10 Server Cpufreq Missing Drivers

Apr 29, 2010

I'm running 9.10 server on a mini-itx board. The CPU is Core 2 Duo T5450 and supports Enhanced Speedstep and the BIOS is set to auto, enabling C1E.I've been trying to get cpufreq to work but none of the drivers are present.When I try to load suitable ones they are always not found.Does someone know if cpufreq is not supported on the server kernal? Or what command will apt-get the modules that aren't here now?I've been reading the cpufreq tutorials but can't get past loading a suitable driver - which means I'm nowhere now. My notebook runs the same CPU and cpufreq is working fine with desktop Ubuntu install of 9.10.

View 5 Replies View Related

Slackware :: Use Cpufreq As 1.8g Hz Minimum Frequency Instead Of 1G Hz?

Sep 7, 2010

My AMD processor is a 5200 + and has its minimum frequency at 1GHz.

The ferquencias are used by cpufreq: 2700 Mhz, 2600 Mhz, 2400 Mhz, 2200 Mhz, 2000 Mhz, 1800 Mhz and 1000 Mhz .

My question is:

How could I tell for cpufreq use 1800Mhz as my minimum frequency?

Below, piece of my / etc / rc.d / rc.modules on the "CPU scaling governor"

[Code].....

View 14 Replies View Related

Debian :: Install P4-clockmod And Other Cpufreq Modules?

Jul 30, 2011

I have a Xserve server with Debian 2.6.26-2-amd64, the cpu is 2 X Intel Xeon 5150 @ 2.66GHz.I want to scaling down the cpu frequency and I only found three modules in my system and all of them are not working:

lake:/# ls /lib/modules/2.6.26-2-amd64/kernel/arch/x86/kernel/cpu/cpufreq
acpi-cpufreq.ko  powernow-k8.ko  speedstep-centrino.ko
lake:/# modprobe acpi-cpufreq

[code]....

View 3 Replies View Related

Debian :: How To Install P4-clockmod And Other Cpufreq Modules

Jul 30, 2011

I have a Xserve server with Debian 2.6.26-2-amd64, the cpu is 2 X Intel Xeon 5150 @ 2.66GHz.I want to scaling down the cpu frequency and I only found three modules in my system and all of them are not working.I found only module P4-clockmod can work with Xeon processors, but I don't know how to install it into the system.

View 2 Replies View Related

Debian :: Preventing System From Changing Cpufreq Settings

Apr 10, 2011

I am not sure where to post that so I'll just try here.My main question is: How can I prevent the system from changing my cpufreq settings? I'd like to keep the CPU load as low as possible so these settings are probably the best.However when I run some applications that require a higher CPU load the system changes the governor to performance and the rang to 0.8 - 2.4 GHz.And that's my problem. I neither know what application exactly is responsible for changing my cpufreq settings nor do I know how to turn that off.Or is it supposed to be that way?

View 11 Replies View Related

Debian Multimedia :: Finding A GNOME/GTK CPUFreq Setting Front-end

Dec 25, 2010

Sometime back I installed cpufreq. Now while I know quite little about cpufreq, what little I understand tells me it can do two things :-

a. Give the user the capability to change frequencies - there is something called max frequencies and minimum frequencies and the user can play between them.

b. Show the cpufrequencies via the GNOME cpufreq plugin/applet.

Now while its able to show me the frequencies, I'm not able to find a GNOME or GTK front-end which I can use to set the frequencies. I did read a little bit about something called 'governers' which from what I learnt are something similar to profiles - as in you want to be conservative, powersave, ondemand and performance.

1. I'm looking for a Gnome-GTK CPU setting frequency GUI.

2. If somebody wants to share more info. about the whole cpu frequency thing that is also very welcome as I'm not really aware as to how can I do things a bit more intelligently so I'm able to get a bit more performance while not using much energy (can be done or cannot be done ?) but that discussion hopefully comes later after I've a tool through which I can do the same in GUI.

[code].....

View 5 Replies View Related

OpenSUSE Hardware :: Modprobe Acpi-cpufreq -FATAL - Error Inserting - No Such Device

Apr 17, 2011

(Opensuse 11.4, nvidia, core2) PROBLEM: cpu goes into C3 powersaving state even on full load (even when disabled from bios) (acpi=off prevents this). opensuse 11.4 kernel ignores boot option processor.max_cstate=2 (option has no effect). cpufreq util should be able to change governor policy to performance, however acpi-cpufreq driver doesn't load: modprobe acpi-cpufreq -> FATAL: error inserting acpi_cpufreq (/lib.../acpi-cpufreq.ko): No such device

View 7 Replies View Related

Ubuntu :: Cpufreq Scaling Applet Constantly Changes To "performance". (and Comp Freezes)?

Dec 10, 2010

I am using Ubuntu 10.10 x64. When I try to change the setting to powersave or ondemand the applet resets back to performance after a few seconds. It is causing my laptop to get hotter than necessary. Which is bad.

Also, the computer tends to freeze at random times and a few seconds afterwards the screen will blank to a color like purple or white. sometimes vertical stripes too. I have had this issue since I installed 10.10. (It happened twice trying to type this post >.<)

I am using a Gateway NV5207u. AMD Turion CPU and ATI Radeon HD 3200 graphics

View 1 Replies View Related

Ubuntu :: Unable To Start (May Be Because Of XDM)

May 25, 2010

Today I decided to install XDM instead of GDM. During installation I was asked which display system should Ubuntu use. I chose GDM - that was my mistake. Then I ran "dpkg-reconfigure gdm" and chose XDM. After restart my system was unable to load - progress bar was running and running and running. I pressed ctrl-alt-backspace and saw "starting x-display-manager". That's all, after that nothing happened. After that I renamed /etc/init/gdm.conf to gdm.conf.DISABLED and tried to load Ubuntu. It started with some big, old-stylish login screen and after that GDM was loaded again. "sudo xdm" seems to be working as nothing appears after that command.

View 9 Replies View Related

Ubuntu :: SKIM Unable To Start

Oct 10, 2010

I am having trouble starting SKIM in KUbuntu 10.10 and thus unable to type Chiense characters.

I have followed the instructions listed here [url]

But when I try to start SKIM through K Menu -> Utilities -> SKIM, it fails. I have no idea how to proceed from here.

I've also read this thread [url] and I'm stuck again at the part 'start SKIM'.

I can start SCIM (K Menu -> Settings -> SCIM), but it doesn't seem to have any effect when I invoke the trigger.

And so does the iBus Keyboard Input Methods application (K Menu -> Settings -> Key Board Input Methods) that I am able to start but have no effect too.

Under Settings, there is also another application called Input Method Switcher (K Menu -> Settings -> Input Method Switcher) which fail to start too.

So what can I do to be able to type in Chinese under KUbuntu? I remember setting it up in Ubuntu 9.04 is really easy.

View 2 Replies View Related

Ubuntu :: Unable To Start Gdm / Enable This?

Feb 15, 2011

I recently installed meerkat; when I try to start gdm from the terminal window with code...

View 6 Replies View Related

Ubuntu :: Unable To Start The Cupsd

Mar 22, 2011

cupsd has ceased starting at boot time. It is checked off in System->Administration->BootUp Manager, and it runs fine from the command line. But not at boot.This is not the problem reported here.I suspect there are a couple more processes that have stopped running, but their absence hasn't been obvious yet.FWIW, I'm running 10.04 with the 2.6.35-22 kernel.

View 2 Replies View Related

Ubuntu :: Unable To Start Up - Everything Freezes ?

Mar 28, 2011

When I boot up, right before the login screen appears, everything freezes, and I have no choice but to turn the computer off manually.

The first time it happened, I had just downloaded a HUGE update (hadn't been online with ubuntu in a long time), and the computer was probably installing the updates when it crashed, and then, the problem I described above.

I tried to boot up in recovery mode, but at some point the computer couldn't come further. I don't think it crashed, I think it was working, but nothing happened. At the time it got stuck the last command line read: [ 7.451509] udev[514]: starting version 163

In addition to ubuntu, I also run windows 7 on the computer.

View 4 Replies View Related

Ubuntu :: Unable To Start A Terminal (11.04)?

Jun 22, 2011

sudden unable to start a terminal or logging in to my computer using ssh.Pressing Alt+f2 and typing xterm does not work.Also pressing ctrl+alt+f1 and trying to log in I get logged out immediately. Still gnome seems to be working fine. I have another user on my computer and that one is able to log in to my computerusing ssh, which I think is strange. btw. Did not see anything in the log files (maybe not looking in the right places?

View 1 Replies View Related

Ubuntu :: Unable To Start After Pm Utils Install

Jan 23, 2010

I have a strange problem with my MINI Ubuntu. I am able to shutdown -h now and restart with power button, as long as I don't install pm-utils. If I install pm-utils, the computer turns of after shutdown -h now, but will not wake up after I press the power button. Light goes on, drives are running, but no BEEP.

View 1 Replies View Related

Ubuntu :: Unable To Start Gammu-smsd?

Mar 1, 2010

don't know exactly where to put this. I'm having problem with gammu smsd, following error occurred when issuing command "gammu-smsd --config /etc/gammu-smsdrc":

"Error connecting to database: Access denied for user 'root'@'localhost' (using password: NO)"

but database login credential is correct. Following are my gammu configs. located at /etc:

gammu-smsdrc
# Configuration file for Gammu SMS Daemon
# Gammu library configuration, see gammurc(5)
[gammu]
# Please configure this!

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Unable To Start 10.04 On Laptop?

Jul 11, 2010

I was trying to install Ubuntu 10.04 on my Sony VAIO Laptop, for the full specs, it's here. I have Windows 7 Ultimate 64-bit, I downloaded the latest version of Wubi. I copied the Wubi executable to the directory where I downloaded the ISO file of Ubuntu 10.04 (32-bit). Everything went fine, I was able to install it properly. Then I after restarting my computer and selecting Ubuntu on the Boot Menu, the only thing that I can see is just a blank screen. I tried hard rebooting a lot of times and still, nothing happens.

what is the possible solution to the "blank screen" issue that I'm experiencing?

View 3 Replies View Related

Ubuntu Networking :: Unable To Start Moblock?

Jul 13, 2010

I have installed moblock, moblock-control and mobloquer from the AUR, however I am unable to start moblock. Mobloquer launches fine, and will update the blocklists fine. However, upon clicking "start" I receive the following;

Problematic Deamon status: 1 Moblock is not running* what do i do??? please help me i have tryed loging in as root and i maked it for compleat removal? then i reinstalled it but it still gives me the same error
it was working until i changed my MAC on wlan0 when i go to MoBlock status: this is what it says

Code:
Current IPv4 iptables rules (this may take a while):
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
4 381 blockcontrol_in all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW mark match !0x14
0 0 ACCEPT tcp -- * * 192.168.1.1 0.0.0.0/0 tcp flags:!0x17/0x02

[Code]...

View 2 Replies View Related

Ubuntu :: Unable To Start Desktop Effects?

Dec 12, 2010

I can't start the desktop effects.

View 9 Replies View Related

Ubuntu :: Unable To Get Login Box After Xwindows Start

Feb 5, 2011

I have system problem about my Ubuntu 10.04 system. after I boot my Ubuntu, The login box is missing from gnome screen. I could not login my graphic system. I can use the command line by ctrl+alt+f1. I used sudo /etc/init.d/gdm start try to restart the xwindows the output isgdm already started I try to

stop gdm
start gdm

then the xwindows restarted, but still missing the login box I also try to use

dpkg-reconfigure xserver-xorg

reconfigure the server, but unfortunately there is no change after I restart the genome, I could still not see the login box I am confirm that there are additional spaces on my laptop. I can also enter the graphic system on safe mode by startx command.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved