0

I have followed this tutorial

http://www.yourownlinux.com/2015/07/how-to-install-linux-kernel-4-1-1-in-linux.html

to install install 4.1.1 kernel but at the end when i checked my kernel versions by

uname -r 

I am still seeing the old kernel

4.4.0-62-generic
  • restart the pC and check it – Tamil Selvan C Feb 16 '17 at 04:54
  • @TamilSelvanC i have restarted it 3 time. and also updated the grub. – Waris Gill Feb 16 '17 at 04:55
  • 1
    Why do you need that kernel? – Pilot6 Feb 16 '17 at 05:32
  • @Pilot6 Because of this; http://askubuntu.com/questions/883610/wifi-speed-is-just-10-kb-on-ubuntu-but-work-fine-on-windows . There Mark suggested another question with, among others, this answer: http://askubuntu.com/a/644453/589808 . In a nutshell, Waris, please don't! You already have a newer and proper kernel –  Feb 16 '17 at 05:53
  • @Pilot6 I need this kernel to resolve my wifi problem. http://askubuntu.com/questions/883610/wifi-speed-is-just-10-kb-on-ubuntu-but-work-fine-on-windows – Waris Gill Feb 16 '17 at 13:28

1 Answers1

1

Grub always loads the latest kernel. You need to manually select the 4.1.1 kernel from advanced options of grub menu.

If you want the 4.1.1 kernel to be default, you will need to remove all newer kernels from your system.

Please note that the 4.1.1 kernel is not supported, and questions about problems with it are off-topic at this site.

Pilot6
  • 90,100
  • 91
  • 213
  • 324