sensors says "General parse error"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here's an example:

# sensors -v
sensors version 2.10.0 with libsensors version 2.10.0
# sensors -s
General parse error
# sensors
General parse error

Perhaps this indicates a problem in /etc/sensors.conf?
I haven't touched it.  It's the version installed from an
RPM.

Operating system: Scientific Linux 5.4, a clone of Red Hat
Enterprise 5.4.  Kernel 2.6.18-92.1.22.el5.  The computer is
an HP DL365 with two dual-core Opteron 2218 CPUs.


Here's the last part of the output of sensors-detect:

 Now follows a summary of the probes I have just done.
 Just press ENTER to continue:

Driver `bmcsensors' (should be inserted):
  Detects correctly:
  * ISA bus address 0x0ca0 (Busdriver `i2c-isa')
    Chip `IPMI BMC KCS' (confidence: 4)


I will now generate the commands needed to load the I2C modules.

To make the sensors modules behave correctly, add these lines to
/etc/modprobe.conf:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# You must also install and load the IPMI modules
modprobe i2c-ipmi
# I2C chip drivers
# Warning: the required module bmcsensors is not currently installed on your system. # For status of 2.6 kernel ports see http://secure.netroedge.com/~lm78/supported.html # If driver is built-in to the kernel, or unavailable, comment out the following line.
modprobe bmcsensors
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors


[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux