Forum Replies Created

Viewing 35 posts - 1 through 35 (of 124 total)
  • Author
    Posts
  • in reply to: I have given up with file transfering… #121017
    rdhanded2
    Participant

    Can you log in with putty? If so go to

    /etc/ssh/sshd_config

    sudo nano

    change the bottom to the following to allow access if you are blocked.

    # Authentication:
    LoginGraceTime 120
    #PermitRootLogin without-password
    PermitRootLogin yes
    StrictModes yes

    Also, I always add a root password by entering the following and typing a password

    sudo passwd root

    then when I use Filezilla I use root for username and the password I entered for full access.

    in reply to: I have given up with file transfering… #121016
    rdhanded2
    Participant

    did you try adding port 22?

    in reply to: SNES games not starting! #120322
    rdhanded2
    Participant

    are they zipped in any way?

    in reply to: Shutdown RPI running RetroPie #120215
    rdhanded2
    Participant

    14.99

    I use these for all my pi builds and they are great. Has power button, reset button, and external led hookups.

    Shutdown circuit (use your own switch)

    in reply to: Preview image project #119859
    rdhanded2
    Participant

    Outstanding

    in reply to: Preview image project #119098
    rdhanded2
    Participant

    Awesome! Thank you!!

    rdhanded2
    Participant

    Do you have a colored square in the top right of the screen when it happens. Sounds like it could be a low voltage or over heating issue.

    in reply to: Emuationstation freezes (white screen of death) #118958
    rdhanded2
    Participant

    Limitation of the memory of the pi. No fix as of now.

    in reply to: 3.5 and Filezilla #118540
    rdhanded2
    Participant

    Got it. I edited /etc/ssh/sshd_config

    and changed the athentication by adding in PermitRootLogin yes and
    So now the section reads.

    # Authentication:
    LoginGraceTime 120
    #PermitRootLogin without-password
    PermitRootLogin yes
    StrictModes yes

    Now I am able to log in with Filezilla.

    in reply to: 3.5 and Filezilla #118537
    rdhanded2
    Participant

    I did what I always do. Logged in with Putty and changed the root password. Then I try to log in with Filezilla but it will not. Did the password setup change between wheezy and Jessie?

    in reply to: 3.5 and Filezilla #118475
    rdhanded2
    Participant

    Putty still works fine. I downloaded Winscp and I can log in with that, just not filezilla.

    in reply to: Retropie 3.5 psx bios problem #117477
    rdhanded2
    Participant

    Just that game, or do they all not load? What bios are you using?

    in reply to: Ultimate Power Supply #117236
    rdhanded2
    Participant

    https://solarbotics.com/product/34045/

    I have had good luck with these chargers. Cured my low power issues because of voltage drop with everything plugged into my pi.

    rdhanded2
    Participant

    The script I got from Mausberry’s website performs a full shutdown for me. Have you had issues with it?

    in reply to: Preview image project #116313
    rdhanded2
    Participant

    PM Sent

    in reply to: Preview image project #116312
    rdhanded2
    Participant

    Impressive!

    in reply to: Roms on External Hard Drive #115986
    rdhanded2
    Participant

    I have ps1 games on an external drive. I do use a powered hub for it but I have it formatted fat32 and I have no issues. They seem to play just fine for me, though I haven’t played a ton of them yet.

    in reply to: Black screen after 10 minutes #115665
    rdhanded2
    Participant

    Are you getting any colored squares on the top right of the screen before it goes black? A solid red one or a 4 colored one? Just an thought but those mean either over heating or under powered and can cause your issue.

    in reply to: My rechargeable Pi Zero #115097
    rdhanded2
    Participant

    I like it! Very cool build. Just watch the Powerboost 500, you might have power issues with it since it is only 500ma.

    in reply to: Retropie 4 #114792
    rdhanded2
    Participant

    Man, compared to just a few versions ago it is mostly automated. It is staggering to me to see how far retropie has come in the last year in terms of ease of use. I feel new users are too lucky!

    I am always astounded by people who want to have gaming setups but refuse to do any legwork. I have been active in Hyperspin for several years and you want to talk about a beast to setup if you are new, it takes the cake. But the payoff is worth it and that is why the community grows there and why the community grows here, so that people can help one another and learn and pass along suggestions and ideas. It is easy to get frustrated but try not to take it out on the people here who are here to help you on their time and for free.

    I always tell people if you are unwilling or unable to set one up then go buy them, they are out there in abundance. Or, get an original xbox and run coinops. As long as the xbox is modded, coinops works as soon as you install it. No real setup needed.

    in reply to: Images for earlier versions of RetroPie? #114781
    rdhanded2
    Participant

    If you can not find one and have somewhere I can upload to I have the 3.3 wheezy image.

    in reply to: Retropie 4 #114664
    rdhanded2
    Participant

    [quote=114658]well for arguments sake lets have an auto setup for a newb like me who knows nothing about Linux and for all you moany pros a none configured version where you have to setup absolutely everything that will teach you lol.

    [/quote]

    With your usb controller. Hit select (I think. Maybe Start. Not in front of my retropie setup), edit metadata, delete. No SSH or anything needed.

    in reply to: Emulation Station Resolution #114380
    rdhanded2
    Participant

    sudo nano /boot/config.txt

    Try there. I am not home so I can not check and see if that is where you change the emulationstation resolution or not but I know overscan and things are in there.

    in reply to: emulator screen size problem #114117
    rdhanded2
    Participant

    # video_fullscreen_x =
    # video_fullscreen_y =

    Remove the # so that the the lines are not ignored and make the resolution size whatever you want. Example: 1080 would be

    video_fullscreen_x = 1920
    video_fullscreen_y = 1080

    Also there is an aspect ratio you can adjust, and again need to remove the # when you adjust it.

    # video_aspect_ratio =

    I use
    video_aspect_ratio = 1.77
    for 16:9 screen and I think it looks nice. The options are:

    video_aspect_ratio =
    #1.333333 (4:3) Traditional SDTV
    #1.56 (14:9) 4:3/16:9 Compromise aspect ratio
    #1.6667 (5:3 Super 16mm)
    #1.77 (16:9) HDTV US standard
    #1.78 (16:9) HDTV US standard alternate
    #1.6 (16:10) Common computer screen ratio
    #1.6667 (5:3) Common European widescreen standard
    #1.85 Common US widescreen cinema
    #2.39 Current widescreen cinema alternate
    #2.40 Current widescreen cinema alternate

    in reply to: emulator screen size problem #114116
    rdhanded2
    Participant

    You can hit a button when launching a game and make changes to the emulator there including size. Also

    /opt/retropie/configs/all/retroarch.cfg can be edited to whatever size you choose.

    in reply to: Disc image is corrpted #114021
    rdhanded2
    Participant

    Win32Discimager is safe. How are you mounting it? Also, I just re-downloaded the image and it is not corrupt. I got the pi2 image and used the torrent version.

    in reply to: Disc image is corrpted #114009
    rdhanded2
    Participant

    Reason I ask is if you extract it then try to open it in Windows it will say corrupt. You don’t open it, you write the image to an SD card.

    in reply to: Disc image is corrpted #114007
    rdhanded2
    Participant

    When you extract it and then try to write it you get corrupt, or you are trying to open it after extraction in windows and it says coorrupt?

    in reply to: Emulation Station keeps crashing. #114006
    rdhanded2
    Participant

    Still needs to be networked though which was his issue.

    in reply to: Retropie 4 #113962
    rdhanded2
    Participant

    [quote=113961]i honestly like doing that stuff on my own its helped me learn my way around linux. One thing i would like is to be able to delete roms from the menu if its not already implemented- idk how to do it lol

    [/quote]

    You can already. Edit metadate and delete

    in reply to: Emulation Station keeps crashing. #113949
    rdhanded2
    Participant

    You can’t use filezilla or a similar app to access and delete the files? Or putty to get to command line?

    in reply to: cool lego case idea, with piglow #113816
    rdhanded2
    Participant

    Very cool. I like it!

    in reply to: Custom 3D Printed Case #113815
    rdhanded2
    Participant

    That does. Thanks!

    in reply to: Custom 3D Printed Case #113803
    rdhanded2
    Participant

    If someone was to print this at home what is the cost roughly to print it as far as materials go?

    in reply to: 3DO enu? #113600
    rdhanded2
    Participant

    ya, it is same as unusable.

Viewing 35 posts - 1 through 35 (of 124 total)