Connecting wifi on APQ8053 ARM board











up vote
0
down vote

favorite












I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
After running the following script on the board I'm getting this error.



Script:



rm /usr/bin/QCMAP_ConnectionManager
rm /usr/bin/QCMAP_Web_CLIENT
setenforce 0
pkill hostapd
rmmod wlan
cd /lib/modules/3.18.71-perf/extra/
insmod wlan.ko
rm /var/run/wpa_supplicant/wlan0
wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
dhcpcd wlan0


Error:



data/AVS # ./wpa_supplicant.sh 
rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
rmmod: remove 'wlan': No such file or directory
insmod: can't insert 'wlan.ko': Required key not available
rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
dhcpcd[2633]: version 5.2.10 starting
dhcpcd[2633]: wlan0: interface not found or invalid


What are the steps to connect wifi on the APQ8053 ARM board?










share|improve this question









New contributor




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
























    up vote
    0
    down vote

    favorite












    I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
    After running the following script on the board I'm getting this error.



    Script:



    rm /usr/bin/QCMAP_ConnectionManager
    rm /usr/bin/QCMAP_Web_CLIENT
    setenforce 0
    pkill hostapd
    rmmod wlan
    cd /lib/modules/3.18.71-perf/extra/
    insmod wlan.ko
    rm /var/run/wpa_supplicant/wlan0
    wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
    dhcpcd wlan0


    Error:



    data/AVS # ./wpa_supplicant.sh 
    rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
    rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
    rmmod: remove 'wlan': No such file or directory
    insmod: can't insert 'wlan.ko': Required key not available
    rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
    Successfully initialized wpa_supplicant
    Could not read interface wlan0 flags: No such device
    nl80211: Driver does not support authentication/association or connect commands
    nl80211: deinit ifname=wlan0 disabled_11b_rates=0
    Could not read interface wlan0 flags: No such device
    wlan0: Failed to initialize driver interface
    dhcpcd[2633]: version 5.2.10 starting
    dhcpcd[2633]: wlan0: interface not found or invalid


    What are the steps to connect wifi on the APQ8053 ARM board?










    share|improve this question









    New contributor




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






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
      After running the following script on the board I'm getting this error.



      Script:



      rm /usr/bin/QCMAP_ConnectionManager
      rm /usr/bin/QCMAP_Web_CLIENT
      setenforce 0
      pkill hostapd
      rmmod wlan
      cd /lib/modules/3.18.71-perf/extra/
      insmod wlan.ko
      rm /var/run/wpa_supplicant/wlan0
      wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
      dhcpcd wlan0


      Error:



      data/AVS # ./wpa_supplicant.sh 
      rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
      rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
      rmmod: remove 'wlan': No such file or directory
      insmod: can't insert 'wlan.ko': Required key not available
      rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
      Successfully initialized wpa_supplicant
      Could not read interface wlan0 flags: No such device
      nl80211: Driver does not support authentication/association or connect commands
      nl80211: deinit ifname=wlan0 disabled_11b_rates=0
      Could not read interface wlan0 flags: No such device
      wlan0: Failed to initialize driver interface
      dhcpcd[2633]: version 5.2.10 starting
      dhcpcd[2633]: wlan0: interface not found or invalid


      What are the steps to connect wifi on the APQ8053 ARM board?










      share|improve this question









      New contributor




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











      I am trying to connect wifi on an APQ8053 ARM board using Ubuntu 16.04.
      After running the following script on the board I'm getting this error.



      Script:



      rm /usr/bin/QCMAP_ConnectionManager
      rm /usr/bin/QCMAP_Web_CLIENT
      setenforce 0
      pkill hostapd
      rmmod wlan
      cd /lib/modules/3.18.71-perf/extra/
      insmod wlan.ko
      rm /var/run/wpa_supplicant/wlan0
      wpa_supplicant -B -c/data/misc/wifi/wpa_supplicant.conf -Dnl80211 -iwlan0
      dhcpcd wlan0


      Error:



      data/AVS # ./wpa_supplicant.sh 
      rm: cannot remove '/usr/bin/QCMAP_ConnectionManager': No such file or directory
      rm: cannot remove '/usr/bin/QCMAP_Web_CLIENT': No such file or directory
      rmmod: remove 'wlan': No such file or directory
      insmod: can't insert 'wlan.ko': Required key not available
      rm: cannot remove '/var/run/wpa_supplicant/wlan0': No such file or directory
      Successfully initialized wpa_supplicant
      Could not read interface wlan0 flags: No such device
      nl80211: Driver does not support authentication/association or connect commands
      nl80211: deinit ifname=wlan0 disabled_11b_rates=0
      Could not read interface wlan0 flags: No such device
      wlan0: Failed to initialize driver interface
      dhcpcd[2633]: version 5.2.10 starting
      dhcpcd[2633]: wlan0: interface not found or invalid


      What are the steps to connect wifi on the APQ8053 ARM board?







      networking drivers wireless arm






      share|improve this question









      New contributor




      Hina 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




      Hina 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 Nov 15 at 5:53









      karel

      54.6k11119138




      54.6k11119138






      New contributor




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









      asked Nov 15 at 5:30









      Hina

      1




      1




      New contributor




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





      New contributor





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






      Hina 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: "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: 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
          });


          }
          });






          Hina 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%2faskubuntu.com%2fquestions%2f1093065%2fconnecting-wifi-on-apq8053-arm-board%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








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










           

          draft saved


          draft discarded


















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













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












          Hina 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%2faskubuntu.com%2fquestions%2f1093065%2fconnecting-wifi-on-apq8053-arm-board%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

          Mont Emei

          Province de Neuquén

          Journaliste