lm-sensorss 设置详解
温度检测1.使用的软件包lm-sensors ,编译并安装 make user make user_install2.使用sensors-detect命令检测主板上的传感器类型(IPX7A ION主板需要Linux2.6.32 Kernel)根据检测到的传感器,在
温度检测
1. 使用的软件包lm-sensors ,编译并安装
make user
make user_install
2. 使用sensors-detect 命令 检测主板上的传感器类型(IPX7A ION 主板需要 Linux2.6.32 Kernel )
根据检测到的传感器,在内核编译选项 Hardware Monitoring support 中必须选上相应的驱动模块。
3. Linux2.6内核编译开启的选项
Code maturity level options
[*] Prompt for development and/or incomplete code/drivers
Bus options (PCI, PCMCIA, EISA, MCA, ISA)
[*] PCI support
Device Drivers
I2C support
<M> I2C support
<M> I2C device interface
I2C Algorithms
<M> (configure all of them as modules)
I2C Hardware Bus support
<M> (configure all of them as modules)
I2C Hardware Sensors Chip support (up to 2.6.12)
<M> (configure all of them as modules)
Hardware Monitoring support (since 2.6.13)
<M> (configure all of them as modules)
4. 重新编译内核,进入系统后,再次使用sensors-detect 命令检测传感器并会自动生成配置文件。
4.5 完了之后记得加载 检测到的模块,我使用的是 modprobe f7185822fg
5. 使用sensors 命令可以获得主板上相关设备的温度信息和风扇转速信息。
风扇调速
1. 主板BIOS 中 FAN Control 选项设置成 Disable
2. 根据sensors 检测到风扇连接的接口,向相应 pwm 文件输入值进行控制。
例如: echo "100">/sys/class/hwmon/hwmon0/device/pwm1 可以使风扇转速
例如: echo "255">/sys/class/hwmon/hwmon0/device/pwm1 可以使风扇转速
更多推荐
所有评论(0)