RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Fairchild Channel F

    Scheduled Pinned Locked Moved Ideas and Development
    fairchildchannel fbbc micro
    165 Posts 13 Posters 74.4k 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.
    • OneSwitchO
      OneSwitch @edmaul69
      last edited by

      @edmaul69 Thanks for trying to help more. I can't work out how to get root permission to write (I'm using FileZilla and getting permission denied error messages galore).

      I can see how to change to 777 permission, so that's something. :)

      edmaul69E 1 Reply Last reply Reply Quote 0
      • OneSwitchO
        OneSwitch
        last edited by

        Going to try this...

        sudo chown -R pi /opt/retropie/
        sudo chown -R pi /etc/emulationstation/
        sudo chown -R pi /home/pi/
        

        from putty/terminal

        1 Reply Last reply Reply Quote 0
        • edmaul69E
          edmaul69 @OneSwitch
          last edited by

          @OneSwitch log in as root and not pi. If you havent set up a password for root i am going to post instructions. Need to switch to my computer to post them

          1 Reply Last reply Reply Quote 0
          • edmaul69E
            edmaul69
            last edited by

            Why can't I SSH as root anymore?

            The root password is disabled by default (as is the case for Raspbian and many other linux distros).

            before setting a root password, the following must be edited

            sudo nano /etc/ssh/sshd_config

            look for

            PermitRootLogin without-password

            change it to

            PermitRootLogin yes

            then ctrl+x to save,

            next set your root password:

            sudo passwd root

            restart your Pi to register your changes

            1 Reply Last reply Reply Quote 0
            • edmaul69E
              edmaul69
              last edited by

              or you can do what he said but im not sure if it is recommended to do it his way or not

              1 Reply Last reply Reply Quote 0
              • OneSwitchO
                OneSwitch
                last edited by

                I've been able to copy most things across and change to 777 set-up, but I'm not seeing anything in EmulationStation. I'm a bit confused about step 6 and 7.

                Am I to pick up this code...

                <system>
                <name>channelf</name>
                <fullname>Fairchild Channel F</fullname>
                <path>/opt/retropie/configs/mame-advmame/image/channelf</path>
                <extension>.bin .BIN</extension>
                <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS channelf %ROM%</command>
                <platform>channelf</platform>
                <theme>channelf</theme>
                </system>

                and just copy it into the same config file on the SD card? I've tried retracing my steps. Is there a Channel F system ROM I need to copy too that I'm missing out (I just have a few game roms in the image folder?

                1 Reply Last reply Reply Quote 0
                • OneSwitchO
                  OneSwitch
                  last edited by

                  Tried dropping the Fairchild Channel F BIOS SL31253 (1976)(Fairchild).bin into the image folder, but made no difference. Sadly, it's not working still. Knew it was fatal when you said 10 minutes. :)

                  Thanks again for your help. Would be cool to get this working, but I think I need some clarification on those steps 6-7.

                  edmaul69E 1 Reply Last reply Reply Quote 0
                  • edmaul69E
                    edmaul69 @OneSwitch
                    last edited by

                    @OneSwitch you need to add that to your es_systems.cfg if you have an es_systems.cfg in /opt/retropie/configs/all/emulationstation/ then copy that info and put it there otherwise add it to /etc/emulationstation/es_systems.cfg. Save and then reboot emulationstation. See if it shows up on your system list. Try to play a game.

                    1 Reply Last reply Reply Quote 0
                    • OneSwitchO
                      OneSwitch
                      last edited by

                      I've got a little further along, thanks.

                      An ugly "chan..." section has appeared across a white background. Games are being displayed when I go into the "Fairchild Channel F" section, including the BIOS.

                      When I select a game, I get no option to change the emulator from the launch dialogue box, and just the dreaded flashing cursor top left then returning to the selection screen. Nothing starts.

                      I'm assuming the Fairchild Channel F BIOS is misnamed, and in the wrong place, but no idea what to do with it. Any more help appreciated.

                      1 Reply Last reply Reply Quote 0
                      • OneSwitchO
                        OneSwitch
                        last edited by

                        I've copied sl31253.rom, sl31254.rom and sl90025.rom direct to the /opt/retropie/configs/mame-advmame/image/channelf/ directory.

                        Made no difference. Tied popping them in the retropie/bios (from //retropie) - and it made no difference either.

                        edmaul69E 1 Reply Last reply Reply Quote 0
                        • edmaul69E
                          edmaul69 @OneSwitch
                          last edited by edmaul69

                          @OneSwitch you dont need those bios there. They are in the /opt/retropie/configs/mame-advmame/roms folder. Do you have the folder and files in/opt/retropie/configs/channelf/ on there?

                          edmaul69E 1 Reply Last reply Reply Quote 0
                          • edmaul69E
                            edmaul69 @edmaul69
                            last edited by

                            @edmaul69 read last post. Also did you copy all the files from /opt/retropie/configs/mame-advmame/ ? Also did you give permissions to all those files and folders including the game roms? Also make sure you give 0777 permissions to /opt/retropie/emulators/advmame/ also make sure you copied all the files from the zip into there as well.

                            1 Reply Last reply Reply Quote 0
                            • OneSwitchO
                              OneSwitch
                              last edited by OneSwitch

                              I followed your advice point by point, but still no luck. Thanks for info on the bios. Can I just clarify with you please...

                              1. I don't need to install MESS from the optional/experimental packages area.

                              2. I don't need to place Channel F system roms anywhere (beyond the folder copying that you specified), as they'll be in the folders copied from the "ultimate console" download.

                              3. This should work with RetroPie 3.8.

                              4. It will be possible to start, play and exit the Channel F games using the joypad alone (once set-up).

                              Thanks again for trying. When I get time, unless nothing new surfaces, I'll try again.

                              edmaul69E 1 Reply Last reply Reply Quote 0
                              • edmaul69E
                                edmaul69 @OneSwitch
                                last edited by

                                @OneSwitch as long as you copied the folders
                                /opt/retropie/configs/channelf/
                                /opt/retropie/configs/mame-advmame/ &
                                /opt/retropie/emulators/advmame/
                                And gave full permissions to all files and folders in
                                /opt/retropie/configs/mame-advmame/image/
                                /opt/retropie/configs/mame-advmame/roms/ &
                                /opt/retropie/emulators/advmame/
                                It will work.

                                TPRT 1 Reply Last reply Reply Quote 0
                                • OneSwitchO
                                  OneSwitch
                                  last edited by

                                  I'm pretty sure I did, but when I have time I'll try again. Thanks again for trying to help. I'd still love a nice very easy to install version. One day hopefully.

                                  edmaul69E 1 Reply Last reply Reply Quote 0
                                  • edmaul69E
                                    edmaul69 @OneSwitch
                                    last edited by

                                    @OneSwitch its better than the lr-mess. I cannot get that working on any systems and a libretro version should be easy. If i can get that figured out i will definitely let you know.

                                    1 Reply Last reply Reply Quote 0
                                    • OneSwitchO
                                      OneSwitch
                                      last edited by

                                      :) Nice one. Thanks again. I will get onto this again. Just no time at the minute.

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        Pyjamarama
                                        last edited by Pyjamarama

                                        Tried it but no luck. Cursor blinks and returns to emulationstation

                                        I did everything except the copy to opt/retropie/emulators/advmame/bin because I am already using adv-mame1.4

                                        edmaul69E 1 Reply Last reply Reply Quote 0
                                        • edmaul69E
                                          edmaul69 @Pyjamarama
                                          last edited by edmaul69

                                          @Pyjamarama just add the advmess file. the files that advmame uses in bin works with advmess.

                                          1 Reply Last reply Reply Quote 0
                                          • P
                                            Pyjamarama
                                            last edited by

                                            @edmaul69 Will they affect the AdvMame 1.4 emuator? I run all my MAME vector game throught it. Thank you

                                            edmaul69E 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.