astro, thank you for reporting this and helping make Ubuntu better. This
bug was reported a while ago and there hasn't been any activity in it
recently. We were wondering if this is still an issue? Can you try with
the latest development release of Ubuntu? ISO CD images are available
from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command in the
development release from a Terminal
(Applications->Accessories->Terminal). It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux <replace-with-bug-number>

Also, if you could test the latest upstream kernel available that would
be great. It will allow additional upstream developers to examine the
issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag. This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not
boot, please add the tag: 'kernel-unable-to-test-upstream'.

Please let us know your results. Thanks in advance.

** Changed in: linux (Ubuntu)
       Status: Confirmed => Incomplete

** Tags added: needs-upstream-testing regression-release

** Description changed:

- Since 2.6.38-8, the force feedback in my Speedlink gamepad (brand ACRUX 
according to dmesg) is broken.
- This is an upstream bug. See: 
http://www.spinics.net/lists/linux-input/msg16618.html
+ Since 2.6.38-8, the force feedback in my Speedlink gamepad (brand ACRUX
+ according to dmesg) is broken.
+ 
+ This is an upstream bug. See: http://www.spinics.net/lists/linux-
+ input/msg16618.html
+ 
+ WORKAROUND: replace in kernel source file drivers/hid/Kconfig
+ 
+  config HID_ACRUX_FF
+ - tristate "ACRUX force feedback support"
+ + bool "ACRUX force feedback support"
+          depends on HID_ACRUX
+          select INPUT_FF_MEMLESS
+          ---help---
+          Say Y here if you want to enable force feedback support for ACRUX
+          game controllers.
+ 
+ and replace in kernel config
+  CONFIG_HID_ACRUX=m
+ -CONFIG_HID_ACRUX_FF=m
+ +CONFIG_HID_ACRUX_FF=y
+ 
+ and rebuild module hid_axff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820858

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/820858/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to