Acer notebook freeze / sleep on boot Debian 9.5











up vote
1
down vote

favorite












When booting Debian 9.5 my notebook, Acer Aspire E5 - 573G sleeps for several minutes before the login screen shows up. It stops after the following lines:



[   10.686470] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:03:00.0.bin (-2)
[ 10.686471] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 10.686483] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/cal-pci-0000:03:00.0.bin (-2)
[ 10.697700] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2)
[ 10.769505] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
[ 10.769516] ath10k_pci 0000:03:00.0: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 11ad:0806
[ 10.769519] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 10.770353] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
[ 10.889620] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
[ 10.890373] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 93da0176


I can see a delay on the dmesgoutput:



[   29.927760] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[ 29.978604] r8169 0000:02:00.0 enp2s0: link down
[ 29.978711] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 30.056531] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 31.986034] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 33.921973] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 34.250085] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 309.280237] random: crng init done


There is another delay here:



[  413.201803] kauditd_printk_skb: 11 callbacks suppressed
[ 413.201804] audit: type=1400 audit(1544884039.293:23): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/etc/mysql/mariadb.cnf" pid=1737 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1430.253104] wlp3s0: deauthenticating from 6c:38:a1:3e:3d:cd by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1430.268820] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready


but I am not sure that this has something do to with the issue.



So I strongly suspect the problems is coming either from the Atheros Wifi or the Realtek, though firmware-realtek and firmware-atheros packages are installed and cable and wifi connections do work without any problems that I see.










share|improve this question









New contributor




RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    up vote
    1
    down vote

    favorite












    When booting Debian 9.5 my notebook, Acer Aspire E5 - 573G sleeps for several minutes before the login screen shows up. It stops after the following lines:



    [   10.686470] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:03:00.0.bin (-2)
    [ 10.686471] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
    [ 10.686483] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/cal-pci-0000:03:00.0.bin (-2)
    [ 10.697700] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2)
    [ 10.769505] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
    [ 10.769516] ath10k_pci 0000:03:00.0: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 11ad:0806
    [ 10.769519] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
    [ 10.770353] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
    [ 10.889620] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
    [ 10.890373] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 93da0176


    I can see a delay on the dmesgoutput:



    [   29.927760] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
    [ 29.978604] r8169 0000:02:00.0 enp2s0: link down
    [ 29.978711] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 30.056531] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 31.986034] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 33.921973] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 34.250085] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 309.280237] random: crng init done


    There is another delay here:



    [  413.201803] kauditd_printk_skb: 11 callbacks suppressed
    [ 413.201804] audit: type=1400 audit(1544884039.293:23): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/etc/mysql/mariadb.cnf" pid=1737 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
    [ 1430.253104] wlp3s0: deauthenticating from 6c:38:a1:3e:3d:cd by local choice (Reason: 3=DEAUTH_LEAVING)
    [ 1430.268820] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready


    but I am not sure that this has something do to with the issue.



    So I strongly suspect the problems is coming either from the Atheros Wifi or the Realtek, though firmware-realtek and firmware-atheros packages are installed and cable and wifi connections do work without any problems that I see.










    share|improve this question









    New contributor




    RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      When booting Debian 9.5 my notebook, Acer Aspire E5 - 573G sleeps for several minutes before the login screen shows up. It stops after the following lines:



      [   10.686470] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:03:00.0.bin (-2)
      [ 10.686471] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
      [ 10.686483] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/cal-pci-0000:03:00.0.bin (-2)
      [ 10.697700] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2)
      [ 10.769505] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
      [ 10.769516] ath10k_pci 0000:03:00.0: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 11ad:0806
      [ 10.769519] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
      [ 10.770353] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
      [ 10.889620] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
      [ 10.890373] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 93da0176


      I can see a delay on the dmesgoutput:



      [   29.927760] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
      [ 29.978604] r8169 0000:02:00.0 enp2s0: link down
      [ 29.978711] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
      [ 30.056531] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 31.986034] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 33.921973] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 34.250085] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 309.280237] random: crng init done


      There is another delay here:



      [  413.201803] kauditd_printk_skb: 11 callbacks suppressed
      [ 413.201804] audit: type=1400 audit(1544884039.293:23): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/etc/mysql/mariadb.cnf" pid=1737 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
      [ 1430.253104] wlp3s0: deauthenticating from 6c:38:a1:3e:3d:cd by local choice (Reason: 3=DEAUTH_LEAVING)
      [ 1430.268820] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready


      but I am not sure that this has something do to with the issue.



      So I strongly suspect the problems is coming either from the Atheros Wifi or the Realtek, though firmware-realtek and firmware-atheros packages are installed and cable and wifi connections do work without any problems that I see.










      share|improve this question









      New contributor




      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      When booting Debian 9.5 my notebook, Acer Aspire E5 - 573G sleeps for several minutes before the login screen shows up. It stops after the following lines:



      [   10.686470] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:03:00.0.bin (-2)
      [ 10.686471] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
      [ 10.686483] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/cal-pci-0000:03:00.0.bin (-2)
      [ 10.697700] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/QCA9377/hw1.0/firmware-6.bin (-2)
      [ 10.769505] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
      [ 10.769516] ath10k_pci 0000:03:00.0: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 11ad:0806
      [ 10.769519] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
      [ 10.770353] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
      [ 10.889620] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/board-2.bin
      [ 10.890373] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 93da0176


      I can see a delay on the dmesgoutput:



      [   29.927760] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
      [ 29.978604] r8169 0000:02:00.0 enp2s0: link down
      [ 29.978711] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
      [ 30.056531] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 31.986034] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 33.921973] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 34.250085] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
      [ 309.280237] random: crng init done


      There is another delay here:



      [  413.201803] kauditd_printk_skb: 11 callbacks suppressed
      [ 413.201804] audit: type=1400 audit(1544884039.293:23): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/etc/mysql/mariadb.cnf" pid=1737 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
      [ 1430.253104] wlp3s0: deauthenticating from 6c:38:a1:3e:3d:cd by local choice (Reason: 3=DEAUTH_LEAVING)
      [ 1430.268820] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready


      but I am not sure that this has something do to with the issue.



      So I strongly suspect the problems is coming either from the Atheros Wifi or the Realtek, though firmware-realtek and firmware-atheros packages are installed and cable and wifi connections do work without any problems that I see.







      debian boot wifi freeze realtek






      share|improve this question









      New contributor




      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      Rui F Ribeiro

      38.6k1479128




      38.6k1479128






      New contributor




      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      RafTho

      61




      61




      New contributor




      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      RafTho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.



























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          });


          }
          });






          RafTho is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f489148%2facer-notebook-freeze-sleep-on-boot-debian-9-5%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          RafTho is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          RafTho is a new contributor. Be nice, and check out our Code of Conduct.













          RafTho is a new contributor. Be nice, and check out our Code of Conduct.












          RafTho is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2funix.stackexchange.com%2fquestions%2f489148%2facer-notebook-freeze-sleep-on-boot-debian-9-5%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

          Entries order in /etc/network/interfaces

          新発田市

          Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)