The time now is Sat 25 May 2013, 03:48
All times are UTC - 4 |
|
Page 171 of 205 [3066 Posts] |
Goto page: Previous 1, 2, 3, ..., 169, 170, 171, 172, 173, ..., 203, 204, 205 Next |
| Author |
Message |
tempestuous
Joined: 10 Jun 2005 Posts: 4944 Location: Australia
|
Posted: Sat 03 Oct 2009, 04:06 Post subject:
|
|
Hello zigbert,
can Pwidgets (and conky?) be modified so that fan speed on ASUS Eee models can be displayed?
Forum member aarf reports that Pwidgets does not display the fan speed of the ASUS Eee -
http://www.murga-linux.com/puppy/viewtopic.php?p=345604#345604
even when the suitable "eee" kernel module has been loaded to expose control of the fan.
This kernel module is packaged with my Eee hotkeys dotpets here -
http://www.murga-linux.com/puppy/viewtopic.php?p=346451#346451
Once the eee module is installed, the fan speed can be read with
| Code: | | cat /proc/eee/fan_speed |
in degrees Celsius, or
| Code: | | cat /proc/eee/fan_rpm |
as revolutions per minute.
The "acpid" dotpet installs a fan control daemon as /usr/sbin/eee-fan-ctrl.sh
Since this daemon already controls the speed of the fan using this command
| Code: | | echo x > /proc/eee/fan_speed |
maybe these commands could be piped to the Pwidget fan speed gui? This way, Pwidgets would not need to keep checking the fan speed, and any change in fan speed would be reflected in the gui immediately.
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5244 Location: Valåmoen, Norway
|
Posted: Sat 03 Oct 2009, 14:30 Post subject:
|
|
tempestuous
It should be doable.....
I'll put it on my todo list for the next release
_________________ Stardust resources
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4944 Location: Australia
|
Posted: Sun 04 Oct 2009, 07:13 Post subject:
|
|
Thanks zigbert.
|
|
Back to top
|
|
 |
tasmod

Joined: 04 Dec 2008 Posts: 1459 Location: North Lincolnshire. UK
|
Posted: Mon 05 Oct 2009, 10:28 Post subject:
|
|
Doesn't the Conky variable "acpifan" report it back?
Hmmm, odd. I distinctly remember a slough of variables for the eee being anounced with Conky 1.7 and now I can't see any on the pages. Seems like they have been removed.
_________________ Rob
-
The moment after you press "Post" is the moment you actually see the typso 
|
|
Back to top
|
|
 |
craftybear

Joined: 16 Jun 2009 Posts: 65 Location: East Coast Oz in God's Country
|
Posted: Tue 06 Oct 2009, 02:51 Post subject:
|
|
| zigbert wrote: | Version 2.1.0
See main post
This one is prepared for Puppy 4.3 |
Installed this on a clean frugal copy of 4.3 and in the Help>About it reports as 2.5.0 and the Calendar has a weird action in highlighting the current date - basically it gives a second instance of the date at the bottom right, with a leading zero e.g. 06 for today. Removed and installed 2.0.8 and problem is gone.
Did something get crossed up in the upload?
_________________ I CARE ... I just don't care about you!
|
|
Back to top
|
|
 |
omskates

Joined: 03 Sep 2009 Posts: 257 Location: TriCities, WA
|
Posted: Tue 06 Oct 2009, 18:54 Post subject:
No battery widget |
|
My battery widget doesn't show up. Tried searching around for a post on it, hmmmm It worked before upgrade to 4.3
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7019 Location: qld
|
Posted: Wed 07 Oct 2009, 02:17 Post subject:
|
|
| craftybear wrote: | | zigbert wrote: | Version 2.1.0
See main post
This one is prepared for Puppy 4.3 |
Installed this on a clean frugal copy of 4.3 and in the Help>About it reports as 2.5.0 and the Calendar has a weird action in highlighting the current date - basically it gives a second instance of the date at the bottom right, with a leading zero e.g. 06 for today. Removed and installed 2.0.8 and problem is gone.
Did something get crossed up in the upload? |
Crafty.. I still use 2.5 DEV version and I don't have your issue In 4.3 frugal.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5244 Location: Valåmoen, Norway
|
Posted: Wed 07 Oct 2009, 13:17 Post subject:
|
|
craftybear
About-dialog shows 2.5.0:
You have probably earlier installed 2.5.0, and now 2.1.0. Since The version-check-function only checks for higher version-number, it fails here. Please edit /root/.pwidgets/pwidgetsrc - 2.5.0 --> 2.1.0
The calender widget is fixed for next release. It will work ok if today is 10-31. It only fails if today is 1 digit date. Only 3 days, and everything will work perfect
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5244 Location: Valåmoen, Norway
|
Posted: Wed 07 Oct 2009, 13:25 Post subject:
|
|
omskates
The battery widget is built to not show anything on systems where battery driver is not loaded. Technically it checks whether the file /sys/class/power_supply/BAT0 exist (or BAT1, BAT2).
Does it help if you execute in terminal:
modprobe battery
.... and then apply the battery widget once more.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
omskates

