1

I am running ubuntu 14.04 LTS.Each time I connect to external display at home/workplace, my laptop freezes and then I have to restart the entire system. Please guide me in order to avoid this unnecessary restart. Thanks

OS Type: Linux Release: Ubuntu 14.04 (trusty) Make-Model Name: HP-Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz Kernel: 4.5.3-040503-generic Graphics Card: Intel® Skylake ULT GT2

1 Answers1

1

You are on Linux Kernel 4.5.3 which is no longer supported: (https://www.kernel.org/). I would recommend you move up to 4.8.10 which came out a few days ago and has been working well for me. Plus users of Cherry Trail on the infamous Bay Trail bug list said yesterday it is fixing problems for them: (https://bugzilla.kernel.org/show_bug.cgi?id=109051). You have an Intel Skylake which is also included in that bug report. I have an Ivy Bridge and also have side effects ever since my upgrade to kernel 4.4 used by Ubuntu 16.04

Other Intel Skylake posts that may interest you here in AskUbuntu are:

Enough links already you're killing me!!!

Steps everyone can take are to ensure Intel microcode is up to date. See the answer in the first link at top of page.

Steps you can take is to upgrade kernel from 4.5.3 (unsupported) to 4.8.10 which has good reviews / improvments:

cd /tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-headers-4.8.10-040810_4.8.10-040810.201611210531_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-headers-4.8.10-040810-generic_4.8.10-040810.201611210531_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.10/linux-image-4.8.10-040810-generic_4.8.10-040810.201611210531_amd64.deb
sudo dpkg -i *.deb
sudo reboot

I look forward to feedback and updating this answer as new information comes to light.

Thank you.

  • I have upgraded Kernal to 4.8.10 as you suggested, and after testing for few days, everything seems fine. Thanks a lot for your comprehensive explanation. – Razi Ahmed Dec 01 '16 at 10:06
  • @RaziAhmed It was my pleasure. Good to hear everything is working. – WinEunuuchs2Unix Dec 01 '16 at 11:04
  • I had the same issue, and changed my old kernal to 4.8.10 as suggested above. Now it is working with out any problem. Thanks for the solution.

    I am using lenovo E470 Thinkpad with Ubuntu 14.04 and Intel graphics card.

    – Rubanraj Ravichandran Jan 16 '18 at 10:01
  • @RubanrajRavichandran Glad it worked for you. You should up-vote the answer by clicking the chevron beside it to let others know it works. Also Kernel 4.8.10 is no longer supported and you should try something more modern like 4.9.75 or 4.14.13. – WinEunuuchs2Unix Jan 16 '18 at 11:19