PDA

View Full Version : why kernel is not getting updated on 12.04



stephenbbb
April 26th, 2014, 03:53 PM
I have two installs of 12.04 both on amd 2core arch. one of them shows kernel 3.8 while the other one is 3.2

why the difference and casn I upgrade the kernel on the 3.2 to a newer kernel? i need higher than 3.5 for BTLE capability.

thanks everyody

Bashing-om
April 26th, 2014, 05:24 PM
stephenbbb; Hi !

Maybe; with release 12.04.1 to get the later kernels one must enable the hardware stack.
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
However, doing so - if you are running ATI proprietary drivers on the 2x/3x/4x/ cards, will break ! With no other good solution.


sudo lshw -C display

to make sure before taking that leap.



hope this helps

stephenbbb
April 26th, 2014, 08:09 PM
i get ;
*-display
description: VGA compatible controller
product: Wrestler [Radeon HD 6250]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=fglrx_pci latency=0
resources: irq:41 memory:80000000-8fffffff ioport:4000(size=256) memory:90400000-9043ffff


i know I am using fglrx from amd, but both boxes are using it and the one with 3.8 kernel upgraded the kernel when I intalled a new 12.04 ona new SSD. it must have intsalled 12.04.02.
will try the hw stack upgrade in may after sth important on this box gets taken care of. don't want to risk messing up as i see posts from people suffering from kernel upgrade mania.

Bashing-om
April 26th, 2014, 08:20 PM
stephenbbb; OK,

My concerns are alleviated.
On the troubled box what results from terminal code:


sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade #this invokes apt's smart mode to deal with that kernel upgrade#


Now if HES is not enabled on that box, you will not upgrade to the later release kernels above the 3.2 series kernels.



still try'n to help