I am trying to connect to my school's wifi on a fresh install of Debian 10. I have no GUI and no internet at the moment, so just going through command line. I have set up my /etc/wpa_supplicant.config and found my wireless driver and set the link.
Now I am trying to run command wpa_supplicant -B and dhclient but both return not found. They're both downloaded (as evident using whereis command). Do I need to update some paths? I am in root.
Thanks!
suwill make some commands unavailable due to the path issues. This may be the issue you are having. Try running them withsudo commandor escalate to root viasu -, if this is your problem those options should solve it.su -unix.stackexchange.com/questions/354928/…