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
Logitech Dual-Action gamepad
Re: Logitech Dual-Action gamepad
Which games? Any output in the terminal?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....
Find your joystick in output from 'lshal' and see which /dev/input/event* device it's attached to. Then test that with
Code: Select all
evtest /dev/input/event7
The game is - 18 wheels of steel convoy
results of lshal are below
results of lshal are below
and its /dev/input//event5udi = '/org/freedesktop/Hal/devices/usb_device_ffffffff_ffffffff_noserial_logicaldev_input'
info.capabilities = {'input', 'input.mouse'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_ffffffff_ffffffff_noserial' (string)
info.product = 'Logitech Logitech Dual Action' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_ffffffff_ffffffff_noserial_logicaldev_input' (string)
input.device = '/dev/input/event6' (string)
input.originating_device = '/org/freedesktop/Hal/devices/usb_device_ffffffff_ffffffff_noserial' (string)
input.product = 'Logitech Logitech Dual Action' (string)
linux.device_file = '/dev/input/event6' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/usb1/1-3/1-3:1.0/input/input9/event6' (string)
hysics@physics:~/.wine/drive_c/Program Files/18 Wheels of Steel Convoy$ wine convoy.exe
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on CA0106, disabling mixer
physics@physics:~/.wine/drive_c/Program Files/18 Wheels of Steel Convoy$ err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on CA0106, disabling mixer
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1152,864)
Please test it withSteve wrote:The game is - 18 wheels of steel convoy
input.device = '/dev/input/event6' (string)
Code: Select all
evtest /dev/input/event7