You are not logged in.
Pages: 1
My sensors won't initialize at boot time. When I ran "sudo sensors-detect" this was included in the output:
Copy prog/init/lm_sensors.init to /etc/rc.d/lm_sensors
for initialization at boot time.
I can't find prog/init/lm_sensors.init and its /etc/rc.d/sensors not /etc/rc.d/lm_sensors.
sudo /etc/rc.d/sensors start
works.
From rc.conf:
DAEMONS=(dbus hal syslog-ng sensord !network !dhcdbd !networkmanager @alsa @wicd)
From /etc/conf.d/lm_sensors:
HWMON_MODULES="coretemp w83627hf"
# For compatibility reasons, modules are also listed individually as variables
# MODULE_0, MODULE_1, MODULE_2, etc.
# You should use BUS_MODULES and HWMON_MODULES instead if possible.
MODULE_0=coretemp
MODULE_1=w83627hf
Last edited by haikuhacker (2011-01-31 19:17:45)
Salix-13.37-64-XFCE/Spectrwm Archbang/Razor-QT
Intel® Atom™ Processor D510
NVIDIA® GeForce™ 6200
Offline
You need "sensors" in the daemons. Not "sensord".
Afaik it runs the same script. (/etc/rc.d/sensors)
Offline
You need "sensors" in the daemons. Not "sensord".
Afaik it runs the same script. (/etc/rc.d/sensors)
Thanks MadCatMk2, that worked.
Salix-13.37-64-XFCE/Spectrwm Archbang/Razor-QT
Intel® Atom™ Processor D510
NVIDIA® GeForce™ 6200
Offline
I've just a question regarding the sensors daemon, I've put it as advised in my rc.d (back-grounded), but I don't see any related process in the process tree (with ps -el), nor when I start it manually (with /etc/rc.d/sensors).
Is it really needed ? And if so do you know the name of the process ?
Thank you and good night.
Offline
Don't hijack the thread, Sathors, please start a new one.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
No problems, it's just that for once I found the topics to be closely related.
Offline
Pages: 1