When I overclock my Pi2 with the Pi2-setting in raspi-config ES wont accept input from my NES controllers. I checked /dev/input/ and both pads show up, but when I test them with jstest I get the following output:
pi@retropie ~ $ jstest /dev/input/js2
Driver version is 2.1.0.
Joystick (ControlBlock SNES Gamepad) has 2 axes (X, Y)
and 8 buttons (BtnX, BtnY, BtnTL, BtnTR, BtnTR2, BtnSelect, BtnThumbL, BtnThumbR).
Testing ... (interrupt to exit)
Axes: 0:-32767 1:-32767 Buttons: 0:on 1:on 2:on 3:on 4:on 5:on 6:on 7:on
and there is no difference when I press the buttons. My other pads tests normal with jstest, e.g. default state for all buttons are off and only turn on when I press them. However, the power switch works like normal.
Removing the overclock settings from /boot/config.txt restores the state of the NES controllers to normal. Any one else having this problem?