Nov 09, 2005

Debian GNU/Linuxのkernelのupdate

Debian GNU/Linux sargeのkernelのupdateをやってみた。
とても簡単。
まず自分のkernelのバージョンを確認する。

shimirin@debian:~$ uname -r
2.6.8-1-386

これ以上の数字があればupdateできるわけだ。
rootになって調べる。

shimirin@debian:~$ su
Password:********
debian:/home/shimirin# apt-cache search kernel-image
……
kernel-image-2.6.8-2-386 - Linux kernel image for version 2.6.8 on 386.
……

2.8.6-2-386があるからこれを取得。

debian:/home/shimirin# apt-get install kernel-image-2.6.8-2-386

ぼくの場合、たぶんivtvのモジュールをインストールするとき、2.6.8-2のヘッダーを使った関係(未確認)で、

I suggest you move /lib/modules/2.6.8-2-386 out of way.
Perhaps to /lib/modules/2.6.8-2-386.old.

というメッセージが出たので、一度中止して、mvコマンドでディレクトリの名前を替えて、やり直したらうまくいった。インストール後の作業として、『Debian GNU/Linux Expert』(技術評論社)には、

カーネルの起動パラメータの追加(手動で設定する必要がある)

と書いてあるが、再起動したらそのままでOKだった。

Edit this entry...

wikieditish message: Ready to edit this entry.

If you want to upload the jpeg file:


Rename file_name:

Add comment(Comment is NOT appear on this page):
















A quick preview will be rendered here when you click "Preview" button.