PureOS unable to connect to Wifi [closed]
Clash 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)
linux debian wifi pureos
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.
add a comment |
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)
linux debian wifi pureos
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.
add a comment |
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)
linux debian wifi pureos
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
linux debian wifi pureos
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.
add a comment |
add a comment |
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)
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
add a comment |
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)
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
add a comment |
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)
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
add a comment |
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)
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)
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
add a comment |
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
add a comment |