ok, here goes.. Running Ubuntu Hardy 64bit.. Ubuntu see's the gamepad correctly etc.. Game's under wine can see it, but thats it... i cant program the buttons, or use the buttons or the analog sticks.... Have no idea how to solve this... Would really love some help on at least 1 of my threads... specifically this one.. Cheers
Steve wrote:> Game's under wine can see it, but thats it... i cant program the buttons, or use the buttons or the analog sticks....Which games? Any output in the terminal? Find your joystick in output from 'lshal' and see which /dev/input/event* device it's attached to. Then test that with Code: evtest /dev/input/event7
ok, well fixed my problem - i spose.. i did a ls -la /dev/input noticed event6was owned by root... so i then did a sudo chmod 755 /dev/input/event6 and the game can now use the control pad... but it needs to be calibrated..