Radeon VCE init error at shutdown or restart

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have Ubuntu 16.04 installed and unfortunately, it hangs at shutdown and it's bothering me (See this first: Can't shutdown Ubuntu 16.04 after a long session). None of the methods on the internet didn't work for me and I wasn't able to see the shutdown process until somehow, it showed shutdown log today and I saw this line:



radeon 0000:03:00.0: VCE init error (-110)


and after that, it was still hanging. Note that I can see this line on startup too but it's not causing any problem. The problem occurs only at shutdown or restart.



So I tried this commands and these are the results:



1.sudo lspci -vnk | grep -iA20 vga:



00:02.0 0300: 8086:0a16 (rev 09) (prog-if 00 [VGA controller])
Subsystem: 1025:0775
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
Memory at b0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 4000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:03.0 0403: 8086:0a0c (rev 09)
Subsystem: 1025:0775
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at c0710000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Kernel driver in use: snd_hda_intel


2.dmesg | egrep -i 'vce|error':



[ 2.302636] ACPI Error: [_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[ 2.302640] ACPI Error: Method parse/execution failed [_SB.PCI0.RP05.PEGP.DD02._BCL] (Node f00c0840), AE_NOT_FOUND (20150930/psparse-542)
[ 2.328290] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 2.436759] radeon 0000:03:00.0: VCE init error (-110).
[ 19.556156] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
[ 28.761058] usb 2-5: device descriptor read/64, error -110
[ 29.311516] radeon 0000:03:00.0: VCE init error (-110).
[ 47.420104] radeon 0000:03:00.0: VCE init error (-110).


3.uname -a:



Linux strange72-Aspire-E1-572PG 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 16:02:55 UTC 2017 i686 i686 i686 GNU/Linux



Is there a fix for this?










