Differences between version 6 and predecessor to the previous major change of MotherboardMonitoring.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Tuesday, October 22, 2002 12:30:24 pm | by CraigMckenna | Revert |
Older page: | version 5 | Last edited on Tuesday, October 22, 2002 12:47:37 am | by JamieCurtis | Revert |
@@ -18,9 +18,9 @@
** Config->Character Devices->I2C support
** Enable everything as modules
** build and install the kernel
# Install the debian packages for lm-sensors
-** apt-get install lm-sensors lm-sensors-kernel
+** apt-get install lm-sensors lm-sensors-source
# Build the kernel modules for the sensors and i2c busses
** ''This is the tricky one. The debian system works well __if__ you install your kernel through the kernel-package system. - I don't. Maybe I should, I can't be bothered. However this step is made hard because of it.''
** Debian places a file called lm-sensors.tar.gz in /usr/src
** Read /usr/share/doc/lm-sensors-kernel if you use kernel-package
@@ -45,4 +45,17 @@
# __AFTER YOU EDIT /etc/sensors.conf AND EVERY TIME YOU BOOT, RUN sensors -s__
** This sets up the set fields, without it, you max, min and alarm values will not be set in the driver.
*** You must do this as root, it has to write to the kernel space driver.
# Set up [Cacti] to make pretty graphs of your CPU, motherboard temps, your voltages and fan speeds !
+
+
+# Motherboard Notes
+
+Gigabyte AMD boards (via southbridge based boards)
+
+with some gigabyte boards (and possibly others), the module load order is important
+7ZM (Socket A) requires that you load the modules in the order
+i2c-isa
+i2c-viapro
+via686a <-- the chip driver to via southbridge boards
+
+you may also want to load i2c-proc and i2c-dev if you havnt built them into the kernel