亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Ubuntu系統(tǒng)下升級(jí)內(nèi)核的方法

  發(fā)布時(shí)間:2008-09-08 16:23:26   作者:佚名   我要評(píng)論
首先修改源 echo 'deb http://Ubuntu.cn99.com/ubuntu/ intrepid main restricted' | sudo tee -a /etc/apt/sources.list   然后安裝新內(nèi)核了 sudo apt-get update ;sudo apt-get install linux-generic linux-headers-2.6.26-5-generic linux-headers-2.6.26

首先修改源

echo 'deb http://Ubuntu.cn99.com/ubuntu/ intrepid main restricted' | sudo tee -a /etc/apt/sources.list
 

然后安裝新內(nèi)核了

sudo apt-get update ;sudo apt-get install linux-generic linux-headers-2.6.26-5-generic linux-headers-2.6.26-5 linux-image-2.6.26-5-generic linux-sound-base linux-image-generic linux-restricted-modules-2.6.26-5-generic linux-restricted-modules-generic util-linux-locales util-linux util-linux-locales libselinux1 libselinux1-dev

順便安裝下最新的pulseaudio了

sudo apt-get install libasound2-plugins "pulseaudio-*" paman padevchooser paprefs pavucontrol

還有最新的字體引擎了

sudo apt-get install libxft2 libxft-dev libfreetype6 libfreetype6-dev libcairo2-dev

還有顯卡驅(qū)動(dòng)

sudo apt-get install xorg-driver-fglrx

然后重啟就是最新的內(nèi)核了

最后手動(dòng)刪除源中最后一行

sudo apt-get update 

相關(guān)文章

最新評(píng)論