Forum › Forums › New users › Welcome to antiX › Hello world! – But how to get (wlan)-online? › Reply To: Hello world! – But how to get (wlan)-online?
Antix 19.2.1
I had a very similar problem with wifi.
first it has something to do with wifi not being enabled. I forgot how i resolved it.
something about being softlocked and i was able to unlock it/ I found the solution on a reddit post
next issue is with DNS. I have to edit /etc/resolv.conf and add my pi hole dns server address.
had to do this every time i restart because it gets overwritten.
solution was posted above, i’m just repeating it here:
uninstall connman
sudo apt-get remove –purge connman
Delete the resolv.conf sym link in /etc/
Create a new symlink in etc like this (in a terminal)
sudo ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf