I can't get my laptop connected to an open wifi network whilst on holiday. I works fine at home.
I assumed that I would only need a new network section with the relevant SSID in /etc/wpa_supplicant.conf, but that hasn't worked.
My /etc/rc.conf contains
What to do?
I assumed that I would only need a new network section with the relevant SSID in /etc/wpa_supplicant.conf, but that hasn't worked.
My /etc/rc.conf contains
Code:
ifconfig_wlan0="WPA SYNCDHCP"
ifconfig wlan0 up scan
includes the SSID I want to connect to (many instances of it) but I can't connect.What to do?