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

    segmentation failed while configuring keyboard

    Scheduled Pinned Locked Moved Help and Support
    keyboard usbretropie 4.2usb hubraspberry pi zecontrollers
    51 Posts 5 Posters 12.5k 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.
    • XeonX
      Xeon Banned @Gamerguy010101
      last edited by

      @gamerguy010101
      Ok

      1. Quit Retropie 'PressF4'

      2. From the command line interface or 'cli' type "sudo /home/pi/RetroPie-Setup/retropie_setup.sh"
        Quotes are excluded.

      3. That should take you here
        https://cdn-learn.adafruit.com/assets/assets/000/035/640/original/raspberry_pi_setup1.png

      4. Select "Update RetroPie-Setup script.

      5. After it has completed select " Update all packages"

      <Calmly wait as this may take a lot of time.

      1. Reboot

      -------------------------------Method 2----------------------------------------------

      1. In Emustation make your way here .

      https://cdn-learn.adafruit.com/assets/assets/000/035/639/original/raspberry_pi_retropie-setup.png

      1. Select RetroPie Setup

      https://cdn-learn.adafruit.com/assets/assets/000/035/640/original/raspberry_pi_setup1.png

      1. Select "Update RetroPie-Setup script.

      2. After it has completed select " Update all packages"

      <Calmly wait as this may take a lot of time.

      1. Reboot
      1 Reply Last reply Reply Quote 0
      • HexH
        Hex
        last edited by

        Follow this video

        Sent from 20,000 leagues under the sea.

        Powersaver Emulation station : https://github.com/hex007/EmulationStation
        ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

        1 Reply Last reply Reply Quote 1
        • XeonX
          Xeon Banned
          last edited by

          I'm guessing the power supply is the culprit here.
          Could be wrong.

          1 Reply Last reply Reply Quote 0
          • HexH
            Hex
            last edited by

            @Gamerguy010101 Do you see a yellow bolt symbol on the top right while running ES ?

            Sent from 20,000 leagues under the sea.

            Powersaver Emulation station : https://github.com/hex007/EmulationStation
            ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

            XeonX 1 Reply Last reply Reply Quote 0
            • XeonX
              Xeon Banned @Hex
              last edited by

              @hex i'm going to admit i had the psu problem but the yellow bolt never showed.
              No jokes.

              1 Reply Last reply Reply Quote 0
              • G
                Gamerguy010101
                last edited by

                problem: because the keyboard cant be configured and I can really only use terminal, I cant get the wifi setup and if I try to set it up with terminal it says that there isnt a thing to save it at.

                1 Reply Last reply Reply Quote 0
                • HexH
                  Hex
                  last edited by Hex

                  Type the following in terminal/command prompt

                  sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

                  You will see a text editor, type the following

                  ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
                  update_config=1
                  country=GB
                  
                  network={
                  	ssid="WIFI_NAME"
                          psk="PASSWORD"
                          key_mgmt=WPA-PSK
                  }
                  

                  update WIFI_NAME and PASSWORD to your networks.

                  Save using Ctrl+x, and y when it asks if you want to save.
                  reboot using sudo reboot

                  You should have wifi.
                  Else try ethernet, duh.

                  Next :
                  type in terminal
                  sudo Retropie_Setup/Retropie_Setup.sh

                  Now follow the video.

                  Sent from 20,000 leagues under the sea.

                  Powersaver Emulation station : https://github.com/hex007/EmulationStation
                  ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                  1 Reply Last reply Reply Quote 0
                  • G
                    Gamerguy010101
                    last edited by

                    wait, im typing it in now, but I noticed the country is great britain (GB). does this matter cause im in US

                    1 Reply Last reply Reply Quote 0
                    • HexH
                      Hex
                      last edited by

                      @Gamerguy010101 No it doesnt.

                      Sent from 20,000 leagues under the sea.

                      Powersaver Emulation station : https://github.com/hex007/EmulationStation
                      ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                      1 Reply Last reply Reply Quote 0
                      • G
                        Gamerguy010101
                        last edited by

                        how about the "}"? do i have to add that as well?

                        1 Reply Last reply Reply Quote 0
                        • HexH
                          Hex
                          last edited by

                          @Gamerguy010101 I have updated the code above. First line was the editor ui and not text. I have removed that.

                          Yes you will need the ending } too

                          Sent from 20,000 leagues under the sea.

                          Powersaver Emulation station : https://github.com/hex007/EmulationStation
                          ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                          1 Reply Last reply Reply Quote 0
                          • G
                            Gamerguy010101
                            last edited by

                            "error writing /ect/wpablah blah blah you know the path: No such file or directory

                            1 Reply Last reply Reply Quote 0
                            • HexH
                              Hex
                              last edited by Hex

                              its

                              nano /etc/wpa_supplicant/wpa_supplicant.conf

                              Sent from 20,000 leagues under the sea.

                              Powersaver Emulation station : https://github.com/hex007/EmulationStation
                              ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                              1 Reply Last reply Reply Quote 0
                              • G
                                Gamerguy010101
                                last edited by

                                great i forgot to put 2 "p"s in it

                                1 Reply Last reply Reply Quote 0
                                • G
                                  Gamerguy010101
                                  last edited by

                                  still no file directory ;-;

                                  1 Reply Last reply Reply Quote 0
                                  • HexH
                                    Hex
                                    last edited by

                                    Can you show me a photo?

                                    Sent from 20,000 leagues under the sea.

                                    Powersaver Emulation station : https://github.com/hex007/EmulationStation
                                    ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      Gamerguy010101
                                      last edited by

                                      no clue how to :D

                                      1 Reply Last reply Reply Quote 0
                                      • HexH
                                        Hex
                                        last edited by

                                        Use an Ethernet cable.

                                        Sent from 20,000 leagues under the sea.

                                        Powersaver Emulation station : https://github.com/hex007/EmulationStation
                                        ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          Gamerguy010101
                                          last edited by

                                          its raspberry pi zero w, it doesnt have ethernet ;-;

                                          1 Reply Last reply Reply Quote 0
                                          • HexH
                                            Hex
                                            last edited by

                                            ok take a video using your phone. I shall see where you are making a mistake

                                            Sent from 20,000 leagues under the sea.

                                            Powersaver Emulation station : https://github.com/hex007/EmulationStation
                                            ES dev script : https://github.com/hex007/es-dev/blob/master/es-tests.sh

                                            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.