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

    “Failed to start load kernel modules” (SOLVED)

    Scheduled Pinned Locked Moved Help and Support
    errorerror on loadcontrollers
    46 Posts 2 Posters 13.6k 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.
    • mituM
      mitu Global Moderator @cynital
      last edited by

      @cynital If you installed the official image, I guess it's ok to keep it like this, but unless you're able to provide some logs/diagnostic info, I'm afraid I can't help you.

      cynitalC 1 Reply Last reply Reply Quote 0
      • cynitalC
        cynital @mitu
        last edited by

        @mitu where could i do that? Im on a pc rn too looking at “bios” “configs “roms” “splashscreen” just tell me what i have to do, i could aslo go to my pi, and i just installed ssh

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

          @cynital OK let's try again. To get the system log

          dmesg > /home/pi/RetroPie/roms/dmesg.txt
          

          Look in the roms folder via the file share on the PC and the dmesg.txt file should be there. Upload it to pastebin.com.

          1 Reply Last reply Reply Quote 0
          • cynitalC
            cynital
            last edited by

            i looked in roms but cant find dmesg.txt

            mituM 1 Reply Last reply Reply Quote 0
            • cynitalC
              cynital
              last edited by cynital

              @mitu i found it its a bunch of stuff right?

              1 Reply Last reply Reply Quote 0
              • cynitalC
                cynital
                last edited by

                @mitu https://pastebin.com/aamiR6hU i pasted it

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

                  @cynital OK, let's give it another shot. Reboot, plug in your controller and try to see if it work. Obviously, it won't work - as you reported. Exit Emulationstation, then execute the following command at the terminal

                  dmesg | nc termbin.com 9999
                  

                  The command will automatically upload the log and will print an URL. Copy that URl and paste it here.

                  1 Reply Last reply Reply Quote 0
                  • cynitalC
                    cynital
                    last edited by

                    @mitu i got this, /http://termbin.com/a4fc with out the slash in the front tho cause it wouldent let me post with out it cause its "spam"

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

                      @cynital From the looks of it, you're using xboxdrv - remove it and reboot. Then

                      • update the RetroPie script
                      • update the xpad driver from the RetroPie driver section.

                      Reboot and then see if you can configure both your controllers.

                      1 Reply Last reply Reply Quote 0
                      • cynitalC
                        cynital
                        last edited by

                        @mitu i removed xboxdrv and rebooted then i updated retropie set up script then rebooted then updated xpad then rebooted still cant configure the xbox one afterglow wired controller, it also says in the command thing failed to start load kernel modules, the main goal is to get this controller to work

                        1 Reply Last reply Reply Quote 0
                        • cynitalC
                          cynital
                          last edited by

                          @mitu i pasted it again https://pastebin.com/DCFh33E7 also if you want me to do dmesg | nc termbin.com 9999 i can

                          1 Reply Last reply Reply Quote 0
                          • cynitalC
                            cynital
                            last edited by

                            @mitu ok so the error is gone and it and does say failed it says active heres a updated pastebin https://pastebin.com/twN4P9Hb and this http://termbin.com/abs5 that problem is solved but the controller will not config still

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

                              The controller appears right now, but I don't think it's picking the correct Xbox driver (xpad) - it's not recognised as an Xbox controller.

                              [    2.738041] usb 1-1.3: New USB device found, idVendor=0e6f, idProduct=02b8
                              [    2.738079] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
                              [    2.738091] usb 1-1.3: Product: Afterglow Wired Controller for Xbox One
                              [    2.738099] usb 1-1.3: Manufacturer: Performance Designed Products
                              [    2.738108] usb 1-1.3: SerialNumber: 000094D554F64414
                              
                              cynitalC 1 Reply Last reply Reply Quote 0
                              • cynitalC
                                cynital
                                last edited by

                                @mitu then what do i do?

                                mituM 1 Reply Last reply Reply Quote 0
                                • cynitalC
                                  cynital @mitu
                                  last edited by

                                  @mitu is there a way i could make it work? or anything

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

                                    @cynital Give me a few minutes to see if we can pull this off.

                                    cynitalC 1 Reply Last reply Reply Quote 0
                                    • cynitalC
                                      cynital @mitu
                                      last edited by cynital

                                      @mitu alright thank bro for all your time, at least we solved the "failed" issue, just let me know when you find a way or something

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

                                        OK, since you're the only one with said controller, you have to compile a new driver version. So:

                                        • exit Emulationstation
                                        • open the driver's package script in an editor - run the command
                                        nano /home/pi/RetroPie-Setup/scriptmodules/supplementary/xpad.sh
                                        
                                        • edit line 28 and replace
                                        gitPullOrClone "$md_inst" https://github.com/paroj/xpad.git
                                        

                                        with

                                        gitPullOrClone "$md_inst" https://github.com/cmitu/xpad.git
                                        

                                        then save the file (Ctrl+o to save,confirm then exit with Ctrl+X).

                                        • reinstall the xpad driver from the RetroPie-Setup script then reboot. See if the controller is detected and you can configure it.

                                        After you do the steps above, you need to revert the changes you've made

                                        • exit ES
                                        • execute
                                          cd RetroPie-Setup
                                        • then run
                                          git reset --hard

                                        Report back if it worked or not.

                                        1 Reply Last reply Reply Quote 0
                                        • cynitalC
                                          cynital
                                          last edited by

                                          @mitu what line is 28

                                          1 Reply Last reply Reply Quote 0
                                          • cynitalC
                                            cynital
                                            last edited by

                                            @mitu tu i replaced it and reinstalled xpad and rebooted still doesnt work did i have to update retropie setup script too?

                                            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.