so i've been using recalbox for awhile now with no issues. i purchased a snes30 bluetooth controller from 8bitdo and that worked without issue, as im really into the controlled i thought id buy a second one to get a bit of two player action, i ended up getting the snes30pro. i scanned for bluetooth devices and the system picked it up and paired it, it showed as a sepetate controller on the system so set this up for player 2. on starting a gane i noticed that the dpad on each controller controlled player 1, the start and select on both pads worked as expected but only player 1's buttons (a, b, x, y, l, r) worked. thought to myself that i just need to go into the setup controller option and just configure the pad correctly on player 2. in the setup a controller screens it detected that i wanted to configure the bluetooth pad and took me through to the screen where i assign everything. now on this screen im experiecing a couple of problems; - i cant configure 'down', when im on it and it says 'press a button' i press down, the highlisted button to configure moves down a couple of spaces to 'right' and 'left' is configured with the down press on the controller. - i then done the stupid thing of thinking perhaps it was the controller and tried to configure the 1st bluetooth controller... same thing happened. however i did manage to semi-correct the issue by click on 'up' and the pressing down on the pad, this moves the highlighted button to configure to down and assigns it the down press on the controller. however now i use the pad, any up or down presses are recognised as two presses (at least within the emulationstation menus and screens) is there a way to configure the controllers manually through a text file? or is it possible to unpair and remove all settings for each controller and then repair them so they work correctly?
Latest posts made by paul-thomas
-
Trouble Using 2 Controlls
-
RE: Setting dns for fixed ip address
right, i've tried adding dns-namservers 8.8.8.8 into the interfaces file, but again this has no affect. in the end i've switched it back to dhcp and reserved the ip address on my router, not the best solution, but for now it will have to do
-
Setting dns for fixed ip address
i've literally just installed recalbox and having a couple of issues with Kodi the first issue is that ive setup a fixed ip address by editing etc/network/interfaces, the contents are shown below; # Configure Loopback auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.100 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf i've then updated etc/resolv.conf and added the lines below nameserver 8.8.8.8 nameserver 8.8.4.4 this works fine until reboot, whereby the resolv.conf file needs to be rewritten again for it to get online. any ideas why this is happening? i've noticed the @ at the end making the file a symlink, don't know if that has anything to do with it?