[Bug 1584475] Re: No input events for FutureMax Dance Mat

2019-10-05 Thread Elias Kunnas
I also have FutureMax Dance Mat. I think the main problem is with Stepmania, however. I've been using the following patch for Stepmania. It works most of the time. https://github.com/stepmania/stepmania/pull/1745 Sometimes (after resuming from suspend and such) there are some intermittent

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2019-08-26 Thread Watpi
Smeuuh, I can confirm the exact same thing happened to me. There's the "bogus accelerometer" event device (called USB Dance Mat Motion Sensors on my pad), and then there's another which isn't recognized by Stepmania (you can see "not a joystick; ignoring" on its output if you run it from

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2018-07-23 Thread Smeuuh
I updated from linux mint 18 to 19, and I have a problem with this, a different one this time: my dance pad gets detected as a bogus accelerometer, and programs cannot use it. dmesg output is: [Mon Jul 23 14:52:59 2018] usb 1-4: new full-speed USB device number 6 using xhci_hcd [Mon Jul 23

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2017-12-08 Thread Christopher M. Penalver
Davidian1024, one may confirm if the patch works or not following the instructions from https://wiki.ubuntu.com/Kernel/KernelBisection#Testing_a_newly_released_patch_from_upstream . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2017-12-08 Thread Davidian1024
Hi, I'm sorry it's been so long since I commented here. Without going into the gory details, my life got to be utterly crazy and I simply had no time to spend on things like this. Things are more settled now, so I think I might be able to go through with this. I was confused on how to get

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-11-10 Thread Mikko Perttunen
Davidian, if you have questions about the patch submission process, please feel free to send me mail. My impression is that your patch looks good but for upstream submission it needs to be rebased on top of the latest kernel version. Cheers, Mikko. -- You received this bug notification because

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-11-09 Thread Xaratas
Looks like it should work, i will write Mikko Perttunen a pointer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584475 Title: No input events for FutureMax Dance Mat To manage notifications

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-11-06 Thread Davidian1024
I think this bug is affecting me as well. I am also aware of two other bug reports that sound related. Bug #1556444 and bug #1328065. Skimming over the code in the patches I don't think those will work for me. The code specifically looks for this identifier string "FutureMax Dance Mat". My

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-10-02 Thread Xaratas
Patches are now posted and commited here: https://patchwork.kernel.org/patch/9347223/ https://git.kernel.org/cgit/linux/kernel/git/jikos/hid.git/commit/?h=for-4.9/sony=0f3982308b5fc7373c8d4e6dcfc8a02ee5a3408d and here https://patchwork.kernel.org/patch/9242009/

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-07-18 Thread Christopher M. Penalver
** Tags added: cherry-pick ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584475 Title: No input events for FutureMax Dance Mat

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-07-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584475 Title: No input events for FutureMax Dance Mat To manage notifications about this bug go to:

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-07-17 Thread Xaratas
** Patch added: "Patch 2 of 2 Duplictate Battery Device Name" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584475/+attachment/4702483/+files/0002-hid-sony-Fix-power-supply-creation-when-device-have-.patch ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-07-17 Thread Xaratas
Thanks Mikko Perttunen, i applied the patch against tag v4.5 on the mainline-crack repo, including the Patches from Frank Praznik. And it works, evtest reports useable events (at least for the first device) and Stepmania can pick up and work with booth of my mats. I attach the Patches from

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-07-17 Thread Mikko Perttunen
I have posted a kernel patch to fix this issue at https://patchwork.kernel.org/patch/9233767/. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584475 Title: No input events for FutureMax Dance Mat

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-06-08 Thread Xaratas
I tried to bisect the upstream kernel (it looks like Ubuntu skipped 3.17 entirely), but it is not easy to find some point between the Tags v3.16 and v3.17-rc1 which can be compiled without errors. Currently i can only say the bug is somewhere in these 11529 Commits. -- You received this bug

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-06-05 Thread Christopher M. Penalver
Xaratas, the next step is to fully commit bisect from kernel 3.15 to 4.4 in order to identify the last good kernel commit, followed immediately by the first bad one. This will allow for a more expedited analysis of the root cause of your issue. Could you please do this following

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-06-05 Thread Smeuuh
I have the exact same bug. Using Linux Mint 17.3 (based on Ubuntu 14.04.1), with kernel 3.19.0-32-generic uname -a : Linux epsilon 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux It used to work fine on Linux Mint 17.1 (kernel 3.13). -- You

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-05-24 Thread Xaratas
Ok, tested a bit further. upstream kernel 3.15 generates the input events, but the event devices is only accessible for root. But thats not a problem as there is also a js0 device which is picked up by stempania and works fine. uname -a Linux Y4e 3.15.0-031500-generic #201406131105 SMP Fri Jun

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-05-24 Thread Xaratas
I can not tell exactly when the issue started, as i did not use the mats for quite some time. Tested with 4.6.0, bug exists. uname -a Linux Y4e 4.6.0-040600-generic #201605151930 SMP Sun May 15 23:32:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux relevant part of syslog May 24 19:19:13 Y4e

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-05-24 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade? Was there a prior kernel version where you were not having this particular problem? Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.6

[Bug 1584475] Re: No input events for FutureMax Dance Mat

2016-05-22 Thread Xaratas
Tested now also with kernel linux-image-4.4.0-22-generic 4.4.0-23.41 and upstream kernel linux-4.4.11-040411-generic. Results are the same, there are no events on /dev/input/eventX On an older, now no longer existing ubuntu install the mats were working. I think it was a ubuntu trusty