Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

  • Index
  •  » Mandriva
  •  » Mandriva eee-control rpm package available for trial

#1 2008-11-11 3:53:03 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Mandriva eee-control rpm package available for trial

An rpm package for eee-control is available at http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm

The src.rpm is at http://dl.getdropbox.com/u/285824/eee-c … .0.src.rpm but you only need that if you want to build the package yourself.

eee-control replaces both the dkms-eeepc-linux kernel module and poweeersave. You should uninstall the dkms-eeepc-linux package before installing eee-control

You will need python-smbus as well. -----EDIT----- Adam has made an official Mandriva package of python-smbus. It is available from the 2009.0 update server.


Install python-smbus first, and then click on the eee-control package and let gurpmi work its magic.

To run it first check that the eee-control-daemon  is running in MandrivaControlCentre>System>Services and then open the desktop applet which is in Menu>Tools>SystemTools

If you want to be sure eee-control is working you can stop the daemon and then run

Code:

eee-control-daemon -V

in a root terminal. You will then see messages every time you use the applet.

I had to modify eee-control to work on my eee701. It appears to work for me. Feedback would be appreciated for other eee models.
One thing not working quite right is toggling wifi on/off with eee-control, but then it does not work with the Fn+F2 button either :-)

Documentation is on the authors site at http://greg.geekmind.org/eee-control/
Many thanks to the author Grigori Goronzy (marx) for providing some great software.

As with the previous kernel module, overclocking your eee could cause it to overheat. Use this software at your own risk.

EDIT
The package downloads have been updated with a new version with an improved startup script.

Last edited by delboy711 (2008-12-16 11:38:57 am)


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#2 2008-11-11 3:07:12 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

Testing in a Eee PC 901 with the testing kernel 2.6.27.5-desktop586-0.uc1mnb (is in main-testing media, and suspend works fine big_smile )

1- The daemon runs only if I start it from a console as root (eee-control-daemon -V), but in the control center of Mandriva appears as not runing  sad

2. Performance messages appear on the root-console, but not changes in Wifi Blueetooth, Camera and Card Reader

3. When I select Wifi off the blue light still on, but actually not runing the wifi; enabling it again it appears as runing, but it was impossible to connect to any avalaible wireless net, can't activate any essid. The command "service network restart" give me an error message about an ifplug command runing for ra0 (ra0 is the wireless name). sad

Regards

Francisco Alcaraz (Spain)

Offline

 

#3 2008-11-11 4:01:29 pm

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

Thanks for the feedback falcaraz

1/ The GUI reports the daemon is not running  but if you check with the command line with
service eee-control status    or
ps aux | grep eee
then it reports the daemon is running. I will check out why the GUI mis reports the status.

2/ True, but if you do
cat /sys/devices/platform/eeepc/camera
you can see if the command worked or not.
Is there an entry there for bluetooth on the 901?

3/ I think on the 901 the blue light stays on if bluetooth is enabled.
I get the issue with wireless not recovering when the wifi is turned on too. I think that is the same kernel issue people have been experiencing with Fn+F2

Do the performance settings make a difference on a 901? On my 701 the frame rate of glxgears goes up from 300fps to 510fps when I switch between 'normal and 'full'


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#4 2008-11-11 6:50:19 pm

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

I have fixed the issue with the services GUI not recognising eee-control is running. An updated eee-control package is here
http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm
The old eee-control package will have to removed before this can be installed because I messed up the version numbering.


The src rpm is here (only needed if you are building the package)
http://dl.getdropbox.com/u/285824/eee-c … .0.src.rpm

Last edited by delboy711 (2008-11-11 6:55:48 pm)


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#5 2008-11-11 6:58:15 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

Thanks for the feedback falcaraz

1/ The GUI reports the daemon is not running  but if you check with the command line with
service eee-control status    or
ps aux | grep eee
then it reports the daemon is running. I will check out why the GUI mis reports the status.

2/ True, but if you do
cat /sys/devices/platform/eeepc/camera
you can see if the command worked or not.
Is there an entry there for bluetooth on the 901?

3/ I think on the 901 the blue light stays on if bluetooth is enabled.
I get the issue with wireless not recovering when the wifi is turned on too. I think that is the same kernel issue people have been experiencing with Fn+F2

