Forum Replies Created

Viewing 35 posts - 456 through 490 (of 506 total)
  • Author
    Posts
  • in reply to: PSX Bios location and how to put it there? #89445
    labelwhore
    Participant

    it’s easiest with a tool such as Filezilla or winscp

    in reply to: Filezilla ftp #89442
    labelwhore
    Participant

    Are you connecting via SFTP? FTP won’t work.

    in reply to: Handheld Raspberry Pi in Game Gear shell #89439
    labelwhore
    Participant

    haha cool! I have a broken gamegear at home and was thinking of doing the exact same thing once I finish my current retropie. I’ll be watching this thread. :)

    labelwhore
    Participant

    same command but make the path the path to a folder instead of a file, use -R after the permission like this sudo chmod 777 -R /path/to/folder to recursively set the permissions below the top level folder specified. For example, to set the permissions on the roms folder and all subfolders and files underneath it I ran sudo chmod 777 -R /home/pi/RetroPie/roms

    labelwhore
    Participant

    hmmm… I thought that should have worked. try this instead:

    sudo chmod 777 /etc/emulationstation/es_systems.cfg

    *sorry for ninja edit

    You should really change it to 755 once you’re done making changes, but it’s not really gonna hurt anything to leave it alone.

    in reply to: Rainbow Icon top right of screen!!! #89356
    labelwhore
    Participant

    I’d say get one. They’re pretty cheap, and for a project like this, pretty much mandatory. I haven’t run into this issue yet, but given the power supply is so cheap, I’m just waiting for it to happen. lol I usually throw down $30 – $50 for a nice power supply for my projects, the $7 one that came with my PI scares me a bit. :P

    in reply to: Rainbow Icon top right of screen!!! #89352
    labelwhore
    Participant

    Do you know the power supply is actually outputting 2 amps?

    in reply to: Analog sticks with some emulators #89346
    labelwhore
    Participant

    [quote=89278]I see the config files but are you sure that there is one that my system is using for my controller ?

    [/quote]

    if you’re using an xbox360 controller, it’s the last one.

    in reply to: Analog sticks with some emulators #89344
    labelwhore
    Participant

    [quote=89338]You figure this out? I have been trieng to get the analog sticks working in psx for a week now with Xbox 360 remote and no one will help I have seen a lot of others asking also.[/quote]
    I find this surprising. PSX worked pretty much out of the box for me, including analog sticks. What method are you using to initialize the xboxdrv?

    After I installed xboxdrv, edited rc.local, rebooted, then chose “register retroarch controller” via the setup script, psx basically just worked.

    labelwhore
    Participant

    that shouldn’t happen. try this to fix it:

    sudo chmod -R /usr/bin

    http://stackoverflow.com/questions/18607003/sudo-effective-uid-is-not-0-is-sudo-installed-setuid-root

    If that doesn’t work, somebody more experienced with the ins and outs of Linux will have to chime in. Basically, your permissions are hosed and need to be straightened out. I’m pretty new to this stuff and haven’t come across an issue with sudo not working on my end yet.

    in reply to: Atari Lynx Binaries Update? #89330
    labelwhore
    Participant

    I’ve been just creating an image of my SD card as a backup.

    labelwhore
    Participant

    sudo chmod +w /path/to/your/file via the terminal. You need to do that to every file you want to edit.

    Or you could do what I do and nuke the entire directory structure to make it readable/writable by all. It works, but it’s not really the right way to do things. For that I do:

    sudo chmod 777 -R /directory/I/want/to/change

    That will make everything under the specified folder read/write/executable by all. It’s overkill, but it works.

    in reply to: how to restart xboxdrv? #89115
    labelwhore
    Participant

    Nevermind this. I think the better option may be to use the –next-config option and expose the xbox button on my diy arcade stick.

    Something like this:

    xboxdrv --trigger-as-button --id 0 --led 2 --dpad-as-button --deadzone 4000 --silent --next-config --trigger-as-button --id 0 --led 2 --deadzone 4000 --silent &

    in reply to: ColecoVision #88930
    labelwhore
    Participant

    +1

    in reply to: Fine Tuning Retropie #88798
    labelwhore
    Participant

    PSX games run very well for me for the most part on a B+. For you guys having issues, I see you’ve overclocked your PI’s but do you all have heatsinks for the CPU and GPU? I got a kit like this one, it made a noticeable difference.

    labelwhore
    Participant

    Nope. But I do know that if you set the screensaver time to 0 in emulationstation, the screensaver never comes on.

    in reply to: Size of SD Card #88318
    labelwhore
    Participant

    I’m using a 64 GB card, so far it works great.

    in reply to: cant get spectrum games working? #88314
    labelwhore
    Participant

    Well, at least it’s a step in the right direction. :) On 2.3 I couldn’t get most of the emulators to work for the older systems aside from 2600. The 2.6 image is so far working much better for me. I do have a few remaining issues to work out, this being one of them.

    in reply to: cant get spectrum games working? #88305
    labelwhore
    Participant

    Same here, the emulator comes up but roms don’t seem to load.

    in reply to: XBox Controller not working with SNES games #88203
    labelwhore
    Participant

    You’ll need to SSH (SFTP) into your PI to find the files. From an SD card reader you’ll only be able to see the boot partition. I use Filezilla, but any FTP program should work for you.

    in reply to: Ideas: A better MAME and a full Raspbian OS #88202
    labelwhore
    Participant

    You could always try compiling one of the mame versions that are out there for Debian linux and see how it goes.

    https://packages.debian.org/source/wheezy/mame

    in reply to: LCD touch screen? #88154
    labelwhore
    Participant

    Thanks! It was wishful thinking I guess.

    in reply to: errors saving gamelist.xml #88138
    labelwhore
    Participant

    sudo chmod 777 -R /home/pi/Retropie/roms

    for specific files, just remove the -R and add the filename to the end of the path. The -R sets permissions on all the files and subfolders under that folder specified including permissions of the top level folder.

    in reply to: errors saving gamelist.xml #88131
    labelwhore
    Participant

    Since I don’t plan on having my PI connected to the internet once everything is up and running correctly, I just go for broke and set permissions to 777 on anything I’ve needed to edit.

    in reply to: Map controls in Retroarch #87999
    labelwhore
    Participant

    There is an option in the retropie_setup.sh script to register a retroarch controller in step 3. Have you tried that?

    in reply to: Configurre Controller on Image 2.6 #87984
    labelwhore
    Participant

    You may not be able to use the Xbox One controller because I’m not sure it’s supported by xboxdrv yet. You could use and xbox 360 controller though. Either way, you want to install xboxdrv, which you can do from the retropie_setup.sh script under option 3 (i believe). Make sure you restart after installing xboxdrv, then go back into the setup script and walk through registering a retroarch controller.

    After that, you’ll be about 85% set up as retroarch doesn’t cover all of the emulators.

    labelwhore
    Participant

    with the xbox 360 controller, you just need to start the driver with –dapad-as-button, so in rc.local like this:

    xboxdrv --trigger-as-button --dapad-as-button --id 0 --led 2 --deadzone 4000 --silent &

    Since it sounds like you’re using a controller other than an xbox 360 controller, this exact setup won’t work for you. What I was getting as is that you’ll somehow need to trick MAME into thinking it’s receiving button input.

    in reply to: Can't get psx running on Raspberry Pi 2 #87962
    labelwhore
    Participant

    .bin and .img work for me

    labelwhore
    Participant

    Using Xbox 360 controllers, I had to initiate the xboxdrv with –dpad-as-button to get the dpad to work in mame. You’ll probably need something similar.

    in reply to: Running PS1 games on RetroPie #87334
    labelwhore
    Participant

    [quote=87315]I would like to try this, any chance you could tell me how to do it please. I’ve only had a pi for a week so still learning.[/quote]

    Retropie – Tips ‘n Tricks

    0, 8192, 11025, 16000, 22050, 29300, 32000, and 44100 should all be valid values, although some will work better than others. the default is 44100 (or 44.1 khz, the modern standard for any device working with digital audio.) The lower the number the crunchier the sound is going to be, but theoretically it will help performance.

    I haven’t found out how to increase the audio buffer length, but that would be another thing that could help.

    in reply to: Running PS1 games on RetroPie #87311
    labelwhore
    Participant

    I’ve heard that changing the audio sample rate from 44.1 khz to 22.05 helps. I’ve done this, but haven’t really noticed much of a difference when there is overall slowdown.

    in reply to: MAME samples #87301
    labelwhore
    Participant

    You would need some sort of interface to choose the roms, unless you want to start them from command line each time, or simply start up one specific rom. That’s what emulationstation is for.

    Or am i missing something? If you start mame4all without specifying a rom, is there an interface that allows you to choose the rom?

    in reply to: MAME samples #87287
    labelwhore
    Participant

    Filezilla works well too.

    in reply to: Setting up Atari 400/800 #87285
    labelwhore
    Participant

    Have you got this solved? I haven’t been able to get 5200 roms to work either (or atari 800 for that matter).

    in reply to: MAME samples #87259
    labelwhore
    Participant

    It couldn’t hurt. If it does, just change it back.

Viewing 35 posts - 456 through 490 (of 506 total)