Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96841
    idblfanatic
    Participant

    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?

    #96848
    herbfargus
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.