Do the performance settings make a difference on a 901? On my 701 the frame rate of glxgears goes up from 300fps to 510fps when I switch between 'normal and 'full'

1/ OK, here also shows that the daemon is runing.
2/ OK, camera show 0 or 1 if is of or on; not, there are not entry for bluetooth
Performance affect also to glxgears:
normal: 533-570 fps
powersave: 412-424
high: 578-620
super: 616-645

Thanks for your work

Francisco Alcaraz (Spain)

Offline

 

#6 2008-11-11 7:03:59 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

I have fixed the issue with the services GUI not recognising eee-control is running. An updated eee-control package is here
http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm
The old eee-control package will have to removed before this can be installed because I messed up the version numbering.


The src rpm is here (only needed if you are building the package)
http://dl.getdropbox.com/u/285824/eee-c … .0.src.rpm

Installed the new package and solved the problem, the service appears now as runing. :-)

Thanks again

Offline

 

#7 2008-11-12 7:33:47 am

NickBrown
Member
From: Edinburgh
Registered: 2008-08-11
Posts: 37
Website

Re: Mandriva eee-control rpm package available for trial

The kernel needs at least the following change to have control of the bluetooth interface.
http://git.kernel.org/?p=linux/kernel/g … 8e;hb=HEAD
"eeepc-laptop: Use standard interfaces"

Possible worth submitting a mandriva bug to request having it added:
http://forum.eeeuser.com/viewtopic.php?id=49585

Offline

 

#8 2008-11-12 10:35:42 am

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

NickBrown wrote:

The kernel needs at least the following change to have control of the bluetooth interface.
http://git.kernel.org/?p=linux/kernel/g … 8e;hb=HEAD
"eeepc-laptop: Use standard interfaces"

Possible worth submitting a mandriva bug to request having it added:
http://forum.eeeuser.com/viewtopic.php?id=49585

Accordign to yours recommendations, I have submitted a new bug:


Bug 45727   -  kernel don't control the bluetooth interface in an Asus Eee PC 901

Thanks for the information

Francisco Alcaraz (Spain)

Offline

 

#9 2008-11-12 1:06:25 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

I have fixed the issue with the services GUI not recognising eee-control is running. An updated eee-control package is here
http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm
The old eee-control package will have to removed before this can be installed because I messed up the version numbering.


The src rpm is here (only needed if you are building the package)
http://dl.getdropbox.com/u/285824/eee-c … .0.src.rpm

Now everytime I start the system the daemon is runing, I have added a file named eeetray.sh (created with "touch eeetray.sh" and edited with nano )in the ./kde4/Autostart folder into my account, with the next content:

"eee-control-tray"

An made it executable (chmod +x eeetray.sh)
eee
Results: everytime I start a kde4 session, I have the eee icon in the kde4 panel and it is runing fine (except the mentioned problems in other posts), event the hotkeys (configured the first to turn-off the screen light, second to run OpenOffice.org writer, third for Firefox and forth a Konsole.

Great! big_smile

Thank you very much for such a good work

Regards

Offline

 

#10 2008-11-12 9:38:39 pm

hyperego
Member
Registered: 2008-10-18
Posts: 58

Re: Mandriva eee-control rpm package available for trial

That's wonderful. Thanks

Offline

 

#11 2008-11-13 10:39:27 pm

Wally000
Member
Registered: 2008-11-10
Posts: 26

Re: Mandriva eee-control rpm package available for trial

Just noticed that there's a new version available... is there any possibilities to get eee-control .rpm updated to the latest version? wink (I'm very interested about my 901 CPU temperatures..)

Almost forgot...THANKS for job done already!

Offline

 

#12 2008-11-14 5:59:03 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

RPM for release 0.8.1 is here http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm


The authors changelog is at http://greg.geekmind.org/eee-control/#news

Note: The fan speed sensor only works if you have 'smart fan control' enabled.

Last edited by delboy711 (2008-11-28 1:29:52 pm)


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#13 2008-11-14 7:11:39 am

bus_ter
Member
Registered: 2008-06-09
Posts: 85

Re: Mandriva eee-control rpm package available for trial

