Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    x64 system running 18.04.20 doesn't work too well

    Recalbox General
    x64 running 18.04.20 doesnt too
    5
    47
    12274
    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.
    • Substring
      Substring @ShamanMogz last edited by

      @shamanmogz you make me search real deep ...
      Recalbox uses a MBR partition table, not GPT. This limits the numver of sectors to 2^32, which is around 2TB.

      Going to GPT may not be a good idea yet.

      Former dev - Please reply with @substring so that i am notified when you answer me
      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

      1 Reply Last reply Reply Quote 0
      • ShamanMogz
        ShamanMogz last edited by ShamanMogz

        @Substring Ok I will roll back to my 0.5TB drive for now unless you think I can partition my 3TB to give me 2x 1.5TB internal shares.

        Substring 1 Reply Last reply Reply Quote 0
        • Substring
          Substring @ShamanMogz last edited by

          @shamanmogz why do you need that much space ? If it's fully loaded es will be real slow probably.

          And no, we could eventually have a 2TB internal share, but nothing more, the last TB would be wasted

          Former dev - Please reply with @substring so that i am notified when you answer me
          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

          voljega 1 Reply Last reply Reply Quote 0
          • voljega
            voljega Banned @Substring last edited by

            @substring for a full collection of all systems, 2TB is not enough 😛

            1 Reply Last reply Reply Quote 0
            • ShamanMogz
              ShamanMogz last edited by

              @substring It's more to do with i have a 3TB HDD kicking around so why not use it. I'm flashing the 0.5TB as I type.

              Substring 1 Reply Last reply Reply Quote 0
              • Substring
                Substring @ShamanMogz last edited by

                @shamanmogz you would be a good guinea pig for some advanced logging i've been working on. Would you agree to give a try to it ? You'd just need to change the updates.type value in recalbox.conf, make the upgrade and report some logs

                Former dev - Please reply with @substring so that i am notified when you answer me
                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                1 Reply Last reply Reply Quote 0
                • ShamanMogz
                  ShamanMogz last edited by

                  @Substring yeah i'm cool with that. is there a better way to do this rather than using forum posts?

                  Substring 1 Reply Last reply Reply Quote 0
                  • Substring
                    Substring @ShamanMogz last edited by

                    @shamanmogz discord ?

                    Former dev - Please reply with @substring so that i am notified when you answer me
                    Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                    1 Reply Last reply Reply Quote 0
                    • ShamanMogz
                      ShamanMogz last edited by

                      @Substring sure, just installing it. Note i don't have a mic on this system - i can get hold of one in a few days, but for now it's just text chat. What's your server?

                      Substring 1 Reply Last reply Reply Quote 0
                      • Substring
                        Substring @ShamanMogz last edited by

                        @shamanmogz we've advertised it some days ago. No need for a mic

                        By the way, we can do anneasier way : run bash -x /etc/init.d/S11share start and give me the output please

                        Former dev - Please reply with @substring so that i am notified when you answer me
                        Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                        1 Reply Last reply Reply Quote 0
                        • ShamanMogz
                          ShamanMogz last edited by

                          @substring said in x64 system running 18.04.20 doesn't work too well:

                          bash -x /etc/init.d/S11share start

                          Note: I'm back on a 0.5 TB drive and it's running ok

                          Using username "root".
                          root@recalbox's password:
                          # bash -x /etc/init.d/S11share start
                          + test start = stop
                          + test start '!=' start
                          + SHARECONFFILE=/boot/recalbox-boot.conf
                          ++ /recalbox/scripts/recalbox-part.sh share_internal
                          + INTERNALDEVICE=/dev/sda3
                          ++ cat /boot/recalbox-boot.conf
                          ++ grep sharedevice=
                          ++ head -n1
                          ++ cut -d= -f2
                          + SHAREDEVICE=INTERNAL
                          + [[ 0 -ne 0 ]]
                          + [[ INTERNAL == '' ]]
                          + INTERNALDEVICETYPE=ext4
                          ++ getMaxTryConfig /boot/recalbox-boot.conf
                          ++ SHARECONFFILE=/boot/recalbox-boot.conf
                          +++ grep -E '^[ \t]*sharewait[ \t]*=' /boot/recalbox-boot.conf
                          +++ sed -e 's+^[ \t]*sharewait[ \t]*=++'
                          ++ X=
                          ++ echo ''
                          ++ grep -qE '^[0-9][0-9]*$'
                          ++ echo 7
                          + MAXTRY=7
                          + NTRY=0
                          + test -e /dev/sda3
                          + RMODE=INTERNAL
                          + echo INTERNAL
                          + grep -qE '^DEV '
                          + MODE=INTERNAL
                          + case "${MODE}" in
                          + /recalbox/scripts/recalbox-mount.sh ext4 1 /dev/sda3 /recalbox/share
                          mount: mounting /dev/sda3 on /recalbox/share failed: Device or resource busy
                          + mount -t tmpfs -o size=128M tmpfs /recalbox/share
                          + ls /var/run/usbmount.delay
                          + read RULE
                          + touch /var/run/recalbox.share.mounted
                          + logpath=/recalbox/share/system/logs
                          + for bootlogfile in '/tmp/logappend-*.*'
                          ++ echo '/tmp/logappend-*.*'
                          ++ sed 's|/tmp/logappend-||'
                          + destfile='*.*'
                          + cat '/tmp/logappend-*.*'
                          /etc/init.d/S11share: line 289: /recalbox/share/system/logs/*.*: No such file or                                                                          directory
                          + rm '/tmp/logappend-*.*'
                          rm: can't remove '/tmp/logappend-*.*': No such file or directory
                          
                          Substring 1 Reply Last reply Reply Quote 0
                          • Substring
                            Substring @ShamanMogz last edited by

                            @shamanmogz d**n my bad. Reboot it then

                            cd /
                            /etc/init.d/S31emulationstation stop
                            /etc/init.d/S92virtualgamepads stop
                            bash -x /etc/init.d/S11share start
                            

                            Former dev - Please reply with @substring so that i am notified when you answer me
                            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                            1 Reply Last reply Reply Quote 0
                            • ShamanMogz
                              ShamanMogz last edited by ShamanMogz

                              @substring I just realised that although I changed the update option in the UI after a power cycle it hasn't persisted (so my last set of test results was invalid). Maybe I should change the updates.type value in the recalbox.conf file itself? If you agreem what should that value be?

                              Also on a different note, I have 4x 2GB ram sticks kicking about. I tried to add them in but Recalbox refuses to boot. Is there a max ram limitation (i have a 64 bit processor and am using the 64 bit build). Actually on that note, how do I know if my GT 710 graphics card has been installed properly?

                              lastly sorry for the delay - was away for the long weekend.

                              Substring 1 Reply Last reply Reply Quote 0
                              • Substring
                                Substring @ShamanMogz last edited by

                                @shamanmogz i'm on holidays for now, ping me in a week for such a delicate topic 😉

                                Former dev - Please reply with @substring so that i am notified when you answer me
                                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                1 Reply Last reply Reply Quote 0
                                • SylGaud
                                  SylGaud @ShamanMogz last edited by

                                  @shamanmogz said in x64 system running 18.04.20 doesn't work too well:

                                  My system is a 64bit core 2 DUO (E6750) with a GT710 and 4GBs of RAM, 3TB HDD

                                  Hi Shamanmogz,
                                  I intend to buy a MSI GT 710 1GD3H LP --> according to what you say, GT710 works fine with RecalBox ?

                                  Thanks 🙂

                                  SylGaud 1 Reply Last reply Reply Quote 0
                                  • SylGaud
                                    SylGaud @SylGaud last edited by

                                    Well, the GT 710 works with RecalBox.
                                    A bit laggy with Wii and GameCube (I use a 5 year-old compaq Elite, maybe I could tweak a bit) but it works.

                                    SylGaud 1 Reply Last reply Reply Quote 0
                                    • SylGaud
                                      SylGaud last edited by

                                      @Substring
                                      Hi, I'd like to add my experience with the GT 710 on this page: https://github.com/recalbox/recalbox-os/wiki/PC-compatibility-(EN)
                                      do I have to create an account, or use the pull request? (or simplier: I tell you my feedback and you paste it^^)

                                      Thanks

                                      voljega 1 Reply Last reply Reply Quote 0
                                      • voljega
                                        voljega Banned @SylGaud last edited by

                                        @sylgaud it's just a wiki, you only need an account

                                        1 Reply Last reply Reply Quote 0
                                        • SylGaud
                                          SylGaud @SylGaud last edited by SylGaud

                                          GT 710 isn't properly seen.
                                          I've tested Wii and GameCube with the GT 710 under Windows 10 --> perfectly smooth, filtered etc...

                                          So GT710 not yet compatible with RB.

                                          Substring 1 Reply Last reply Reply Quote 0
                                          • Substring
                                            Substring @SylGaud last edited by

                                            @sylgaud what's the point of comparing windows and recalbox ???

                                            Former dev - Please reply with @substring so that i am notified when you answer me
                                            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

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

                                            Want to support us ?

                                            84
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com