Page 1 of 1

IP Address not showing in wificonfig

Posted: Fri Jun 30, 2023 1:17 am
by pigpenwm
Hello,

I purchased an NTSC USB modem from the shop. I am using a raspberry pi 3b+.

When looking at "sudo wificonfig" my IP address is blank. I saw another post here with a user having the same issue. I understand this could be due to my router security settings. I have changed the encryption to WPA/WPA2 and still no IP address in wificonfig. Has anyone had this issue and solved it?

Re: IP Address not showing in wificonfig

Posted: Fri Jun 30, 2023 8:30 am
by Scrivani
You can also run ifconfig to see the IP

Re: IP Address not showing in wificonfig

Posted: Fri Jun 30, 2023 8:39 am
by Scrivani
Please try this:

Run:
sudo rm /etc/wpa_supplicant/wpa_supplicant.conf

Then redo wificonfig:
sudo wificonfig
Option 3 Add Wi-Fi Network

Re: IP Address not showing in wificonfig

Posted: Sat Jul 01, 2023 1:21 pm
by pigpenwm
Scrivani wrote:Please try this:

Run:
sudo rm /etc/wpa_supplicant/wpa_supplicant.conf

Then redo wificonfig:
sudo wificonfig
Option 3 Add Wi-Fi Network
This worked! Thank you!