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

    Can’t built emulationstation

    Scheduled Pinned Locked Moved Help and Support
    emustation
    16 Posts 3 Posters 1.7k 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.
    • E
      E3L1 @mitu
      last edited by E3L1

      @mitu hum....

      root@tinkerboard:~# sudo apt install lsb-releaseReading package lists... Done
      Building dependency tree       
      Reading state information... Done
      lsb-release is already the newest version (10.2019051400).
      lsb-release set to manually installed.
      The following packages were automatically installed and are no longer required:
        gir1.2-ibus-1.0 libdbus-1-dev libibus-1.0-5 libibus-1.0-dev libice-dev
        libsm-dev libsndio-dev libudev-dev libxcursor-dev libxi-dev libxinerama-dev
        libxkbcommon-dev libxrandr-dev libxrender-dev libxss-dev libxt-dev libxv-dev
        libxv1 x11proto-randr-dev x11proto-scrnsaver-dev x11proto-xinerama-dev
      Use 'sudo apt autoremove' to remove them.
      0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
      root@tinkerboard:~# lsb_release -sidrc
      root@tinkerboard:~# 
      

      P.S. this is why I hate Linux.... everything should work but doesn’t..... ALWAYS

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

        @E3L1 It seems lsb-release is not working without lsb-core, try installing that package also.

        E 2 Replies Last reply Reply Quote 0
        • E
          E3L1 @mitu
          last edited by

          @mitu welp

          root@tinkerboard:~# sudo apt install lsb-coreReading package lists... Done
          Building dependency tree       
          Reading state information... Done
          Package lsb-core is not available, but is referred to by another package.
          This may mean that the package is missing, has been obsoleted, or
          is only available from another source
          
          E: Package 'lsb-core' has no installation candidate
          root@tinkerboard:~# 
          
          ClydeC 1 Reply Last reply Reply Quote 0
          • E
            E3L1 @mitu
            last edited by

            @mitu so got emulation station installed by using the instructions from emulation stations website, it still says it fails to install when running the basic install but then in the package manager it says it is, but when I run “emulationstation” all I get is

            lv10:     Error initializing SDL!
                           No available video device
            lv10:     Renderer failed to initialize!
            lv10:     Window failed to initialize!
            
            1 Reply Last reply Reply Quote 0
            • ClydeC
              Clyde @E3L1
              last edited by Clyde

              @E3L1 Is this still the Armbian you used in your former thread? It seems that lsb-release doesn't work on Armbian. This question on Stackexchange got an answer suggesting cat /etc/armbian-release instead.

              But if ES' building script needs the output of lsb-release, the question is if it can be (easily) modified to use the Armbian way to display the release information.

              edit: You may be able to determine the Debian release it's based on by looking at the file /etc/apt/sources.list and see which Debian repository it uses.

              E 2 Replies Last reply Reply Quote 0
              • E
                E3L1 @Clyde
                last edited by E3L1

                @Clyde I know exactly what Debian it’s based on
                Debian Buster minimal kernel 4.19.y
                Also from doing some VERY in depth research it would seem at this point to be ES, actually got it running without retropie but there seems to be major issues like having to use the minimal desktop environment as the GUI maker that retropi (and even the non minimal desktop) have conflicting package version.... and even then there where major issues with things like frame times, response time, any graphics being broken, controller configuration be bugged (had to set it via config file) and so on.... does make me wonder how that one project that one guys was making even functioned back then (doesn’t now by the way... that’s why im doing all this, the newer packages DO NOT WORK to the point of braking the network manager and video...)

                Also never could figure out that strange audio bug it had... literally ever other audio source did not work.... nor could anyone else.... including a Linux engineer friend I have...

                1 Reply Last reply Reply Quote 0
                • E
                  E3L1 @Clyde
                  last edited by

                  @Clyde also;

                  https://www.armbian.com/tinkerboard/

                  Wish I could try Jesse but the board is to new, it never had Jesse... and because asus was a mean pickle.... you can’t just install any old OS on the tinkerboard either...

                  1 Reply Last reply Reply Quote 0
                  • ClydeC
                    Clyde
                    last edited by

                    Seems like the tinkerboard is a very hard nut to crack. It makes one wonder if it's worth the time to try anyway … although I can understand the motivation to solve a puzzle like this absolutely.

                    E 2 Replies Last reply Reply Quote 0
                    • E
                      E3L1 @Clyde
                      last edited by E3L1

                      @Clyde it’s more.... why can’t raspberrypi release a SBC with a GPU faster that 300mhz..... the entire reason for me getting the tinkerboard is that it’s GPU is 700mhz, is the same form factor as the pi, and can (or should I say could) fully play the N64...

                      ClydeC 1 Reply Last reply Reply Quote 0
                      • E
                        E3L1 @Clyde
                        last edited by E3L1

                        @Clyde I have discovered something interesting, when trying to install as if it was an odroid xu4, found this in the system.sh file;

                            ;;
                        “Rockchip (Device Tree)”)
                            —platform=“tinker”
                            ;;
                        

                        And

                        function platform_tinker() {
                            __default_cflags="-O2 -marm -march=armv7-a -mtune=cortex-a17 -mfpu=neon-vfpv4 $
                            # required for mali headers to define GL functions
                            __default_cflags+=" -DGL_GLEXT_PROTOTYPES"
                            __default_asflags=""
                            __default_makeflags="-j2"
                            __platform_flags="arm armv7 neon kms gles"
                        }
                        

                        So I’m thinking at this point there was at one time support, but via the tinker OS (witch is crud) and it’s just miss recognizing the tinkerboard as something else and installing the wrong versions of things

                        1 Reply Last reply Reply Quote 0
                        • ClydeC
                          Clyde @E3L1
                          last edited by

                          Thanks for the update.

                          @E3L1 said in Can’t built emulationstation:

                          @Clyde it’s more.... why can’t raspberrypi release a SBC with a GPU faster that 300mhz.....

                          Because the Raspberry Pi was never meant to be powerful. It was (and is) developed first and foremost to be an educational device "to promote teaching of basic computer science in schools and in developing countries" (Wikipedia).

                          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.