Comincio questo post dicendo che io generalmente non installo un kernel troppo nuovo ne consiglio di farlo a chi come me con il computer ci lavora, il post e’ quindi rivolto alla folta schiera di smanettoni che vogliono provare sempre l’ultima release. Innanzitutto dopo aver aperto il terminale da applicazioni->accessori->terminale prendiamo possesso della macchina con il proverbiale $ sudo su
creiamo una cartella per evitare casini # mkdir kernels
scarichiamo da qui i files per l’installazione del kernel e installiamo versione 32 bit
# wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-3.0.0-999-generic_3.0.0-999.201107151313_i386.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999-generic_3.0.0-999.201107151313_i386.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999_3.0.0-999.201107151313_all.deb && dpkg -i *.deb
versione 64 bit
# wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-3.0.0-999-generic_3.0.0-999.201107151313_amd64.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999-generic_3.0.0-999.201107151313_amd64.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999_3.0.0-999.201107151313_all.deb && dpkg -i *.deb
Lasciamo il pc al suo destino con ctrl+d
$
Per concludere e per completezza in generale vanno scaricati sempre SOLO tre files
- linux-headers-versione_X_all.deb
- linux-headers-versione_X_arc.deb
- linux-image-versione_X_arc.deb
con X ovviamente uguale in tutti e tre i files e arc corrispondente all’architettura usata ( i386 oppure amd64 ) consiglio inoltre di creare sempre una cartella di lavoro e di fare sempre MOLTA attenzione quando si installa un kernel
I begin this with a preamble I generally do not install a kernel too new, thus I council if you like me work with computer do not install the newer kernel. This post is dedicated to the legions of geeks who want to always try the latest release. First open a terminal and take the power with $ sudo su
create a folder # mkdir kernels
download from here the files for the kernel installation and install with 32 bit version
# wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-3.0.0-999-generic_3.0.0-999.201107151313_i386.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999-generic_3.0.0-999.201107151313_i386.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999_3.0.0-999.201107151313_all.deb && dpkg -i *.deb
64 bit version
# wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-image-3.0.0-999-generic_3.0.0-999.201107151313_amd64.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999-generic_3.0.0-999.201107151313_amd64.deb && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/current/linux-headers-3.0.0-999_3.0.0-999.201107151313_all.deb && dpkg -i *.deb
leave your computer to its fate with ctrl + d
$
Finally and for completeness in general are always downloaded three files ONLY
- linux-headers-version_X_all.deb
- linux-headers-version_X_arc.deb
- linux-image-version_X_arc.deb
X of course is the same in all three files and arc that matches the architecture used (i386 or amd64) also recommend that you always create a folder of work and BE VERY CAREFUL when you install a kernel