Will this work with 2008.1?

Also for any 900 owners using this, what sort of performance increase can you get? Obviously we're already running the cpu at 900MHz as stock.

Last edited by bus_ter (2008-11-14 7:39:16 am)


Asus EEE 900 20GB Linux Black
------------------------------------------------------------------
4GB SSD OB  -   Mandriva 2008 Spring Powerpack
16GB SSD PCIe - 8GB WinXP Pro SP3 + 8GB /home Linux paritition

Offline

 

#14 2008-11-14 7:24:24 am

Wally000
Member
Registered: 2008-11-10
Posts: 26

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

RPM for release 0.8.1 is here http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm

Thanks, again...

Offline

 

#15 2008-11-14 8:31:26 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

bus_ter wrote:

Will this work with 2008.1?

Also for any 900 owners using this, what sort of performance increase can you get? Obviously we're already running the cpu at 900MHz as stock.

Yes it should work on 2008.1. You will need python-smbus from my download area.

Dont know if it will make any difference to your performance. Try it out.
The code shows it switching between 70 and 100 for an eee900, but maybe that means it is being underclocked?


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#16 2008-11-14 9:31:27 am

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

RPM for release 0.8.1 is here http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm


The authors changelog is at http://greg.geekmind.org/eee-control/#news

Note: The fan speed sensor only works if you have 'smart fan control' enabled.

Thanks a lot, now in my 901 I can see easily temperature, fan speed and fan rpm smile

Best wishes

Offline

 

#17 2008-11-16 3:14:53 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

New release 0.8.2 avalaible in the eee-control page, with lot of improvements, specially for Celeron processors (701)

Regards

Offline

 

#18 2008-11-16 5:05:46 pm

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

falcaraz wrote:

New release 0.8.2 avalaible in the eee-control page, with lot of improvements, specially for Celeron processors (701)

Regards

I have to go on a business trip, so will not be able to produce an updated package until the end of the wek, but there is no rush. My 0.8.1 package was already patched with most of these improvements.

Last edited by delboy711 (2008-11-16 5:15:38 pm)


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#19 2008-11-16 5:14:51 pm

falcaraz
Member
Registered: 2008-09-23
Posts: 38

Re: Mandriva eee-control rpm package available for trial

delboy711 wrote:

falcaraz wrote:

New release 0.8.2 avalaible in the eee-control page, with lot of improvements, specially for Celeron processors (701)

Regards

There is no rush. My 0.8.1 package was already patched with most of these improvements

Great!, your package is runing fine in my 901, hope soon we'll have a new Mandriva kernel supporting 901 bluetooth, Fn keys and some kind of package to know the status of Shift, Num Lock & Scr Lk keys in Kde4

Thanks again for such a good work

Francisco Alcaraz

Offline

 

#20 2008-11-17 5:25:18 pm

AdamW
Senior Member
From: Vancouver
Registered: 2008-03-25
Posts: 356
Website

Re: Mandriva eee-control rpm package available for trial

delboy: as I wrote in the other thread, can you send me the change you had to make to python-smbus to make it work?

Also, if you like, I can add eee-control to the official repos. If you just send me the changes when it needs to be updated I can stick it in.


Adam Williamson | http://www.happyassassin.net
Mandriva contributor and monkey-at-large
Feed the monkey
awilliamson A T mandriva D 0 T org

Offline

 

#21 2008-11-21 11:07:21 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

Adam has corrected the Mandriva python-smbus package. It now works OK, so there is no need to use my package any longer.


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#22 2008-11-21 11:41:53 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

eee-control-0.8.2 is now available from http://dl.getdropbox.com/u/285824/eee-c … noarch.rpm
changelog can be viewed at the authors site at http://greg.geekmind.org/eee-control/

Key difference is addition of 'powersave mode' for 701, fan sensor now works even if smart fan control is not enabled.

src.rpm for those interested is at http://dl.getdropbox.com/u/285824/eee-c … .0.src.rpm


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#23 2008-11-22 2:40:13 am

holcus
Member
Registered: 2008-08-28
Posts: 80

Re: Mandriva eee-control rpm package available for trial

I've a few questions/clarifications about eee control that I'm not totally clear about after reading the authors website.

