Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. tekkenism
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 29
    • Best 3
    • Controversial 1
    • Groups 0

    Best posts made by tekkenism

    • Netplay Guide, Port Forwarding, Static IP address!

      Recalbox's Netplay online list have very little users online, not more than 10, sometimes up to 15 games and that's all.
      I wonder why? Considering Recalbox is very well-known system all around the world, has thousands of users in all the continents.. I think manual/static IP, port forwarding and so on, seem hard for users to achieve.. Anyway, I wrote u step-by-step guide on how to set a static IP, I hope it'll be useful:

      For everyone who needs static IP address (for Port Forwarding/Netplay):

      Recalbox should be on and connected to the same modem/network as your PC. Tested on Windows 10:
      Go to Command Prompt (On Keyboard press Win Key+R, type: cmd and enter)
      Type the following commands:

      ping recalbox
      (You'll get your recalbox's IP address) In this case, 192.168.1.16 as example:

      then type:

      ssh root@192.168.1.16 (enter)
      Answer 'yes' to all the questions, it will ask for your recalbox's root password, type recalboxroot as password.

      Type:
      connmanctl services and note what is returned, for example:
      *AO Wired ethernet_b827eb6462be_cable

      Then type:
      cd (enter)
      and then type:
      nano custom.sh (enter)

      Type the following text in nano editor:


      #!/bin/bash
      /usr/bin/connmanctl config ethernet_b827eb6462be_cable --ipv4 manual 192.168.1.16 255.255.255.0 192.168.1.1
      mount -o remount,rw /
      echo "nameserver 208.67.222.222" >> /etc/resolv.conf
      echo "nameserver 208.67.220.220" >> /etc/resolv.conf


      Please note that in our example custom.sh file:
      192.168.1.16: Your recalbox's IP address that'll be static.
      255.255.255.0: Your Subnet Mask
      192.168.1.1: Your modem/router IP address.

      Replace ethernet_*** by the value you've got previously and the IP address you want to give. You might wish to replace the DNS server IPs of the OpenDNS project, with the DNS servers (if any) provided by your own ISP.

      Then quit from nano text editor by Ctrl X, answer the saving question by typing Y and then finally Enter.

      After quiting nano and back to terminal shell, type the command:
      chmod +x custom.sh
      to make it executable, then:
      reboot
      to restart your Recalbox.

      Finally, go to your modem/router Port Forwarding page, forward the port numbered 55435 (both TCP/UDP) to your Recalbox's IP address.
      Let me know in case if you have any problem. Successfully tested on Recalbox 6.0.

      posted in Recalbox General
      tekkenism
      tekkenism
    • RE: Static IP Address

      For everyone who needs static IP address (for Port Forwarding/Netplay):
      Recalbox should be on and connected to the same modem/network as your PC. Tested on Windows 10:
      Go to Command Prompt (On Keyboard press Win Key+R, type: cmd and enter)
      Type the following commands:

      ping recalbox
      (You'll get your recalbox's IP address) In this case, 192.168.1.16 as example:

      then type:

      ssh root@192.168.1.16 (enter)
      Answer 'yes' to all the questions, it will ask for your recalbox's root password, type recalboxroot as password.

      Type:
      connmanctl services and note what is returned, for example:
      *AO Wired ethernet_b827eb6462be_cable

      Then type:
      cd (enter)
      and then type:
      nano custom.sh (enter)

      Type the following text in nano editor:

      #!/bin/bash
      /usr/bin/connmanctl config ethernet_b827eb6462be_cable --ipv4 manual 192.168.1.16 255.255.255.0 192.168.1.1
      mount -o remount,rw /
      echo "nameserver 208.67.222.222" >> /etc/resolv.conf
      echo "nameserver 208.67.220.220" >> /etc/resolv.conf

      Please note that in our example custom.sh file:
      192.168.1.16: Your recalbox's IP address that'll be static.
      255.255.255.0: Your Subnet Mask
      192.168.1.1: Your modem/router IP address.

      Replace ethernet_*** by the value you've got previously and the IP address you want to give. You might wish to replace the DNS server IPs of the OpenDNS project, with the DNS servers (if any) provided by your own ISP.

      Then quit from nano text editor by Ctrl X, answer the saving question by typing Y and then finally Enter.

      After quiting nano and back to terminal shell, type the command:
      chmod +x custom.sh
      to make it executable, then:
      reboot
      to restart your Recalbox.

      Finally, go to your modem/router Port Forwarding page, forward the port numbered 55435 (both TCP/UDP) to your Recalbox's IP address.

      Successfully tested on Recalbox 6.0.
      Let me know in case if you have any problem.

      posted in Recalbox General
      tekkenism
      tekkenism
    • [Suggestion] PS5 DualSense Controller support

      Greetings Recalbox team!

      Just a suggestion (I think you'll face with many questions related to that), could you please integrate support for PS5 DualSense controller with Bluetooth connection, without using any USB dongle?

      Just like how Recalbox does with PS4 and PS3 controllers..

      As far as I know, RetroPie supports it via Bluetooth. Perhaps, it'll be possible for us, Recalbox lovers?

      Reference: https://www.youtube.com/watch?v=4RjnQi-2fjs

      Best regards.

      posted in Recalbox General
      tekkenism
      tekkenism