OMG! I solved the problem... Trying some possible solution, i ran: WINEDEBUG=+dinput wine TestDriveUnlimited.exe 2>&1 | grep joydev_enum_device I did that to find the name of the gamepad, but when i was in the game, i was able to configure the buttons and the axis! If i simply run TestDriveUnlimited.exe, i can't configure the buttons, but with that line, i can! So the best solution is: - Run WINEDEBUG=+dinput wine TestDriveUnlimited.exe 2>&1 | grep joydev_enum_device - Configure and remap the buttons and the axis - Exit the game - Run the executable TestDriveUnlimited.exe I know it's strange, but it works! Can anyone put [SOLVED] at the beginning of the title of the topic, please? Thank you, Vitamin.