How to install OURLINK AC600 USB wireless adapter in kali linux












0















I'm really sorry for this question I have seen many similar title but no post was able to help me.



So I have a Nano USB Wireless Adapter (OurLink AC 600 600Mbps 5GHZ). And I did everything I can to install it's drivers in kali linux with no success.



First



I tried to install them using an install.sh file on the CD I bought it with and I faced the driver was not installed.



I run the command sudo apt-get install linux-headers-generic build-essential git



And I got an error: Unable to locate package linux-headers-4.9.0-kali3-amd64



Fortunately later I was able to fix it using apt-get dist-upgrade .



After upgrading I tried to reinstall the headers and they installed successfully.



And I retried to install the drivers again using this commands: cd rtl8812AU_8821AU_linux make sudo make install



but let me mention that when I enter make and hit enter immediately I get errors:



cc1: some warnings being treated as errors make[4]: * [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o] Error 1 make[3]: [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: module/root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51] Error 2 make[2]: [Makefile:146: sub-make] Error 2 make[1]: * [Makefile:8: all] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64' make: *** [Makefile:1551: modules] Error 2



and when I try the second command sudo make install I get errors:



install -p -m 644 8821au.ko /lib/modules/4.19.0-kali1-amd64/kernel/drivers/net/wireless/ install: cannot stat '8821au.ko': No such file or directory make: *** [Makefile:1557: install] Error 1



This is the output of my uname -a command:: Linux kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux



Please help me !









share









New contributor




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

























    0















    I'm really sorry for this question I have seen many similar title but no post was able to help me.



    So I have a Nano USB Wireless Adapter (OurLink AC 600 600Mbps 5GHZ). And I did everything I can to install it's drivers in kali linux with no success.



    First



    I tried to install them using an install.sh file on the CD I bought it with and I faced the driver was not installed.



    I run the command sudo apt-get install linux-headers-generic build-essential git



    And I got an error: Unable to locate package linux-headers-4.9.0-kali3-amd64



    Fortunately later I was able to fix it using apt-get dist-upgrade .



    After upgrading I tried to reinstall the headers and they installed successfully.



    And I retried to install the drivers again using this commands: cd rtl8812AU_8821AU_linux make sudo make install



    but let me mention that when I enter make and hit enter immediately I get errors:



    cc1: some warnings being treated as errors make[4]: * [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o] Error 1 make[3]: [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: module/root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51] Error 2 make[2]: [Makefile:146: sub-make] Error 2 make[1]: * [Makefile:8: all] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64' make: *** [Makefile:1551: modules] Error 2



    and when I try the second command sudo make install I get errors:



    install -p -m 644 8821au.ko /lib/modules/4.19.0-kali1-amd64/kernel/drivers/net/wireless/ install: cannot stat '8821au.ko': No such file or directory make: *** [Makefile:1557: install] Error 1



    This is the output of my uname -a command:: Linux kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux



    Please help me !









    share









    New contributor




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























      0












      0








      0








      I'm really sorry for this question I have seen many similar title but no post was able to help me.



      So I have a Nano USB Wireless Adapter (OurLink AC 600 600Mbps 5GHZ). And I did everything I can to install it's drivers in kali linux with no success.



      First



      I tried to install them using an install.sh file on the CD I bought it with and I faced the driver was not installed.



      I run the command sudo apt-get install linux-headers-generic build-essential git



      And I got an error: Unable to locate package linux-headers-4.9.0-kali3-amd64



      Fortunately later I was able to fix it using apt-get dist-upgrade .



      After upgrading I tried to reinstall the headers and they installed successfully.



      And I retried to install the drivers again using this commands: cd rtl8812AU_8821AU_linux make sudo make install



      but let me mention that when I enter make and hit enter immediately I get errors:



      cc1: some warnings being treated as errors make[4]: * [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o] Error 1 make[3]: [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: module/root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51] Error 2 make[2]: [Makefile:146: sub-make] Error 2 make[1]: * [Makefile:8: all] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64' make: *** [Makefile:1551: modules] Error 2



      and when I try the second command sudo make install I get errors:



      install -p -m 644 8821au.ko /lib/modules/4.19.0-kali1-amd64/kernel/drivers/net/wireless/ install: cannot stat '8821au.ko': No such file or directory make: *** [Makefile:1557: install] Error 1



      This is the output of my uname -a command:: Linux kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux



      Please help me !









      share









      New contributor




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












      I'm really sorry for this question I have seen many similar title but no post was able to help me.



      So I have a Nano USB Wireless Adapter (OurLink AC 600 600Mbps 5GHZ). And I did everything I can to install it's drivers in kali linux with no success.



      First



      I tried to install them using an install.sh file on the CD I bought it with and I faced the driver was not installed.



      I run the command sudo apt-get install linux-headers-generic build-essential git



      And I got an error: Unable to locate package linux-headers-4.9.0-kali3-amd64



      Fortunately later I was able to fix it using apt-get dist-upgrade .



      After upgrading I tried to reinstall the headers and they installed successfully.



      And I retried to install the drivers again using this commands: cd rtl8812AU_8821AU_linux make sudo make install



      but let me mention that when I enter make and hit enter immediately I get errors:



      cc1: some warnings being treated as errors make[4]: * [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o] Error 1 make[3]: [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: module/root/Desktop/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51] Error 2 make[2]: [Makefile:146: sub-make] Error 2 make[1]: * [Makefile:8: all] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64' make: *** [Makefile:1551: modules] Error 2



      and when I try the second command sudo make install I get errors:



      install -p -m 644 8821au.ko /lib/modules/4.19.0-kali1-amd64/kernel/drivers/net/wireless/ install: cannot stat '8821au.ko': No such file or directory make: *** [Makefile:1557: install] Error 1



      This is the output of my uname -a command:: Linux kali 4.19.0-kali1-amd64 #1 SMP Debian 4.19.13-1kali1 (2019-01-03) x86_64 GNU/Linux



      Please help me !







      linux kernel apt kali-linux





      share









      New contributor




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










      share









      New contributor




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








      share



      share








      edited 1 min ago







      Lenz Vital













      New contributor




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









      asked 8 mins ago









      Lenz VitalLenz Vital

      1




      1




      New contributor




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





      New contributor





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






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






















          0






          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',
          autoActivateHeartbeat: false,
          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
          });


          }
          });






          Lenz Vital 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%2f497596%2fhow-to-install-ourlink-ac600-usb-wireless-adapter-in-kali-linux%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








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










          draft saved

          draft discarded


















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













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












          Lenz Vital 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f497596%2fhow-to-install-ourlink-ac600-usb-wireless-adapter-in-kali-linux%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

          Loup dans la culture

          How to solve the problem of ntp “Unable to contact time server” from KDE?

          ASUS Zenbook UX433/UX333 — Configure Touchpad-embedded numpad on Linux