share|improve this question

























    up vote
    0
    down vote

    favorite












    I have Ubuntu 16.04 installed and unfortunately, it hangs at shutdown and it's bothering me (See this first: Can't shutdown Ubuntu 16.04 after a long session). None of the methods on the internet didn't work for me and I wasn't able to see the shutdown process until somehow, it showed shutdown log today and I saw this line:



    radeon 0000:03:00.0: VCE init error (-110)


    and after that, it was still hanging. Note that I can see this line on startup too but it's not causing any problem. The problem occurs only at shutdown or restart.



    So I tried this commands and these are the results:



    1.sudo lspci -vnk | grep -iA20 vga:



    00:02.0 0300: 8086:0a16 (rev 09) (prog-if 00 [VGA controller])
    Subsystem: 1025:0775
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 4000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915

    00:03.0 0403: 8086:0a0c (rev 09)
    Subsystem: 1025:0775
    Flags: bus master, fast devsel, latency 0, IRQ 49
    Memory at c0710000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Kernel driver in use: snd_hda_intel


    2.dmesg | egrep -i 'vce|error':



    [ 2.302636] ACPI Error: [_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
    [ 2.302640] ACPI Error: Method parse/execution failed [_SB.PCI0.RP05.PEGP.DD02._BCL] (Node f00c0840), AE_NOT_FOUND (20150930/psparse-542)
    [ 2.328290] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
    [ 2.436759] radeon 0000:03:00.0: VCE init error (-110).
    [ 19.556156] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
    [ 28.761058] usb 2-5: device descriptor read/64, error -110
    [ 29.311516] radeon 0000:03:00.0: VCE init error (-110).
    [ 47.420104] radeon 0000:03:00.0: VCE init error (-110).


    3.uname -a:



    Linux strange72-Aspire-E1-572PG 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 16:02:55 UTC 2017 i686 i686 i686 GNU/Linux



    Is there a fix for this?










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have Ubuntu 16.04 installed and unfortunately, it hangs at shutdown and it's bothering me (See this first: Can't shutdown Ubuntu 16.04 after a long session). None of the methods on the internet didn't work for me and I wasn't able to see the shutdown process until somehow, it showed shutdown log today and I saw this line:



      radeon 0000:03:00.0: VCE init error (-110)


      and after that, it was still hanging. Note that I can see this line on startup too but it's not causing any problem. The problem occurs only at shutdown or restart.



      So I tried this commands and these are the results:



      1.sudo lspci -vnk | grep -iA20 vga:



      00:02.0 0300: 8086:0a16 (rev 09) (prog-if 00 [VGA controller])
      Subsystem: 1025:0775
      Flags: bus master, fast devsel, latency 0, IRQ 45
      Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
      Memory at b0000000 (64-bit, prefetchable) [size=256M]
      I/O ports at 4000 [size=64]
      Expansion ROM at <unassigned> [disabled]
      Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
      Capabilities: [d0] Power Management version 2
      Capabilities: [a4] PCI Advanced Features
      Kernel driver in use: i915
      Kernel modules: i915

      00:03.0 0403: 8086:0a0c (rev 09)
      Subsystem: 1025:0775
      Flags: bus master, fast devsel, latency 0, IRQ 49
      Memory at c0710000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: [50] Power Management version 2
      Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
      Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
      Kernel driver in use: snd_hda_intel


      2.dmesg | egrep -i 'vce|error':



      [ 2.302636] ACPI Error: [_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
      [ 2.302640] ACPI Error: Method parse/execution failed [_SB.PCI0.RP05.PEGP.DD02._BCL] (Node f00c0840), AE_NOT_FOUND (20150930/psparse-542)
      [ 2.328290] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
      [ 2.436759] radeon 0000:03:00.0: VCE init error (-110).
      [ 19.556156] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
      [ 28.761058] usb 2-5: device descriptor read/64, error -110
      [ 29.311516] radeon 0000:03:00.0: VCE init error (-110).
      [ 47.420104] radeon 0000:03:00.0: VCE init error (-110).


      3.uname -a:



      Linux strange72-Aspire-E1-572PG 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 16:02:55 UTC 2017 i686 i686 i686 GNU/Linux



      Is there a fix for this?










      share|improve this question













      I have Ubuntu 16.04 installed and unfortunately, it hangs at shutdown and it's bothering me (See this first: Can't shutdown Ubuntu 16.04 after a long session). None of the methods on the internet didn't work for me and I wasn't able to see the shutdown process until somehow, it showed shutdown log today and I saw this line:



      radeon 0000:03:00.0: VCE init error (-110)


      and after that, it was still hanging. Note that I can see this line on startup too but it's not causing any problem. The problem occurs only at shutdown or restart.



      So I tried this commands and these are the results:



      1.sudo lspci -vnk | grep -iA20 vga:



      00:02.0 0300: 8086:0a16 (rev 09) (prog-if 00 [VGA controller])
      Subsystem: 1025:0775
      Flags: bus master, fast devsel, latency 0, IRQ 45
      Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
      Memory at b0000000 (64-bit, prefetchable) [size=256M]
      I/O ports at 4000 [size=64]
      Expansion ROM at <unassigned> [disabled]
      Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
      Capabilities: [d0] Power Management version 2
      Capabilities: [a4] PCI Advanced Features
      Kernel driver in use: i915
      Kernel modules: i915

      00:03.0 0403: 8086:0a0c (rev 09)
      Subsystem: 1025:0775
      Flags: bus master, fast devsel, latency 0, IRQ 49
      Memory at c0710000 (64-bit, non-prefetchable) [size=16K]
      Capabilities: [50] Power Management version 2
      Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
      Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
      Kernel driver in use: snd_hda_intel


      2.dmesg | egrep -i 'vce|error':



      [ 2.302636] ACPI Error: [_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
      [ 2.302640] ACPI Error: Method parse/execution failed [_SB.PCI0.RP05.PEGP.DD02._BCL] (Node f00c0840), AE_NOT_FOUND (20150930/psparse-542)
      [ 2.328290] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
      [ 2.436759] radeon 0000:03:00.0: VCE init error (-110).
      [ 19.556156] EXT4-fs (sda7): re-mounted. Opts: errors=remount-ro
      [ 28.761058] usb 2-5: device descriptor read/64, error -110
      [ 29.311516] radeon 0000:03:00.0: VCE init error (-110).
      [ 47.420104] radeon 0000:03:00.0: VCE init error (-110).


      3.uname -a:



      Linux strange72-Aspire-E1-572PG 4.4.0-92-generic #115-Ubuntu SMP Thu Aug 10 16:02:55 UTC 2017 i686 i686 i686 GNU/Linux



      Is there a fix for this?







      16.04 shutdown radeon






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 24 at 13:07









      Milad Fattahi

      114




      114

























          active

          oldest

          votes











          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f1009321%2fradeon-vce-init-error-at-shutdown-or-restart%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009321%2fradeon-vce-init-error-at-shutdown-or-restart%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491