Random Screen freezes on Ubuntu 16.04












1















I'm running Ubuntu 16.04 on a Dell E5580. I didn't have any kind of problem for a month or two, but I've been experiencing screen freezes once or twice a day, for the last week.



A couple of clues:




  • After the freeze, between the GRUB screen and the login screen some messages flash across the screen too fast to capture, but they appear to be about orphaned inodes. Is there some file wher these are saved?

  • The freeze usually (always??) happens after the computer has been

    sitting for a while.


  • Often but not always, the screen looks something
    like this:



    enter image description here




  • Or this:



    enter image description here




Which seems to suggest a video driver problem. The only significant hardware change I've made in the last few weeks is to add a nvidia driver. Suspecting this to be the culprit, I purged the driver, but the problem continues.



Here's the output of lspci:



00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
02:00.0 Network controller: Intel Corporation Device 24fd (rev 78)
03:00.0 3D controller: NVIDIA Corporation Device 134e (rev a2)


There have been many postings on this forum about this kind of problem.



This site suggests going to Software and updates -> Additional drivers, looking for Unknown-Unknowns and checking "Using Processor Microcode"
Here's the page that I see:



enter image description here



When I click on "Using Processor Microcode" the change doesn't take affect, the gui reverts to the above displayed screen.



Another suggestion, from this site and also this site is to change the line in /etc/default/grub:



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


to



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"


I tried this but the problem continues.



I've looked in dmesg and /var/log/syslog, but I can't find anything that looks as though it might be helpful in either of these logs, but then I don't know what to look for.



Would greatly appreciate any help!



Thanks.










