|
|
我装了一个lm_sensors想查看cpu温度
用了sensors-detect来发现设备,最后系统提示
#----cut here----
# I2C adapter drivers
i2c-i801
# Chip drivers
# Warning: the required module eeprom is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
eeprom
# Warning: the required module w83627ehf is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
w83627ehf
#----cut here----
让我加载一个 w83627ehf 模块。
我搜了一下,发现内核源码里有 ./drivers/hwmon/w83627ehf.c 有这么源文件。
怎么编译它,然后再加载到内核里呢?
谢谢。 |
|