lm_sensors on Debian 失敗

環境

自宅鯖
M/B:EPIA-SP8000 (C3 800MHz)
OS:Debian etch (カーネル 2.6.18)
で、CPU温度の監視をする。

参考

id:qinglong:20051101:p1

インストール

まずlm_sensorsを入れる。Debianのパッケージ名は「lm-sensors」なのに注意。

# aptitude install lm-sensors
# sensors-detect
・・以下、Yesばっかり回答

で、再起動後、sensorsで温度などを見られるはずなのだけど、エラーが出る。

$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

ドライバが足りないらしい

Stefan Bellon's Home Page - Debian GNU/Linux (sid) on the VIA Epia Eden CL-6000

With ACPI you get processor and button support. Sadly, there's no thermal_zone support. This would be interesting as I use the board without a fan. Therefore I installed lm-sensors on it. As the vt1211 driver is not yet included in the 2.6.8 kernel, I had to compile it for myself.

「vt1211はカーネル2.6.8には入っていないので自分でコンパイルした」と書いてあるので、カーネルを自分でコンパイルしないといけないみたい。
ところで、手元の環境(kernel2.6.18)にはvt1211のドライバは入ってるのかな?