-
Search Results
-
Hi All
I recently setup a RetroPie running on img 2.3. I spend about a week alone trying to setup the wifi, it was not easy! I purchased the RALink Wifi Dongle of eBay however this is not one that runs on RetroPie out of the box and did require a lot of tweaking to get it to work. I searched many sites and resources but after a LOT of trial and error I managed to get it working. I figured I would share how I got it to work so no one else needs to go through what I went through.
First run the following commands:
sudo apt-get install wpasupplicant
sudo apt-get install firmware-ralink
The run:
lsusb
You should see the device listed like below:
Bus 001 Device 007: ID 148f:7601 Ralink Technology, Corp.
Then run the following set of commands, allowing each one to complete before moving onto the next one:
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.35_730.tar.gz
sudo tar xf mt7601_3.12.35_730.tar.gz -C /
sudo depmod 3.12.35+
cat /lib/modules/3.12.35+/modules.dep | grep mt7601Usta
sudo reboot
Check if everything is OK:
sudo lsmod | grep mt7601Usta
You should see something like below:
mt7601Usta 601487 1
Then run:
iwconfig
[img]http://blog.wenzlaff.de/wp-content/uploads/2014/12/Bildschirmfoto-2014-12-26-um-15.38.55.png[/img]
Then use the Wi-Fi rename of ra0 on wlan0 and that the file:
sudo nano /etc/udev/rules.d/70-persistent-net.rules
Create and add to:
ACTION=="add", SUBSYSTEM=="net", ATTR{type}=="1", KERNEL=="ra*", NAME = "wlan0"
After a sudo reboot it is successfully renamed wlan0:
[img]http://blog.wenzlaff.de/wp-content/uploads/2014/12/Bildschirmfoto-2014-12-26-um-15.48.31.png[/img]
Then the file /etc/network/interfaces upgraded with the following information to access with a fixed IP address can:
sudo nano /etc/network/interfaces
auto lo iface lo inet loopback iface eth0 inet dhcp auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 7.7.7.50 netmask 255.255.255.0 gateway 7.7.7.1 wpa-ap-scan 1 wpa-scan-ssid 1 wpa-ssid "YOUR-WIFI-NAME" wpa-psk "YOUR-WIFI-PASSWORD"
After a sudo reboot you can connect to the Raspberry Pi without wires.
I hope that helps :)
Hello!
I have some questions regarding the hardware you need for this, I’ll post up some links about the stuff I want to buy to make this possible, with questions about each piece.
2x 9.99 controllers: I have my old SNES controllers too, can I use these with an adaptor of some sorts? Is it better just to buy USB and cut the hassle of adapting old ones?
38.95 raspberry pi: not much to talk about here
http://www.ebay.com/itm/New-Raspberry-Pi-2-0-Model-B-512MB-Version-Element-14-Linux-System-Board-/2911946238374.95 charger: how do you turn this thing off? can I add some on/off/reset capabilities, without doing much research, just plugging off something mid game would damage my equipment. any suggestions?
http://www.ebay.com/itm/Power-Supply-Cable-Charging-Cable-for-Raspberry-Pi-A-B-B-with-ON-OFF-Switch-/25139282162212.59 sd card: since the pi is going to be reading constantly, i preferred the extreme version, now, is 8gb enough for the image and roms (5gb)?
http://www.ebay.com/itm/NEW-SanDisk-8GB-ExtremePRO-8-GB-SDHC-UHS-I-Card-SDSDXP1-008G-Extreme-PRO-SD-8G-G-/1910121548365.37 case + heatsink: do you really need heatsinks? I live in the Caribbean, might not a bad idea, but just wondering if it’s overkill
http://www.ebay.com/itm/Transparent-Clear-Acrylic-Case-Box-Enclosure-With-Heatsink-For-Raspberry-Pi-B-/131291924162Sub-Total: 61.68
Controllers: 19.98
Total: 81.84Thanks for the input!!
Hello all
This project made my soul sing, having grown up it all these wonderful devices I could not help but trying it out, but I have hit a snag.
Using Debian (7.7), how do I best go about burning the image to my 16Gb SD card, I have downloaded the RetroPieImage_ver2.3.img and tried the following :
Searched the forums for “linux burn howto” “dd command” “unetbootin howto” and more without finding what I’m after.
Tried DD’ing the image to my SD card like this :
dd if=<source> of=<target> bs=<byte size>
source :
/home/martinsson/Downloads/RetroPieImage_ver2.3.imgtarget :
/dev/sdb1dd if=/home/martinsson/Downloads/RetroPieImage_ver2.3.img of=/dev/sdb1
And it worked – but the raspberry does not boot up.
I also tried unetbootin (in vine) which also worked, but with the same result, no boot up.
When looking at the SD card in the thunar file manager i see all the right files for a linux distro (have seen alot of them).
I have tried formating the SD card to both EXT2 and EXT3 in Gparted before burning the image using the diffrent methods above, no luck though.
I can’t rule out hardware failure on the RP, or insuficient powersupply (have tried alot of different methods though, TV’s USB, cellphone charger etc.)
Further thoughts are the DD command, i left out the bs=<byte size> part of it, maybe that’s it.
Any suggestions from you linux users out there would be great.
Thanks for a cool project and making it available to us!
Topic: ScummVM on screen keyboard?
Hey,
I’d like to play Monkey island 2 on my raspberry pi with a snes usb joystick, only you need to enter 4 numbers at the start of monkey island 2. Is there a way to get an on screen keyboard?Thanks
i am using retropie 2.3 on pi b+ .
Copied nes files to OS .
My usb game pad is http://www.enter-multimedia.com/gamepad_single_vibration.html
Configured a , b , pageup , pagedown , start , select to buttons of gamepad.
i can naviagate using up,down,left,right of d-pad in emulation station and a , b for start & back respectively .
Inside game , the gamepad buttons do not work . keyboard arrow keys , letter x and enter work .
What should I do ?Hi,
I am a newbie here, however I have spent 10+ hours reading the forums trying to solve my problems.
I recently put together my retro arcade with retropie. At this stage I have only downloaded mame roms. I have configured controls through retro arch.
I have two problems that I cannot fix. 1. Inside a game I cannot get it to recognise buttons 16 and 17 – these are my select (player 2) and start (player 2) buttons.
2. I cannot get an “exit emulator” shortcut to work. I have tried changing the retro arch config with a “select” button hot key but it has had no effect.
I have read that retro arch has nothing to do with the mame emulator, so am not sure if I am even coming close to fixing it.
I am using joysticks and buttons that I purchased online and running them through this interface http://www.jammaboards.com/store/pc-mame-ps3-to-arcade-controller-usb-interface-pcb-kit-pc2jamma-usb.html
Any help/ideas would be greatly appreciated.
Topic: GPIO Escape Button –
Hi there,
I’ve got my RPi set up. It’s awesome. I’m using a USB SNES pad, and it works really well. The the moment I have to use a keyboard to quit out of games. I want to use a GPIO button, like on the “RetroPie GPIO Adapter”.Am I correct in that I should be connecting to pin 16 (GPIO 23)? 23 has a low pull down, so do I just connect a 1k ohm resistor and a push button to 3v3?
Hi, first off, thank you for creating such a great project!
I got my Pi for Christmas and I really have no idea what I’m doing but I want to be able to use my USB controller in all ROMs regularly and to have hot keys for exiting.
I’ve followed various tutorials to try and get my controller set up as it should be. In game most of the buttons work correctly but some are configured wrong (eg. Pressing down on the D-Pad is as if I’m pressing B). I have a feeling there must be more than one saved controller configuration, as I said I’ve re-done the configurations more than once different ways.
Does anyone know how I’d erase what I’ve saved as far as controller configurations go? Could someone please tell me exactly what to type in? Or would it be easier for me to completely restart the project from scratch?
Thank you.
Topic: What have I done wrong?
Hi everyone
I have managed to install the Retropie image with no problems and configured my keyboard, however, I’m only presented with ‘PORTS’ ‘apple II’ and ‘IBM’
Where are the rest of the emulators please? Do i have to install them myself? or have I done something wrong.
I have moved some SNES and NES Roms via Usb to the Pi.
Thanks
Topic: Controller Chaos!
Hello all,
I would like to start off saying the concept of this retropie is amazing!
However, I am having a rough time with the controller setups and I had a few questions. Here is my idea and you can tell me if it is possible. I wanted to make this retropie use retrolink usb NES, SEGA, SNES, and N64 controllers. I was going to do 2 each. Now when I was messing with the controllers, I guess it uses the retroarch file? This file seems to be global? Is there a way to have each of these controllers just for their respective system? Also, is it possible to get a powered USB hub and attach it? (Assuming that the RPIE doesn’t have enough juice to run all the extra ports without it)