Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Can't acces Retropie (RBPi2) over network #86931
    moothead2
    Participant

    To connect to your PC you either need to have the Pi connected via Ethernet cable or have already set up the WiFi through the command line.

    To setup the WiFi via command line go into the terminal and do the following:

    sudo nano /etc/network/interfaces

    You find yourself in a text editor type screen. Enter:

    
    auto lo
    
    iface lo inet loopback
    iface eth0 inet dhcp
    
    auto wlan0
    allow-hotplug wlan0
    iface wlan0 inet dhcp
    wpa-ssid "Your ssid"
    wpa-psk "Your password"

    Make sure you keep the ” around the SSID and password.

    The press ctrl+x, type ‘Y’ then enter.

    Reboot and then go back into the terminal and if it worked you should have an IP address in the red start up text where you have information like core temp and version.

    There are other ways involving WPA_Supplicant but I found the above way easiest. You’ll probably have text involving WPA_Supplicant already when you go into /etc/network/interfaces but I just deleted that and entered the above.

    in reply to: Raspberry-pi 2 compatibility #86862
    moothead2
    Participant

    I’ve been messing around with shaders on Retroarch’s PSX emulator and I found #33 I think it was to look best but performance tanks hard. Do you reckon they can improve performance with the new hardware in time or is it just too much for the current hardware?

    in reply to: Raspberry-pi 2 compatibility #86804
    moothead2
    Participant

    I’ve set up my wired DS4 controller in the Retroarch Controller setup in RetroPie_Setup.sh but it doesn’t do anything in any of the emulators. Is there a .cfg I need to change and if so where is it located?

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)