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

    RPi3 Wifi not working

    Scheduled Pinned Locked Moved Help and Support
    12 Posts 4 Posters 3.8k 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.
    • BuZzB
      BuZz administrators
      last edited by BuZz

      please email buzz [at] exotica.org.uk the output of sudo iwlist wlan0 scan

      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

      1 Reply Last reply Reply Quote 0
      • JasperSladeJ
        JasperSlade
        last edited by

        wlan0 No scan results

        ~Jasper

        1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators
          last edited by

          I edited my post after making it - did you run it with sudo ?

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          JasperSladeJ 1 Reply Last reply Reply Quote 0
          • JasperSladeJ
            JasperSlade @BuZz
            last edited by

            @BuZz
            I did. It comes up with absolutely nothing. I'm wondering if the RPi's wifi is just plain dead.

            ~Jasper

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by

              What PSU do you have ? (eg 5v 2a)

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              JasperSladeJ 1 Reply Last reply Reply Quote 0
              • JasperSladeJ
                JasperSlade @BuZz
                last edited by

                @BuZz
                I originally used: https://www.amazon.com/gp/product/B01DJZ17RC/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
                advertised at 5v 2.5a I had retropie 3.7 at the time, but received the rainbow square indicating low voltage.
                I now use: https://www.amazon.com/gp/product/B00PRJMYUI/ref=oh_aui_detailpage_o05_s00?ie=UTF8&psc=1
                also advertised as 5v 2.5a Using retropie 3.8 I get no rainbow squares.

                ~Jasper

                BuZzB glennlakeG 2 Replies Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators
                  last edited by

                  Please post the output of these commands (via pastebin.com or similar)

                  dmesg
                  cat /var/log/syslog
                  

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  1 Reply Last reply Reply Quote 0
                  • BuZzB
                    BuZz administrators @JasperSlade
                    last edited by

                    @JasperSlade Also - run sudo raspi-config go to "Internationalisation Options" and set Wifi Country to "US" and see if that helps.

                    To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                    1 Reply Last reply Reply Quote 0
                    • glennlakeG
                      glennlake @JasperSlade
                      last edited by

                      @JasperSlade Check this out."https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md"

                      1 Reply Last reply Reply Quote 0
                      • M
                        mjculross
                        last edited by mjculross

                        Here's what I've used successfully (at home, at our radio clubhouse, & at work, just change the ssid & psk as appropriate):

                        //
                        // contents of /etc/network/interfaces
                        //

                        source-directory /etc/network/interfaces.d
                        
                        auto lo
                        iface lo inet loopback
                        
                        allow-hotplug eth0
                        iface eth0 inet dhcp
                        
                        pre-up wpa_supplicant -Wwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -B
                        
                        allow-hotplug wlan0
                        iface wlan0 inet manual
                        wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
                        iface default inet dhcp
                        
                        

                        //
                        // contents of /etc/wpa_supplicant/wpa_supplicant.conf
                        //

                        ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
                        update_config=1
                        country=US
                        
                        network={
                        ssid="network SSID"
                        scan_ssid=1
                        proto=WPA2
                        key_mgmt=WPA-PSK
                        pairwise=CCMP TKIP
                        group=CCMP TKIP
                        psk="network password"
                        }
                        
                        
                        BuZzB 1 Reply Last reply Reply Quote 0
                        • BuZzB
                          BuZz administrators @mjculross
                          last edited by BuZz

                          @mjculross https://retropie.org.uk/forum/topic/3/read-this-first (see the section on formatting and use a code block for your config)

                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                          1 Reply Last reply Reply Quote 1
                          • 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.