Joined: 03 Sep 2009 Posts: 257 Location: TriCities, WA
|
Posted: Wed 07 Oct 2009, 17:46 Post subject:
|
|
| zigbert wrote: | omskates
The battery widget is built to not show anything on systems where battery driver is not loaded. Technically it checks whether the file /sys/class/power_supply/BAT0 exist (or BAT1, BAT2).
Does it help if you execute in terminal:
modprobe battery
.... and then apply the battery widget once more.
Sigmund |
Negative on that attempt
The file /sys/class/power_supply/BAT0 exists and shows module present. JWM task bar shows battery info correctly. ACPI seems to work fine such as brightness keys, low battery beep, etc.
Tried modprobe battery and also modprobe -1 | grep acpi shows the modules including ac, battery, processor, thermal etc.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7019 Location: qld
|
Posted: Wed 07 Oct 2009, 18:31 Post subject:
|
|
I made the Eee-pc widget which shows fan speed in rpm. Only useful if you have an Eee-pc.
(Sigmund, birthday widget is underdevelopment, I've been very busy with eee-pc stuff )
| Description |
|
| Filesize |
29.07 KB |
| Viewed |
845 Time(s) |

|
| Description |
|

Download |
| Filename |
eee-widget.pet |
| Filesize |
1.01 KB |
| Downloaded |
224 Time(s) |
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
craftybear

Joined: 16 Jun 2009 Posts: 65 Location: East Coast Oz in God's Country
|
Posted: Thu 08 Oct 2009, 01:08 Post subject:
|
|
| zigbert wrote: | craftybear
About-dialog shows 2.5.0:
You have probably earlier installed 2.5.0, and now 2.1.0. Since The version-check-function only checks for higher version-number, it fails here. Please edit /root/.pwidgets/pwidgetsrc - 2.5.0 --> 2.1.0
The calender widget is fixed for next release. It will work ok if today is 10-31. It only fails if today is 1 digit date. Only 3 days, and everything will work perfect |
... for 21 days anyway!!! Thanks, Sigmund. I can wait for the update to fix the calendar.
_________________ I CARE ... I just don't care about you!
|
|
Back to top
|
|
 |
jur
Joined: 25 Sep 2009 Posts: 18
|
Posted: Thu 08 Oct 2009, 04:31 Post subject:
|
|
| 01micko wrote: | | I made the Eee-pc widget which shows fan speed in rpm. Only useful if you have an Eee-pc. |
I tested this on my Atom 1000HE; tempeature is reported as around 50degC and fan speed value is missing.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7019 Location: qld
|
Posted: Thu 08 Oct 2009, 05:04 Post subject:
|
|
Hi jur, you need all tempestuous' dotpets for it to work, but be sure to get the right ones for your kernel. Look in the "Additional Software (PETS and stuff)" and search for "Extra drivers for 4.3 with k2.6.30.5" if you are running 4.3. Also be sure they are loaded, run "lsmod" and look for "eee".
Cheers
EDIT: Ahh, I see you've been to that thread, just make sure you have the right kernel. Check from terminal with the command "uname -r".
Does it display "0rpm"? If so it is working. The fan does not kick in until 54 c . Hope this helps.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5244 Location: Valåmoen, Norway
|
Posted: Thu 08 Oct 2009, 12:25 Post subject:
|
|
Mick
You are doing a great job here these days......
craftybear
Next release with an updated calender widget will arrive before the next bug-period.
omskates
It sounds like you're NOT a newbie. Could you please look inside /root/.pwidgets/configs/battery, and remove the 'if_exist /sys/class/power_supply/BAT0' code.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
|
|
Page 171 of 205 [3066 Posts] |
Goto page: Previous 1, 2, 3, ..., 169, 170, 171, 172, 173, ..., 203, 204, 205 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|