Page 1 of 1

xfce4-sensors-plugin

Posted: 2. Apr 2012, 16:04
by MOrava
Please provide a package for:
Thank you. The package was present in earlier SalixOS version however
is missing in 13.37...

Re: xfce4-sensors-plugin

Posted: 2. Apr 2012, 16:37
by gapan
You can install it with sourcery/slapt-src.

Re: xfce4-sensors-plugin

Posted: 8. Apr 2013, 16:22
by marin
libsensors doesn't put the temp and fan data into /proc/acpi anymore.
data is now at /sys/class/hwmon/hwmon1

xfce4-sensors-plugin and xfce4-sensors are effectively blind.

Re: xfce4-sensors-plugin

Posted: 11. Apr 2013, 20:08
by Tim CowChip

Code: Select all

slapt-get -i lm_sensors

Code: Select all

sudo sensors-detect

Code: Select all

slapt-get -i hddtemp

Code: Select all

sudo chmod u+s /usr/sbin/hddtemp
http://www.salixos.org/forum/viewtopic. ... t=+sensors

Re: xfce4-sensors-plugin

Posted: 12. Apr 2013, 17:03
by marin
Thank you for the reply.
I could already read the relevant temps with sensors and hddtepm in console.
The asus_atk0110 and k10temp drivers are automatically loaded by Salix init without any intervention on my side as shown by lsmod.

What doesn't work is xfce4-sensors-plugin and xfce4-sensors.

/usr/doc/xfce4-sensors-plugin-1.2.5/TODO file says (among other things):
"
- switch to sysfs completely for everything?
"

Well, it woulld be good if they do.
There is no init script for hddtemp, but even when I start

Code: Select all

hddtemp -d /dev/sda
xfce4-sensors-plugin and xfce4-sensors don't see the temp data. Data is ready at /sys/class/hwmon/hwmon1, but xfce plugin and app look at empty /proc/acpi.

Re: xfce4-sensors-plugin

Posted: 9. Mar 2014, 02:35
by Tim CowChip
You have probably already figured this out, as it has been almost a year since your post.
You need to recompile (reinstall with sourcery) xfce4-sensors-plugin after installing and configuring hddtemp.
Then "Hard disks" will show up in the Sensors type: selection field.

Re: xfce4-sensors-plugin

Posted: 9. Mar 2014, 06:42
by marin
Thank you!

I managed in the meantime with conky and a script parsing sensors output. Now both plugin and Xfce-sensors work and even take disk temps from S.M.A.R.T.

Thanks again! :)