Menu navigate problem

I installed the stable version of retroarch on linux mint and windows. In mint can not navigate the menu using the d-pad joystick only the keyboard. Windows works fine. Any idea? Thank U.

Did you installed retroarch-joypad-autoconfig?

i installed by command apt-get install retroarch* libretro* there is a retroarch-joyconfig but no retroarch-joypad-autoconfig.

The B button works to go back the menu as well A button to select. Only D-pad does not work to navigate up/down. In the game works perfectly.

Here’s what worked, do not know why:

sudo apt-get purge retroarch* libretro* sudo apt-get install retroarch* sudo apt-get install libretro*

When the package installation performed separately everything worked.

thank very much.