share|improve this question





























    1















    I'm running Ubuntu 16.04 on a Dell E5580. I didn't have any kind of problem for a month or two, but I've been experiencing screen freezes once or twice a day, for the last week.



    A couple of clues:




    • After the freeze, between the GRUB screen and the login screen some messages flash across the screen too fast to capture, but they appear to be about orphaned inodes. Is there some file wher these are saved?

    • The freeze usually (always??) happens after the computer has been

      sitting for a while.


    • Often but not always, the screen looks something
      like this:



      enter image description here




    • Or this:



      enter image description here




    Which seems to suggest a video driver problem. The only significant hardware change I've made in the last few weeks is to add a nvidia driver. Suspecting this to be the culprit, I purged the driver, but the problem continues.



    Here's the output of lspci:



    00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
    00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
    00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
    00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
    00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
    00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
    00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
    00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 21)
    00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
    00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
    00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
    00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
    00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
    00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
    00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
    00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
    01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
    02:00.0 Network controller: Intel Corporation Device 24fd (rev 78)
    03:00.0 3D controller: NVIDIA Corporation Device 134e (rev a2)


    There have been many postings on this forum about this kind of problem.



    This site suggests going to Software and updates -> Additional drivers, looking for Unknown-Unknowns and checking "Using Processor Microcode"
    Here's the page that I see:



    enter image description here



    When I click on "Using Processor Microcode" the change doesn't take affect, the gui reverts to the above displayed screen.



    Another suggestion, from this site and also this site is to change the line in /etc/default/grub:



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


    to



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"


    I tried this but the problem continues.



    I've looked in dmesg and /var/log/syslog, but I can't find anything that looks as though it might be helpful in either of these logs, but then I don't know what to look for.



    Would greatly appreciate any help!



    Thanks.










    share|improve this question



























      1












      1








      1


      1






      I'm running Ubuntu 16.04 on a Dell E5580. I didn't have any kind of problem for a month or two, but I've been experiencing screen freezes once or twice a day, for the last week.



      A couple of clues:




      • After the freeze, between the GRUB screen and the login screen some messages flash across the screen too fast to capture, but they appear to be about orphaned inodes. Is there some file wher these are saved?

      • The freeze usually (always??) happens after the computer has been

        sitting for a while.


      • Often but not always, the screen looks something
        like this:



        enter image description here




      • Or this:



        enter image description here




      Which seems to suggest a video driver problem. The only significant hardware change I've made in the last few weeks is to add a nvidia driver. Suspecting this to be the culprit, I purged the driver, but the problem continues.



      Here's the output of lspci:



      00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
      00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
      00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
      00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
      00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
      00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
      00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
      00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
      00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 21)
      00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
      00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
      00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
      00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
      00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
      00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
      00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
      00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
      01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
      02:00.0 Network controller: Intel Corporation Device 24fd (rev 78)
      03:00.0 3D controller: NVIDIA Corporation Device 134e (rev a2)


      There have been many postings on this forum about this kind of problem.



      This site suggests going to Software and updates -> Additional drivers, looking for Unknown-Unknowns and checking "Using Processor Microcode"
      Here's the page that I see:



      enter image description here



      When I click on "Using Processor Microcode" the change doesn't take affect, the gui reverts to the above displayed screen.



      Another suggestion, from this site and also this site is to change the line in /etc/default/grub:



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


      to



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"


      I tried this but the problem continues.



      I've looked in dmesg and /var/log/syslog, but I can't find anything that looks as though it might be helpful in either of these logs, but then I don't know what to look for.



      Would greatly appreciate any help!



      Thanks.










      share|improve this question
















      I'm running Ubuntu 16.04 on a Dell E5580. I didn't have any kind of problem for a month or two, but I've been experiencing screen freezes once or twice a day, for the last week.



      A couple of clues:




      • After the freeze, between the GRUB screen and the login screen some messages flash across the screen too fast to capture, but they appear to be about orphaned inodes. Is there some file wher these are saved?

      • The freeze usually (always??) happens after the computer has been

        sitting for a while.


      • Often but not always, the screen looks something
        like this:



        enter image description here




      • Or this:



        enter image description here




      Which seems to suggest a video driver problem. The only significant hardware change I've made in the last few weeks is to add a nvidia driver. Suspecting this to be the culprit, I purged the driver, but the problem continues.



      Here's the output of lspci:



      00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
      00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
      00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
      00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
      00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
      00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
      00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
      00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
      00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 21)
      00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
      00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
      00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
      00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
      00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
      00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
      00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
      00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
      01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
      02:00.0 Network controller: Intel Corporation Device 24fd (rev 78)
      03:00.0 3D controller: NVIDIA Corporation Device 134e (rev a2)


      There have been many postings on this forum about this kind of problem.



      This site suggests going to Software and updates -> Additional drivers, looking for Unknown-Unknowns and checking "Using Processor Microcode"
      Here's the page that I see:



      enter image description here



      When I click on "Using Processor Microcode" the change doesn't take affect, the gui reverts to the above displayed screen.



      Another suggestion, from this site and also this site is to change the line in /etc/default/grub:



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


      to



      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1"


      I tried this but the problem continues.



      I've looked in dmesg and /var/log/syslog, but I can't find anything that looks as though it might be helpful in either of these logs, but then I don't know what to look for.



      Would greatly appreciate any help!



      Thanks.







      16.04 drivers nvidia freeze






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 30 '18 at 8:18







      Leo Simon

















      asked Jan 29 '18 at 6:43









      Leo SimonLeo Simon

      5592924




      5592924






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Not sure if you ever got an answer to this, but I had a very similar issue just start happening to me.



          I have an HP Officejet Pro 8600 all in one printer/copier ... Instead of running the drivers provided by the Ubuntu distribution, and had (at some time back) installed the packages straight from HP.



          Since this was only happening when I was trying to scan in photo's or access photos I decided to remove that old driver and install the latest from the distribution.



          apt-get install --reinstall hplip


          did the trick for me. It re-installed several packages and so far the problem hasn't happened again.



          Hope this helps a little.






          share|improve this answer


























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000887%2frandom-screen-freezes-on-ubuntu-16-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Not sure if you ever got an answer to this, but I had a very similar issue just start happening to me.



            I have an HP Officejet Pro 8600 all in one printer/copier ... Instead of running the drivers provided by the Ubuntu distribution, and had (at some time back) installed the packages straight from HP.



            Since this was only happening when I was trying to scan in photo's or access photos I decided to remove that old driver and install the latest from the distribution.



            apt-get install --reinstall hplip


            did the trick for me. It re-installed several packages and so far the problem hasn't happened again.



            Hope this helps a little.






            share|improve this answer






























              0














              Not sure if you ever got an answer to this, but I had a very similar issue just start happening to me.



              I have an HP Officejet Pro 8600 all in one printer/copier ... Instead of running the drivers provided by the Ubuntu distribution, and had (at some time back) installed the packages straight from HP.



              Since this was only happening when I was trying to scan in photo's or access photos I decided to remove that old driver and install the latest from the distribution.



              apt-get install --reinstall hplip


              did the trick for me. It re-installed several packages and so far the problem hasn't happened again.



              Hope this helps a little.






              share|improve this answer




























                0












                0








                0







                Not sure if you ever got an answer to this, but I had a very similar issue just start happening to me.



                I have an HP Officejet Pro 8600 all in one printer/copier ... Instead of running the drivers provided by the Ubuntu distribution, and had (at some time back) installed the packages straight from HP.



                Since this was only happening when I was trying to scan in photo's or access photos I decided to remove that old driver and install the latest from the distribution.



                apt-get install --reinstall hplip


                did the trick for me. It re-installed several packages and so far the problem hasn't happened again.



                Hope this helps a little.






                share|improve this answer















                Not sure if you ever got an answer to this, but I had a very similar issue just start happening to me.



                I have an HP Officejet Pro 8600 all in one printer/copier ... Instead of running the drivers provided by the Ubuntu distribution, and had (at some time back) installed the packages straight from HP.



                Since this was only happening when I was trying to scan in photo's or access photos I decided to remove that old driver and install the latest from the distribution.



                apt-get install --reinstall hplip


                did the trick for me. It re-installed several packages and so far the problem hasn't happened again.



                Hope this helps a little.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 19 at 21:07









                mature

                2,2024933




                2,2024933










                answered Feb 19 at 20:00









                FrankieFrankie

                11




                11






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000887%2frandom-screen-freezes-on-ubuntu-16-04%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to make a Squid Proxy server?

                    第一次世界大戦

                    Touch on Surface Book