I'm using 12.04LTS. Last week I upgraded to the latest (at the time) kernel, 3.2.0.48 and my display system became completely unusable. I have two displays on an Nvidia video adapter. I suspect the ABI changes in this kernel made the Nvidia proprietary drivers not work. I could only get my system back by a fresh install. (With my work directories all on another hard drive, I can re-install and be running again in about an hour). I'm now at kernel 3.2.0.29 after my initial upgrade. The updater indicates it needs to upgrade to .48, but I know there are interim kernels. My question is about the apt-get upgrade process with kernels. Does this always only advance one kernel? That seems to be the case, but don't know if there are exceptions. I'd like to do my upgrades and get to 3.2.0.45 which is the last one that worked for me. Then wait for nvidia and/or kernel updates that allow me to go further.
Asked
Active
Viewed 396 times
1
-
See also http://askubuntu.com/questions/379033/how-to-upgrade-or-downgrade-the-kernel-in-ubuntu-to-any-stable-or-testing-relea – Bryce Nov 18 '13 at 18:58
1 Answers
0
Welcome to AskUbuntu.
Apt-get does not advance one kernel at a time. You usually get the latest current kernel available in the repositories (3.2.0-48- right now).
To install the 3.2.0-45 kernel and headers, run
sudo apt-get install linux-image-3.2.0-45-generic linux-headers-3.2.0-45-generic

mikewhatever
- 32,638