RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Connect Retroflag GPi (Raspberry Pi Zero W) to WPA2 Enterprise

    Scheduled Pinned Locked Moved Help and Support
    wifinetwork problemnetwork errorwpa2
    4 Posts 2 Posters 523 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      oscarw
      last edited by oscarw

      Hi!

      I just got my retroflag gpi case working and set up. I have one small problem though. I can't connect my Pi to my WPA2-Enterprise network. I've tried a bunch of settings in wpa_supplicant.conf but can't get it to work.

      Pi Model or other hardware: Raspberry Pi Zero W & Retroflag GPi Case
      Power Supply used: Retroflag GPi's inbuilt.
      RetroPie Version Used: 4.6.1
      Built From: https://github.com/RetroPie/RetroPie-Setup/releases/download/4.6/retropie-buster-4.6-rpi1_zero.img.gz
      USB Devices connected: Retroflag GPi
      Controller used: Retroflag GPi
      Error messages received:
      Can't see any error messages. Don't know where they appear. It just says IP-address Unkown in show ip.
      Guide used: Several on Google. This one among others: https://gist.github.com/elec3647/1e223c02ef2a9a3f836db7984011b53b.
      This one for documentation: https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf
      File: /etc/wpa_supplicant/wpa_supplicant.conf
      Attachment of config files: (wpa_supplicant.conf)

      ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
      update_config=1
      country=SE
      
      ap_scan=1
      
      network={
        ssid="Wifi-Name"
        scan_ssid=1
        identity="myusername"
        password="mypassword"
        key_mgmt=WPA-EAP
        eap=TTLS
        phase1="peapver=0 peaplabel=1"
        phase2="autheap=MSCHAPV2"
      }
      
      1 Reply Last reply Reply Quote 0
      • O
        oscarw
        last edited by

        No one? Seems like it should be a quite generic raspberry pi problem?

        mituM 1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @oscarw
          last edited by

          @oscarw I haven't seen any posts here from someone using WPA2-Enterprise for their Wifi, so the lack of advice/reaction is normal.
          You should check out the RaspberryPi forums for similar problems - or maybe ask the administrators of the WiFI network for the settings.

          O 1 Reply Last reply Reply Quote 0
          • O
            oscarw @mitu
            last edited by

            Yeah, probably, it's not that common with enterprise networks I guess. Thank you for making that clear though.

            I actually solved it just now though.

            For anyone wondering I managed to connect to the network on another machine (Ubuntu) and used Network Manager. I then checked the log (according to this link) with the command:

            journalctl -u NetworkManager
            

            This gave me this config for wpa_supplicant.conf:

            
            country=SE
            ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
            update_config=1
            
            ap_scan=1
            
            network={
              ssid="Wifi-Name"
              scan_ssid=1
              bgscan="simple:30:-65:300"
              key_mgmt=WPA-EAP WPA-EAP-SHA256
              password="password"
              eap=PEAP
              fragment_size=1266
              phase2="auth=MSCHAPV2"
              identity="username"
              proactive_key_caching=1
            }
            
            

            This might not work for everyone else since the configs are always different for every network. So be sure to do the same steps as I did if you can't get it to work.

            So glad I finally got this, haha.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.