installer icon indicating copy to clipboard operation
installer copied to clipboard

No network connection when install but can connect to wifi with wifi-menu

Open hong-duc opened this issue 6 years ago • 5 comments

Cannot install, connected to wifi, but when start install it say no network connection, even whem I run iptest and choose connect to wifi network it say no wifi interface detected, but connection test and spees test work fine. Please help

hong-duc avatar Apr 13 '18 05:04 hong-duc

I have the same problem here. The only solution I get is to connect to ethernet. Also when doing iptest and select connect to wifi network (option 3) and it says no wifi interface detected.

GitOffMyLAN avatar Apr 19 '18 08:04 GitOffMyLAN

Hey guys, I just had this problem, figured out a workaround:

  • run nano /etc/anarchy.conf
  • press ctrl+w
  • type in wifi_network
  • your cursor will go to a line with ip addr in it
  • remove/delete the following from that line: | grep "wlp"
  • alternatively replace the wlp with your interfaces name (from ip addr)
  • press ctrl+x
  • type y
  • press enter

now run the installer again and it should work.

davidpanic avatar Oct 19 '18 21:10 davidpanic

Same here. Didn't tried your workaround, but Matthew C and Erazem K pointed me in a different direction: I went to configure_connection.sh and commented the first UNTIL loop, leaving just the OnLine=true line

VellMerlot avatar Sep 19 '19 16:09 VellMerlot

And Wifi model..is top secret...

condor2 avatar Sep 19 '19 16:09 condor2

Apparently it's RTL8822BE (realtek)

rtw_pci driver

erazemk avatar Sep 19 '19 16:09 erazemk