I am trying to connect my Pi to my wireless network, but I cannot for the life of me get it to connect.
My WiFi is open, and I have it locked to MAC addresses, when I scan for the networks it sees it, but it will not connect.
Also, I want to give it a statis IP
This is what I have tried:
—network interfaces–
auto lo
iface lo inet loopback
ifave eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface home inet static
adress 192.168.2.109
netmask 255.255.255.0
gateway 192.168.2.1
I think my issue is in the wpa-supplicant, but I’m not sure what I need to do
Any ideas?