ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. justinGE
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    justinGE

    @justinGE

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    justinGE Unfollow Follow

    Best posts made by justinGE

    • RE: RB5 unable to connect to hotspot

      Not to necro a thread, but if you're using WPA2 you need to supply a country code at the top of the wpa_supplicant such as

      # Only WPA-PSK is used. Any valid cipher combination is accepted.
      country=US
      ctrl_interface=/var/run/wpa_supplicant
      update_config=1
      
      network={
      	ssid="Foo"
      	psk="Bar"
      }
      wowlan_triggers=magic_pkt
      

      I was having trouble connecting to our local internet until I did this.

      posted in Qualcomm Flight RB5 5G Drone
      J
      justinGE

    Latest posts made by justinGE

    • RE: RB5 unable to connect to hotspot

      Not to necro a thread, but if you're using WPA2 you need to supply a country code at the top of the wpa_supplicant such as

      # Only WPA-PSK is used. Any valid cipher combination is accepted.
      country=US
      ctrl_interface=/var/run/wpa_supplicant
      update_config=1
      
      network={
      	ssid="Foo"
      	psk="Bar"
      }
      wowlan_triggers=magic_pkt
      

      I was having trouble connecting to our local internet until I did this.

      posted in Qualcomm Flight RB5 5G Drone
      J
      justinGE