linux consulting: www.6-30.org kibitz expect script for shareing a terminal. both sides can type. kfrv kde remote frame buffer..... screen Magazine talks about using it= Linux Journal January 2003 open an x on a different display..... jstile@johns2:~/ilm> tar -zxvpf linux-2.4.20.tar.gz jstile@johns2:~/ilm> # This is the most updated version of ic jstile@johns2:~/ilm> lm_sensors_CVS/i2c/ mkpatch/mkpatch.pl . ./linux-2.4.20 | patch -p1 -E -d ./linux-2.4.20 jstile@johns2:~/ilm> # To just make the module, run this jstile@johns2:~/ilm> pushd lm_sensors_CVS/i2c/; make all; make install; popd lm_sensor INSTALL: "If you want to use compilation option 2 (patching the kernel) for lm_sensors, you will have to use compilation option 3 (patching the kernel) for i2c too. "If you want to use compilation option 1 (compiling as modules) for lm_sensors, you may use either compilation option 1 or 2 (compiling as modules) or compilation option 3 (patching the kernel for i2c). See the table below. patching: mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -E -d /usr/src/linux LM_SENSORS I2C | option 1 (modules) option 2 (patch kernel) option 1 (modules) | YES NO option 2 (modules) | YES YES option 3 (patch kernel) | YES YES " I think, we have to do modules for both (LM_SENSORS option 1, and I2C option 1 Compilation is done by `make all'; `make install' installs the package. Run the command `depmod -a' to have the new modules recognised.