Recalbox Forum

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

    Mini How-To : You can help

    Recalbox General
    deux joueurs cl
    12
    35
    9367
    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.
    • digitaLumberjack
      digitaLumberjack Staff last edited by

      Super merci 🙂

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

        Ça serait possible aussi d'avoir une liste des "paquets" installĂ©s sur Recalbox?

        1 Reply Last reply Reply Quote 0
        • digitaLumberjack
          digitaLumberjack Staff last edited by

          En fait il n'y a pas de paquets installés, juste des programmes compilés et copiés dans le systÚmes. Tout est fait a l'aide de buildroot. Pour voir les programmes installés et dispo, tu peux cloner le repo git et lancer un make menuconfig dans le répertoire . Tu aura accÚs a l'interface de configuration.

          1 Reply Last reply Reply Quote 0
          • digitaLumberjack
            digitaLumberjack Staff last edited by

            Merci a tous ceux qui participent au wiki. J'ai fais quelques modifications et de la mise en page sur les mini how to.

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

              I have began to add some troubleshooting stuff, Information about where to find the helpful stuff. I hope this helps 😉

              I started my retro passion in 1985 with my C64.....Today I have a small (retro) console collection including NES, SNES, N64, GC, Wii, WiiU, GB, GBC, GBA, NDS, DSi, 3DS, 3DS XL, 2DS, NEW 3DS, SMS, SMD, SG, SD, XBOX, XBOX360, XBOX ONE, PSone, PS2, PS3, PS4, PSP, PS VITA, VECTREX, C64, AMIGA 600, MIST Board, Turbo ChamÀleon

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

                Bonjour la page que j'avais créé pour la commande hidd a disparu ? pourquoi ?

                1 Reply Last reply Reply Quote 0
                • digitaLumberjack
                  digitaLumberjack Staff last edited by

                  Salut Acris, je ne sais pas la page a été clonée quand j'ai fais un peu de mise en page. Le lien a été replacé.

                  1 Reply Last reply Reply Quote 0
                  • digitaLumberjack
                    digitaLumberjack Staff last edited by

                    I have began to add some troubleshooting stuff, Information about where to find the helpful stuff. I hope this helps 😉

                    Super good idea @hstampfl 🙂

                    1 Reply Last reply Reply Quote 0
                    • digitaLumberjack
                      digitaLumberjack Staff last edited by

                      I added a how-to add your own startup script and an other to mount samba remote folder in place of /recalbox/share : https://github.com/digitalLumberjack/recalbox-os/wiki/Mini-How-To-(EN)

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

                        well, thank you for the how-to, but sadly that's still not working for me... MANUALLY # mount -t cifs //192.168.1.240/Daten /mnt/test -o user=rpi@home.int,password=,domain=home.int,uid=0,gid=0,rw mount: mounting //192.168.1.240/Daten on /mnt/test failed: No such device ON BOOT //192.168.1.240/Daten /storage/srv01/daten cifs user=rpi@home.int,password=,domain=home.int,uid=0,gid=0,rw 0 0 # mount -a mount: mounting //192.168.1.240/Daten on /storage/srv01/daten failed: No such device

                        1 Reply Last reply Reply Quote 0
                        • digitaLumberjack
                          digitaLumberjack Staff last edited by

                          Can you cat /proc/filesystems | awk '{print $NF}' | sed '/^$/d' and tell us if there is cifs ?

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

                            cat /proc/filesystems | awk '{print $NF}' | sed '/^$/d' sysfs rootfs ramfs bdev proc cgroup tmpfs devtmpfs debugfs sockfs pipefs rpc_pipefs configfs devpts ext3 ext2 ext4 vfat msdos nfs nfs4 ntfs autofs fuseblk fuse fusectl mqueue # cat /proc/filesystems | awk '{print $NF}' | sed '/^$/d' | grep cifs

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

                              Bonjour une question, pourquoi le wiki mini how to n'hésite pas en français ?

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

                                No habla ingles. D'ailleurs on peut lire "Page de connection" Ă  droite des icones facebook et google + sur ce forum.

                                1 Reply Last reply Reply Quote 0
                                • digitaLumberjack
                                  digitaLumberjack Staff last edited by

                                  Hello

                                  une question, pourquoi le wiki mini how to n’hĂ©site pas en français ?

                                  Parceque personne ne l'as traduit. Pour ce qui est du mélange des langues sur ce thread, je mets certains thread en super sticky quand ils sont importants et que je n'ai pas envie de me galÚre a traduire. Donc ils apparaissent sur tous les forums.

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

                                    so should "cifs" be there only in 3.2.8 or also in 3.2.7?

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

                                      On peut mettre la traduction dans la meme page de wiki ?

                                      1 Reply Last reply Reply Quote 0
                                      • digitaLumberjack
                                        digitaLumberjack Staff last edited by

                                        so should « cifs » be there only in 3.2.8 or also in 3.2.7?

                                        3.2.8 only i think

                                        On peut mettre la traduction dans la meme page de wiki ?

                                        Nope, chaque nom de page termine par (EN) ou (FR) ou (PT) pour définir la langue.

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

                                          it's working now with 3.2.8 🙂 after rebooting emulationstation even shows a changelog where it says "cifs support" thanks 🙂 edit: i mean, YEEEEEAAASSSS!!! edit 2: mounting with fstab didn't work at first. i'm using a cable for network and no wlan but i tried adding a startup script (just "mount -a") and.. it worked! just strange, that it didn't work with /etc/fstab alone... https://github.com/digitalLumberjack/recalbox-os/wiki/Add-your-own-startup-script-(EN)

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

                                            Bonjour c'est en cours 😄 https://github.com/digitalLumberjack/recalbox-os/wiki/Mini-How-To-(FR)

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

                                            Want to support us ?

                                            93
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com