At some point, I installed a new kernel, for no particular purpose but to try.
I am having some problems, and would like to ensure that they are not caused by the kernel I installed.
How can I generally find out whether I'm using the newest available official kernel? If I'm not, how can I then change (up- or downgrade) to the latest official version?
(I'm using Ubuntu 12.04, running kernel 3.3.0-030300-generic)
uname -r
to find your running kernel version/variant3.2.0-29-generic
-29
here.030300
you are running is NOT a stock kernelsudo apt-get update && sudo apt-get install linux-image-generic
or...generic-pae
, depending on what youruname -r
output shows youI think, the current officially released kernel, for update, is 3.2.0-29, because I keep my machine updated and I've got no notifications for kernel updates.
Note that it is not recommended to manually update the kernel. You should just keep your Ubuntu updated using Update Manager and that would take care of everything.
If you do want to try out the new kernels, download the kernel from the Ubuntu PPA.