PureOS unable to connect to Wifi [closed]

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











up vote
0
down vote

favorite












I just installed PureOS on my old computer to test it, but I've run into starting problems, that duckduckgo couldn't answer, because PureOS is relatively unknown.
Basically I'm not able to connect to my Wifi Network. (I can see it but it fails to connect after some time)



Due to the fact that PureOS is based on Debian I disabled random MAC addresses, but that did not work sadly.



I'm using the TP-Link TL-WN822N v2 as my Wifi Adapter. (I'm always having trouble getting this thing to run in new distros...)
It uses Atheros AR7010+AR9287 (I already installed the atheros firmware manually)










share|improve this question















closed as too broad by Rui F Ribeiro, G-Man, maxschlepzig, Jeff Schaller, RalfFriedl Nov 24 at 14:07


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















    up vote
    0
    down vote

    favorite












    I just installed PureOS on my old computer to test it, but I've run into starting problems, that duckduckgo couldn't answer, because PureOS is relatively unknown.
    Basically I'm not able to connect to my Wifi Network. (I can see it but it fails to connect after some time)



    Due to the fact that PureOS is based on Debian I disabled random MAC addresses, but that did not work sadly.



    I'm using the TP-Link TL-WN822N v2 as my Wifi Adapter. (I'm always having trouble getting this thing to run in new distros...)
    It uses Atheros AR7010+AR9287 (I already installed the atheros firmware manually)










    share|improve this question















    closed as too broad by Rui F Ribeiro, G-Man, maxschlepzig, Jeff Schaller, RalfFriedl Nov 24 at 14:07


    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I just installed PureOS on my old computer to test it, but I've run into starting problems, that duckduckgo couldn't answer, because PureOS is relatively unknown.
      Basically I'm not able to connect to my Wifi Network. (I can see it but it fails to connect after some time)



      Due to the fact that PureOS is based on Debian I disabled random MAC addresses, but that did not work sadly.



      I'm using the TP-Link TL-WN822N v2 as my Wifi Adapter. (I'm always having trouble getting this thing to run in new distros...)
      It uses Atheros AR7010+AR9287 (I already installed the atheros firmware manually)










      share|improve this question















      I just installed PureOS on my old computer to test it, but I've run into starting problems, that duckduckgo couldn't answer, because PureOS is relatively unknown.
      Basically I'm not able to connect to my Wifi Network. (I can see it but it fails to connect after some time)



      Due to the fact that PureOS is based on Debian I disabled random MAC addresses, but that did not work sadly.



      I'm using the TP-Link TL-WN822N v2 as my Wifi Adapter. (I'm always having trouble getting this thing to run in new distros...)
      It uses Atheros AR7010+AR9287 (I already installed the atheros firmware manually)







      linux debian wifi pureos






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 23 at 20:37









      Rui F Ribeiro

      38.3k1476127




      38.3k1476127










      asked Nov 23 at 20:01









      blank024

      1




      1




      closed as too broad by Rui F Ribeiro, G-Man, maxschlepzig, Jeff Schaller, RalfFriedl Nov 24 at 14:07


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






      closed as too broad by Rui F Ribeiro, G-Man, maxschlepzig, Jeff Schaller, RalfFriedl Nov 24 at 14:07


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          It doesn't matter that PureOS is relatively unknown, but using Qualcomm Atheros firmware on a TP-Link TL-WN822N (RealTec firmware) is not the right way to proceed.



          If PureOS doesn't support your hardware you'll have to compile from source:



          sudo apt-get install git
          git clone https://github.com/lwfinger/rtlwifi_new.git
          cd rtlwifi_new
          make
          sudo checkinstall


          Readme for the driver is here



          Alternatively, use something mainstream that does support this driver out of the box.
          ( I know Ubuntu does from 16.04 onwards)






          share|improve this answer




















          • When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
            – blank024
            Nov 24 at 23:32


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          It doesn't matter that PureOS is relatively unknown, but using Qualcomm Atheros firmware on a TP-Link TL-WN822N (RealTec firmware) is not the right way to proceed.



          If PureOS doesn't support your hardware you'll have to compile from source:



          sudo apt-get install git
          git clone https://github.com/lwfinger/rtlwifi_new.git
          cd rtlwifi_new
          make
          sudo checkinstall


          Readme for the driver is here



          Alternatively, use something mainstream that does support this driver out of the box.
          ( I know Ubuntu does from 16.04 onwards)






          share|improve this answer




















          • When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
            – blank024
            Nov 24 at 23:32















          up vote
          0
          down vote













          It doesn't matter that PureOS is relatively unknown, but using Qualcomm Atheros firmware on a TP-Link TL-WN822N (RealTec firmware) is not the right way to proceed.



          If PureOS doesn't support your hardware you'll have to compile from source:



          sudo apt-get install git
          git clone https://github.com/lwfinger/rtlwifi_new.git
          cd rtlwifi_new
          make
          sudo checkinstall


          Readme for the driver is here



          Alternatively, use something mainstream that does support this driver out of the box.
          ( I know Ubuntu does from 16.04 onwards)






          share|improve this answer




















          • When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
            – blank024
            Nov 24 at 23:32













          up vote
          0
          down vote










          up vote
          0
          down vote









          It doesn't matter that PureOS is relatively unknown, but using Qualcomm Atheros firmware on a TP-Link TL-WN822N (RealTec firmware) is not the right way to proceed.



          If PureOS doesn't support your hardware you'll have to compile from source:



          sudo apt-get install git
          git clone https://github.com/lwfinger/rtlwifi_new.git
          cd rtlwifi_new
          make
          sudo checkinstall


          Readme for the driver is here



          Alternatively, use something mainstream that does support this driver out of the box.
          ( I know Ubuntu does from 16.04 onwards)






          share|improve this answer












          It doesn't matter that PureOS is relatively unknown, but using Qualcomm Atheros firmware on a TP-Link TL-WN822N (RealTec firmware) is not the right way to proceed.



          If PureOS doesn't support your hardware you'll have to compile from source:



          sudo apt-get install git
          git clone https://github.com/lwfinger/rtlwifi_new.git
          cd rtlwifi_new
          make
          sudo checkinstall


          Readme for the driver is here



          Alternatively, use something mainstream that does support this driver out of the box.
          ( I know Ubuntu does from 16.04 onwards)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 23 at 21:25









          Fabby

          3,14911127




          3,14911127











          • When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
            – blank024
            Nov 24 at 23:32

















          • When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
            – blank024
            Nov 24 at 23:32
















          When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
          – blank024
          Nov 24 at 23:32





          When running sudo make install I'm getting make Error 2 Make[1]: *** /lib/module/4.17.0-3-amd64/build: No such file or directory. Stop. Makefile:58: recipe for target 'all' failed I'm gonna buy a new Wifi Adapter now like you suggested. Thanks for your help
          – blank024
          Nov 24 at 23:32



          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay