Linux users will be happy to know that was released a few days ago a new kernel that comes with version 3.3.1 and brings significant changes.
- Fixed bugs in the architecture of ARM
- updated drivers
- Update for the USB
- Improved file system
These are just some of the news, to see the full list please visit:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/tags/v3.3.1Now proceed with the installation of Ubuntu:
Members i386 (32bit)
mkdir ~/Scrivania/kernel
cd ~/Scrivania/kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301_3.3.1-030301.201204021435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301-generic_3.3.1-030301.201204021435_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-image-3.3.1-030301-generic_3.3.1-030301.201204021435_i386.deb
sudo dpkg -i *.deb
cd ..
rm -r kernel/
Utenti amd64 (64bit)
mkdir ~/Scrivania/kernel
cd ~/Scrivania/kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301-generic_3.3.1-030301.201204021435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-image-3.3.1-030301-generic_3.3.1-030301.201204021435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.3.1-precise/linux-headers-3.3.1-030301_3.3.1-030301.201204021435_all.deb
sudo dpkg -i *.deb
cd ..
rm -r kernel/
Keep up to date kernel is important to avoid unpleasant situations on your Linux distribution. The update is fast, intuitive and free, just follow the commands above and you're done. Whenever you release a new version you can see the details through our articles.
If you have installed the new kernel and are experiencing problems, you just need to follow this procedure, but before doing so please make a backup of the system, as the saying goes, prevention is better than cure is not found? In this way, if returning to the previous kernel detected anomalies can at any time to restore your backup.
sudo apt-get remove NOME_KERNEL
or
sudo apt-get remove linux-image-
We report below an example of how
amicopc @ amicopc-TECRA A7-: ~ / Desktop $ sudo apt-get remove linux-image-
linux-image-2.6.38-10-generic linux-image-generic-3.0.0-0300rc4
linux-image-2.6.38-8-generic linux-image-generic-3.0.0-0300rc7
linux-image-generic-3.0.0-0300rc2
If you want to remove linux-image-generic-3.0.0-0300rc4
Simply type in the terminal:
sudo apt-get remove linux-image-6.2.38-8-generic
We hope that this article was to your liking, please stay tuned for all the other news, if you need assistance, you have any suggestions, criticisms, or anything else in mind, leave a comment! Your message will be approved within a short time.