Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
36
rated 0 times [  36] [ 0]  / answers: 1 / hits: 81316  / 3 Years ago, thu, september 16, 2021, 6:38:47

I just installed Ubuntu 12.04.2 64-bit on my desktop PC and I see the kernel in System Monitor is 3.5.0-23 but in Ubuntu 12.04.2 in my laptop the kernel is 3.2.0-38.



I have already tried to run the command sudo apt-get upgrade && sudo apt-get dist-upgrade on my laptop but it doesn't update the kernel.



How can I upgrade kernel for my laptop?


More From » kernel

 Answers
6

New deployments of 12.04.2 will be installed with an updated kernel and a new X windows stack.
For existing 12.04 deployments, users will need to opt-in to what is being called the LTS Hardware Enablement Stack. If you already have Ubuntu 12.04 installed with an earlier kernel stack, it is recommended that you keep this stack in place rather than switching to a later kernel; the newer kernel and X stacks are provided for enablement of hardware not supported by earlier kernels, and there is generally no reason to upgrade to a newer stack if your hardware is supported by the default kernel.



In order to upgrade to the 3.5 kernel on 12.04.2, you will need to run the following command(s):



For the new kernel:



sudo apt-get install linux-generic-lts-quantal


For the new X stack:



sudo apt-get install xserver-xorg-lts-quantal


WARNING: If you are using the xorg-edgers PPA, do not install the xserver-xorg-lts-quantal package as this will most likely result in breakage.



Reference: https://launchpad.net/~xorg-edgers/+archive/ppa



This is only recommended for x86 hardware installations.



See also:




[#32634] Thursday, September 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
corsee

Total Points: 479
Total Questions: 122
Total Answers: 106

Location: Barbados
Member since Sat, May 9, 2020
4 Years ago
;