I have a 901, so I'm after answers specific to the 901.

1) The 'performance' options are purely the FSB?  They don't affect cpufreq, so I still need to/can use kpowersave to adjust the cpufreq and governor?

2) eeecontrol defaults to 'normal', but has two levels above this (high and super), when running the stock Mandriva 2009, what FSB speed does 'normal' relate to and is this the speed that is always used by Mandriva if eeecontrol isn't installed/running?

3) It says bluetooth isn't running, but this is just to the lack of bluetooth reporting in the eee kernel module right?

4) When I show 'sensors' my temp is running at 54-55C (on mains power), is this normal safe?  I have enabled 'smart fan control' and it doesn't seem to ahve made it worse, but the fan is definitely running less.  So I guess that is good!  What does 'fan speed' mean, as it has the fan rpm separately?

5) Are there any problems running eeecontrol and kde 3.5 kpowersave at the same time, they don't stuff each other up when switching from mains to battery or anything like that?

And finally, thanks for packaging all this up and making it easy for me!


eee 901, 20GB version, 2GB RAM.  16GB SSD replaced with a 64GB Runcore SSD. Mandriva 2009.1 installed to the 64GB drive.

Offline

 

#24 2008-11-22 5:25:26 am

delboy711
Senior Member
Registered: 2008-03-08
Posts: 469

Re: Mandriva eee-control rpm package available for trial

holcus wrote:

I've a few questions/clarifications about eee control that I'm not totally clear about after reading the authors website.

I have a 901, so I'm after answers specific to the 901.

1) The 'performance' options are purely the FSB?  They don't affect cpufreq, so I still need to/can use kpowersave to adjust the cpufreq and governor?

2) eeecontrol defaults to 'normal', but has two levels above this (high and super), when running the stock Mandriva 2009, what FSB speed does 'normal' relate to and is this the speed that is always used by Mandriva if eeecontrol isn't installed/running?

3) It says bluetooth isn't running, but this is just to the lack of bluetooth reporting in the eee kernel module right?

4) When I show 'sensors' my temp is running at 54-55C (on mains power), is this normal safe?  I have enabled 'smart fan control' and it doesn't seem to ahve made it worse, but the fan is definitely running less.  So I guess that is good!  What does 'fan speed' mean, as it has the fan rpm separately?

5) Are there any problems running eeecontrol and kde 3.5 kpowersave at the same time, they don't stuff each other up when switching from mains to battery or anything like that?

And finally, thanks for packaging all this up and making it easy for me!

From reading the code I can answer some of your questions, but for more detail ask the author 'marx'

1/ eee-control does not affect cpu scaling. That is working entirely independently. eee-control adjusts the Front Side Bus (FSB) frequency and the PCI Bus frequency. Since the CPU frequency is derived from the FSB then the cpu speed is affected but kpowersave will not be aware of it.

2/  eee-control uses different settings for each eee model. The code contains this chart
Model                  powersave   normal   high   super
701/700SE/900          60/99          70/99      85/100   100/100
900A/901/1000         38/166         48/176    52/176   56/186

The first number is the FSB, the second is the PCI
(The 701 does not have a control for PCI bus)

3/ Yes
4/ Fan speed is the setting for the pulse width modulation fan controller. It should be directly related to fan rpm.
If the smart fan control is maintaining the temparature, then I guess it is doing its job.

5/ No there should be no issue as far as I can tell. kpowersave is changing nothing but the cpu scaling govenor, eee-control does not touch the govenor at all.


4GB eee 2 GB RAM - Mandriva 2009.0 with KDE3 on SSD  /home  on 4GB SD card

Offline

 

#25 2008-11-22 5:45:46 am

NickBrown
Member
From: Edinburgh
Registered: 2008-08-11
Posts: 37
Website

Re: Mandriva eee-control rpm package available for trial

holcus wrote:

I have a 901, so I'm after answers specific to the 901.

3) It says bluetooth isn't running, but this is just to the lack of bluetooth reporting in the eee kernel module right?

https://qa.mandriva.com/show_bug.cgi?id=45727

Offline

 
  • Index
  •  » Mandriva
  •  » Mandriva eee-control rpm package available for trial

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson