Tagged: Kernel

[HOWTO] Install Linux Kernel 3.0 in Ubuntu 11.04 Natty Narwhal

June 3rd, 2011 Permalink

Linux Kernel 3.0 RC 1 was recently released. Although it does not have real changes to anything, but is just a renaming of 2.6.40, however, you may want to install it for testing and using it if it works good for you in your Ubuntu Natty installation. It has bug fixes and additional drivers so [...]

Linux Kernel 3.0 RC 1 was recently released. Although it does not have real changes to anything, but is just a renaming of 2.6.40, however, you may want to install it for testing and using it if it works good for you in your Ubuntu Natty installation. It has bug fixes and additional drivers so it may solve problems. However, it may also introduce new problems, so be careful not to remove the other kernel (2.6.38) after installing it. This tutorial also contains instructions to remove it safely, so read along. Ubuntu 11.10 Oneiric Ocelot will be released with kernel 3.0.

Continue Reading

[SOLVED] Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR= and run Make again. Stop.

November 26th, 2010 Permalink

I was trying to run Oracle Virtualbox in my Debian testing installation in which I have just installed Ubuntu Natty Kernel from Ubuntu repositories. I got an error followed by a dialog prompting me to run: /etc/init.d/vboxdrv setup as root.

I was trying to run Oracle Virtualbox in my Debian testing installation in which I have just installed Ubuntu Natty Kernel from Ubuntu repositories. I got an error followed by a dialog prompting me to run:
/etc/init.d/vboxdrv setup
as root.

Continue Reading

Fixing Slow, Choppy and Laggy Maverick Meerkat (Ubuntu 10.10)

October 31st, 2010 Permalink

A lot of Ubuntu 10.10 users have been complaining about Maverick being too slow, typing becoming laggy and video performance being choppy.   Here are few things you can try to make it fast again. These have been collected from the user experience discussed in this post in Ubuntu forums.

A lot of Ubuntu 10.10 users have been complaining about Maverick being too slow, typing becoming laggy and video performance being choppy.   Here are few things you can try to make it fast again. These have been collected from the user experience discussed in this post in Ubuntu forums.

Continue Reading

[HOWTO] Install latest Intel DRM Kernel to avoid crashes on boards with Intel HD Graphics

August 14th, 2010 Permalink

My friend has a laptop with Intel Core i3 and onboard Intel HD graphics. His Ubuntu used to crash very often. He is using latest Ubuntu 10.04 Lucid Lynx. He then upgraded to latest kernel 2.6.35-997 from drm-intel-next from drm-intel-next PPA which has stopped the crashing. However, the kernel is development kernel and you should [...]

My friend has a laptop with Intel Core i3 and onboard Intel HD graphics. His Ubuntu used to crash very often. He is using latest Ubuntu 10.04 Lucid Lynx. He then upgraded to latest kernel 2.6.35-997 from drm-intel-next from drm-intel-next PPA which has stopped the crashing. However, the kernel is development kernel and you should use it with caution. If it fails to boot or causes problems, you can always hold on shift key during boot and then boot into the older kernel and remove it from the package manager. Having said that, here is how to install the latest kernel in Ubuntu from the drm-intel-next PPA.
Goto drm-intel-next PPA and then download the following files:
linux-headers-X-all.deb
linux-headers-X.deb
linux-image-X.deb
Here, X is the version which you can use whatever is available and refers to your Ubuntu architecture. In the PPA, 32-bit (i386) and 64-bit (amd64) are available. If you don’t know the architecture of your installation, you can easily check by typing the command
Continue Reading

[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling

February 6th, 2010 Permalink

I’m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.

I’m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.
Continue Reading

[HOW TO] Installing Kernel 2.6.30 (or any latest version available) in Debian Lenny or Ubuntu without having to go through Compiling

August 10th, 2009 Permalink

I have recently switched to Debian Lenny (from Ubuntu Jaunty Jackalope) and it is quite stable. However, I wanted to try the latest stable linux kernel (2.6.30 as of now) in this machine and see how it goes. However there are not much problems, I just wanted to install it. I went to Debian Kernel [...]

I have recently switched to Debian Lenny (from Ubuntu Jaunty Jackalope) and it is quite stable. However, I wanted to try the latest stable linux kernel (2.6.30 as of now) in this machine and see how it goes. However there are not much problems, I just wanted to install it. I went to Debian Kernel Archive and downloaded the packages but it does not seem to work. So I headed over to the Ubuntu Kernel Archive and the kernel there worked. This is how I did it. Continue Reading