eee-control for 11.4

Is it available? I need it for my eeepc 901. I have found the 11.3 version but it requires python2.6 libs and 11.4 has python 2.7…

Hi
Haven’t had a chance to test the 11.4 version yet…
software.opensuse.org: Search Results

Thanks for that. Seems to be working fine, switches everything on and off, is stable and changes the power settings OK (at least it seems fine for as long as I can keep the desktop running properly with the broken intel driver in 11.4, which isn’t very long).

Hi
Good to hear, it doesn’t work on my eeePC 1000HE (it use too) but I’m using a different kernel module. Need to investigate more…

Now I know this is a very old thread… Have just installed 11.4 KDE on my Eeepc 900, which is driving me nuts with its permanently-on fan. Perhaps unsurprisingly, it doesn’t work (bouncing cursor, then nothing). Any suggestions?

Hi
I see there is a later version on launchpad (0.9.7.1), will have a look
at rebuilding probably tomorrow.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 0:23, 3 users, load average: 0.20, 0.20, 0.14
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

Thanks, much appreciated! It doesn’t require Gnome does it?

Hi
It requires gconf, so not sure what it may pull in…

Question, what eeepc kernel modules are you running?


lsmod |grep eee


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 11:20, 6 users, load average: 0.12, 0.10, 0.14
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

hgm@linux-7ysv:~> lsmod |grep eee
eeepc_laptop           15088  0 
sparse_keymap           3858  1 eeepc_laptop
rfkill                 17734  2 cfg80211,eeepc_laptop
pci_hotplug            27726  2 eeepc_laptop,shpchp
hwmon                   2012  2 eeepc_laptop,thermal_sys

That’s after installing the non-working version of eee-control.

Hi
OK, that’s a good sign… :slight_smile:

Can you also confirm that either /proc/acpi/asus
or /sys/devices/platform/eeepc exist?

If they do, as root user if you run the command;


/usr/bin/eee-control-daemon

Does it run?


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 12:06, 3 users, load average: 0.06, 0.12, 0.13
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

The latter is there.

Yes, it appears so (no error message, and the daemon appears in the system monitor). But how do I access it? The fan’s still merrily blasting away.

Hi
Try running this then;


/usr/bin/eee-control-tray


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 12:49, 3 users, load average: 0.20, 0.14, 0.14
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

You could also try adding the GRUB boot option;


acpi_osi=Linux


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 12:52, 3 users, load average: 0.06, 0.09, 0.12
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

This is what I get:

linux-7ysv:~ # /usr/bin/eee-control-tray
Traceback (most recent call last):
  File "/usr/bin/eee-control-tray", line 20, in <module>
    import EeeControl.tray
  File "/usr/lib/python2.7/site-packages/EeeControl/tray.py", line 23, in <module>
    import pynotify
ImportError: No module named pynotify

Will try the GRUB option.

The GRUB option has no discernible effect.

Hi
Is python-notify installed?


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 13:54, 3 users, load average: 0.14, 0.12, 0.14
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

It is now ;-). As is python-gconf which was also missing. I can now access the tray and switch on/off wifi etc, as well as select either “normal” or “performance”. So that’s good, many thanks for your help. Still having trouble with the fan though: it does switch itself off now, but only for a few seconds and then back on again. I used to have Ubuntu on this machine and there was some means of fan control but I have forgotten what it was. Thought it was in eee-control…

Hi
Is cpufrequtils installed, check that your cpu is set to ondemand, that
may help.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 14:36, 3 users, load average: 0.43, 0.32, 0.23
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

Just installed it but I don’t seem to be able to do anything with it. See the following outputs:

linux-7ysv:~ # modprobe acpi-cpufreq
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.37.1-1.2-default/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): No such device

and

linux-7ysv:~ # cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to http://bugs.opensuse.org, please.
analyzing CPU 0:
  no or unknown cpufreq driver is active on this CPU
  maximum transition latency: 0.00 ms.

and

linux-7ysv:~ # cpufreq-set -g ondemand
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
   for example because of hardware which cannot be set to a specific frequency
   or because the userspace governor isn't loaded?

Hi
Try starting the service;


rccpufreq start

I’m also assuming the acpid service is running ok?

You get output from;


acpi -V


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 5 days 22:26, 3 users, load average: 0.10, 0.06, 0.06
GPU GeForce 8600 GTS Silent - Driver Version: 280.13