OK! I got a hackkernel RPM with lm_sensors in it and working. All I did was simply to put the following patch

--- linux/drivers/Makefile      Sun Nov 12 07:47:57 2000
+++ linux/drivers/Makefile      Sun Nov 12 09:33:30 2000
@@ -40,6 +40,8 @@
 
 # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set  -- ch
 subdir-$(CONFIG_HAMRADIO)      += net/hamradio
+subdir-$(CONFIG_I2C)           += i2c
+subdir-$(CONFIG_SENSORS)       += sensors
 subdir-$(CONFIG_ACPI)          += acpi
 
 
@@ -54,6 +56,5 @@
 # net/hamradio is already in ALL_SUB_DIRS of drivers/net/Makefile
 ALL_SUB_DIRS   := $(filter-out net/hamradio, $(ALL_SUB_DIRS))
 
-subdir-$(CONFIG_SENSORS)       += sensors
 include $(TOPDIR)/Rules.make
 



into hackkernel-2.4.0-0.35mdk's Patch219 and process it right after 218. Obviously this is a bandaid and the original lm_sensors patch should be fixed to reflect the changes of the patch included.

Oh, and the lm_sensors package in the hackkernel package needs updating. It does not have the viapro support which my ASUS AV7 needs. I had to compile and install that out of the latest lm_sensors package.

Can we get a new hackkernel with the above fixes and the latest lm_sensors please?

Thanx!
b.
-- 
Brian J. Murrell

Reply via email to