| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.34 (Linux)
|
![]() |
|
Faulty analog stick - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Hardware (https://forum.freeplaytech.com/forumdisplay.php?fid=25) +--- Thread: Faulty analog stick (/showthread.php?tid=5062) Pages:
1
2
|
Faulty analog stick - Ryan94 - 12-19-2019 Hi Everyone so basically the up direction on my analog stick is not working but the down direction works perfectly... since they are the same axis... could anyone confirm that this means the analog stick itself is faulty... or is there something else it could be, as I don't understand how it could be anything else, seen as how they share the same connection and operate off the same line of code... right??? Thanks RE: Faulty analog stick - Flavor - 12-19-2019 I have seen a misconfiguration act like that before. Can you post the output from this command? cat /etc/modprobe.d/mk_arcade_joystick.conf Maybe you already did this... In the /home/pi/Freeplay/mk_arcade_joystick_rpi directory, you can run 'make config' and it may help you get it configured properly. So, it'd go something like this (assuming the system is connected to the internet): cd /home/pi/Freeplay/mk_arcade_joystick_rpi git pull ./install.sh Then, I'd probably reboot. After the reboot, cd /home/pi/Freeplay/mk_arcade_joystick_rpi make config See how that works. RE: Faulty analog stick - Ryan94 - 12-19-2019 (12-19-2019, 03:31 AM)Flavor Wrote: I have seen a misconfiguration act like that before. Can you post the output from this command?So my system isn't connected to the internet... how would I do that? sorry I'm a noob RE: Faulty analog stick - Flavor - 12-19-2019 For now, if you have a USB keyboard, just try this. (if you can connect to a HDMI monitor/TV, that can be easier to read/photograph) Plug in the keyboard. Boot up the system. Hit F4 on the keyboard. Type the following command. cat /etc/modprobe.d/mk_arcade_joystick.conf Post a photo of the screen. RE: Faulty analog stick - Ryan94 - 12-19-2019 hi flavour sorry this is the only way I can send you code without having to type it all out hope its clear enough also my system is not connected to the internet RE: Faulty analog stick - Ryan94 - 12-20-2019 (12-19-2019, 06:58 AM)Ryan94 Wrote: hi flavour Any ideas then? RE: Faulty analog stick - Flavor - 12-20-2019 Well, that screen photo you sent me doesn't show the whole story. I was trying to figure out an elegant way to get all the info. The NOT elegant way is this... Instead of cat /etc/modprobe.d/mk_arcade_joystick.conf, do this command. more /etc/modprobe.d/mk_arcade_joystick.conf Since there is too much info to fit on the screen, more will break it up. You'll have to run the command, then take a photo, then hit enter, then take another photo, etc. I'm hoping this will get the line that I'm looking for. The one I'm looking for is the ONLY (hopefully there isn't more than one) line that starts with the word options (as opposed to #options). So, there should be one that doesn't have a hash tag in front of it. RE: Faulty analog stick - Ryan94 - 12-20-2019 okay so I used this command sudo nano /etc/modprobe.d/mk_arcade_joystick.conf and then realised I had two lines uncommented so fixed that..it seems to have worked and i managed to register a + and - on the y axis in configure input, but it is still a bit fiddly but it will do... how ever now the controls only work in the RetroPie menu but not in the actual games... is this a quick fix thing or what? here's the output from the other command you asked for if it helps... sorry about the poor quality thanks RE: Faulty analog stick - Flavor - 12-21-2019 After that, you probably need to re-define the controls in RetroPie. At the main menu, hit START. Then choose CONFIGURE INPUTS (or something similar). Go through the whole thing. If you have a keyboard connected, it's easier, because you can hit the down arrow to skip the inputs you're not defining. At the end, it'll ask for the hotkey. If you want to use the power button, double-tap it there. Otherwise, maybe use SELECT as the hotkey button. RE: Faulty analog stick - Flavor - 12-21-2019 At the command prompt, you can also use the following commands to test the joystick. jstest /dev/input/js0 jstest --event /dev/input/js0 evtest |