vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Does anyone know how to use sensorsd? The documentation is pretty poor. I just installed a snapshot and would like to test it out. I have uncommented /etc/sensorsd.conf so it now looks like this: hw.sensors.3:low=4.8V:high=5.2V hw.sensors.4:low=11.5V:high=12.5V hw.sensors.7:high=50C hw.sensors.8:high=60C hw.sensors.11:low=3000 So far all I get is: $ sensorsd sensorsd: no sensors found Thanks for any pointers. |
| |||
| Peter Matulis <petermatulis@yahoo.ca> wrote in news:l54270p7ppvtrtsf8jiapa3laot37po410@4ax.com: > Does anyone know how to use sensorsd? The documentation is pretty > poor. I just installed a snapshot and would like to test it out. I > have uncommented /etc/sensorsd.conf so it now looks like this: > > hw.sensors.3:low=4.8V:high=5.2V > hw.sensors.4:low=11.5V:high=12.5V > hw.sensors.7:high=50C > hw.sensors.8:high=60C > hw.sensors.11:low=3000 > > So far all I get is: > > $ sensorsd > sensorsd: no sensors found > > Thanks for any pointers. > First, do you have a supported sensor on your MB? mowgli:~ $ sysctl hw.sensors.0 hw.sensors.0=lm0, VCORE_A, volts_dc, 1.60 V mowgli:~ $ bagheera:~ $ sysctl hw.sensors.0 sysctl: hw.sensors.0: Device not configured bagheera:~ $ -- Peter Strömberg C2K2 C2K3 ISCCIV02 ISCCIV03 |
| ||||
| On 5 Apr 2004 09:26:02 GMT, "Peter Strömberg" <wilfried@spamcop.net> wrote: >Peter Matulis <petermatulis@yahoo.ca> wrote in >news:l54270p7ppvtrtsf8jiapa3laot37po410@4ax.com : > >> Does anyone know how to use sensorsd? The documentation is pretty >> poor. I just installed a snapshot and would like to test it out. I >> have uncommented /etc/sensorsd.conf so it now looks like this: >> >> hw.sensors.3:low=4.8V:high=5.2V >> hw.sensors.4:low=11.5V:high=12.5V >> hw.sensors.7:high=50C >> hw.sensors.8:high=60C >> hw.sensors.11:low=3000 >> >> So far all I get is: >> >> $ sensorsd >> sensorsd: no sensors found >> >> Thanks for any pointers. >> > >First, do you have a supported sensor on your MB? > >mowgli:~ $ sysctl hw.sensors.0 >hw.sensors.0=lm0, VCORE_A, volts_dc, 1.60 V >mowgli:~ $ > >bagheera:~ $ sysctl hw.sensors.0 >sysctl: hw.sensors.0: Device not configured >bagheera:~ $ This is what I get: $ sysctl hw.sensors.0 sysctl: hw.sensors.0: Device not configured I think I get your point. I don't get anything back with the following command: $ dmesg | egrep '^it|^lm|^viaenv' |