ログ日記

作業ログと日記とメモ

backportsのkernel 2.6.29を使う

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys EA8E8B2116BA136C
gpg --fingerprint EA8E8B2116BA136C
gpg --armor --export EA8E8B2116BA136C | apt-key add -

sources.listに次を追加

deb http://www.backports.org/debian lenny-backports main contrib
deb http://cdn.debian.or.jp/debian/ sid main

sid は linux-kbuild-2.6.29 がないと言われるので一時的に追加。

apt-get update
apt-get install linux-image-2.6.29-bpo.2-amd64 linux-headers-2.6.29-bpo.2-amd64


lm-sensorsが使えるかと思ってバージョンを上げてみた。
sidのlm-sensorsを入れたら取り敢えずcoretempだけ使えるようになったぽい。


最新版のsensors-detectを使うと

Warning: the required module ipmisensors is not currently installed
on your system. If it is built into the kernel then it's OK.
Otherwise, check http://www.lm-sensors.org/wiki/Devices for
driver availability.

Warning: the required module w83795 is not currently installed
on your system. If it is built into the kernel then it's OK.
Otherwise, check http://www.lm-sensors.org/wiki/Devices for
driver availability.

とのこと。

#----cut here----
# Adapter drivers
modprobe ipmi-si
# Chip drivers
modprobe coretemp
modprobe w83627ehf
/usr/bin/sensors -s
#----cut here----