deb http://debian.csie.ntu.edu.tw
後,要寫stable。
這個kernel 是 2.4.27-1
用網路的feed,改unstable後,run apt-get update, apt-get upgrade.
好像會grade到2.6的kernel ... download中
.... 沒這回事....
到aptitude中 Uninstalled package - base - main中選2.6的kernel image
I - install
g - download and install
就會將2.6的kernel image安裝進來,同時也install 需要升級的package.
(其實是顯示一些可以升級,但是沒有升級的package)。
download 完後,會在GRUB中多一個2.6 的boot image。並且放在boot option的第一個(default)
.
用apt-get upgrade,但是有一些package是holdback.
用apt-get dist-upgrade,好像所有都upgrade了...例如gcc升級到4.0
試試編譯核心(Debian's way), ref : http://www.falkotimme.com/howtos/debian_kernel2.6_compile/
說要kernel-package
#apt-get install kernel-package完成後 /usr/share/和/usr/share/doc下就有kernel-package目錄了
還要有ncurses-dev fakeroot
#apt-get install ncurses-dev還有kernel source. 因為只想install自己現在版本的source code
#apt-get install fakeroot
#uname -a看一下是2.6.8
#apt-get install kernel-source他會列出所有的version,並說要指定版本才行,所以挑了一個2.6.8的...
#apt-get install kernel-source-2.6.8但是竟然download不下來,改了一些deb site也是一樣,只好改download 2.6.10
#apt-get install kernel-source-2.6.10奇怪,一直錯,只好follow他的instruction加上--fix-missing
#apt-get install kernel-source-2.6.10 --fix-missing應該是firewall的關係,到41%又fail
沒辦法,只好到kernel site去download :
wget http://www.tw.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz
沒有留言:
張貼留言