screenlets-dev team mailing list archive
-
screenlets-dev team
-
Mailing list archive
-
Message #01022
[Bug 930982] Re: eee pc fan speed display in sensors, monitoring screenlets
** Description changed:
In all the monitoring screenlets, there is currently no fan speed
monitor in the 'options' select list;
the fact that it's similar for all monitoring screenlets leads me to
look at the 'sensors' file usually at
/usr/share/pyshared/screenlets/sensors.py, specifically @l838
- you simply need to add 'or (i.find(fan) != -1) to the test there , then
- it basically works, to allow monitoring of at least eee pc fan speed;
+ you simply need to add 'or (i.find('fan') != -1) to the test there ,
+ then it basically works, to allow monitoring of at least eee pc fan
+ speed;
environment includes fancontrol working to manage fan speed, so that the
relevant paragraph of the report from
$ sensors
is
eeepc-isa-0000
Adapter: ISA adapter
fan1: 3962 RPM
** Description changed:
In all the monitoring screenlets, there is currently no fan speed
monitor in the 'options' select list;
the fact that it's similar for all monitoring screenlets leads me to
look at the 'sensors' file usually at
- /usr/share/pyshared/screenlets/sensors.py, specifically @l838
+ /usr/share/pyshared/screenlets/sensors.py, specifically @l 838
you simply need to add 'or (i.find('fan') != -1) to the test there ,
then it basically works, to allow monitoring of at least eee pc fan
speed;
environment includes fancontrol working to manage fan speed, so that the
relevant paragraph of the report from
$ sensors
is
eeepc-isa-0000
Adapter: ISA adapter
fan1: 3962 RPM
** Description changed:
In all the monitoring screenlets, there is currently no fan speed
monitor in the 'options' select list;
the fact that it's similar for all monitoring screenlets leads me to
look at the 'sensors' file usually at
/usr/share/pyshared/screenlets/sensors.py, specifically @l 838
- you simply need to add 'or (i.find('fan') != -1) to the test there ,
- then it basically works, to allow monitoring of at least eee pc fan
- speed;
+ you simply need to add 'or (i.find('fan')!= -1) to the test there , then
+ it basically works, to allow monitoring of at least eee pc fan speed;
environment includes fancontrol working to manage fan speed, so that the
relevant paragraph of the report from
$ sensors
is
eeepc-isa-0000
Adapter: ISA adapter
fan1: 3962 RPM
** Description changed:
In all the monitoring screenlets, there is currently no fan speed
monitor in the 'options' select list;
the fact that it's similar for all monitoring screenlets leads me to
look at the 'sensors' file usually at
/usr/share/pyshared/screenlets/sensors.py, specifically @l 838
- you simply need to add 'or (i.find('fan')!= -1) to the test there , then
- it basically works, to allow monitoring of at least eee pc fan speed;
+ you simply need to add 'or (i.find('fan')!= -1)' to the test there ,
+ then it basically works, to allow monitoring of at least eee pc fan
+ speed;
environment includes fancontrol working to manage fan speed, so that the
relevant paragraph of the report from
$ sensors
is
eeepc-isa-0000
Adapter: ISA adapter
fan1: 3962 RPM
--
You received this bug notification because you are a member of
Screenlets Dev Team, which is subscribed to Screenlets.
https://bugs.launchpad.net/bugs/930982
Title:
eee pc fan speed display in sensors, monitoring screenlets
To manage notifications about this bug go to:
https://bugs.launchpad.net/screenlets/+bug/930982/+subscriptions
References