Dance pad not recognizing directional buttons (StepMania)
I recently installed 18.04 on a computer that was running 14.04. Before, I was running StepMania and everything worked fine. I have two dance pads that use a Dual PSX-to-USB Adaptor to connect to the PC.
Since installing 18.04, however, the pads don't work properly. All the buttons map OK, except the up, down, left and right. They aren't detected at all.
If I run antimicro, or jstest, I can see that the computer can see the buttons. However, they map them as axes instead of buttons.
When I run stepmania from CLI, it shows that it identifies the pads and identifies them as having 12 keys and 0 axes. However, it's not responding to the arrow pads.
I ran modprobe joydev
and modprobe analog
but this didn't fix the problem. I have heard of users having an 'axis' problem where they can't press two opposite directional buttons at the same time, but in this case, I can't press any directions at all.
18.04 usb
add a comment |
I recently installed 18.04 on a computer that was running 14.04. Before, I was running StepMania and everything worked fine. I have two dance pads that use a Dual PSX-to-USB Adaptor to connect to the PC.
Since installing 18.04, however, the pads don't work properly. All the buttons map OK, except the up, down, left and right. They aren't detected at all.
If I run antimicro, or jstest, I can see that the computer can see the buttons. However, they map them as axes instead of buttons.
When I run stepmania from CLI, it shows that it identifies the pads and identifies them as having 12 keys and 0 axes. However, it's not responding to the arrow pads.
I ran modprobe joydev
and modprobe analog
but this didn't fix the problem. I have heard of users having an 'axis' problem where they can't press two opposite directional buttons at the same time, but in this case, I can't press any directions at all.
18.04 usb
add a comment |
I recently installed 18.04 on a computer that was running 14.04. Before, I was running StepMania and everything worked fine. I have two dance pads that use a Dual PSX-to-USB Adaptor to connect to the PC.
Since installing 18.04, however, the pads don't work properly. All the buttons map OK, except the up, down, left and right. They aren't detected at all.
If I run antimicro, or jstest, I can see that the computer can see the buttons. However, they map them as axes instead of buttons.
When I run stepmania from CLI, it shows that it identifies the pads and identifies them as having 12 keys and 0 axes. However, it's not responding to the arrow pads.
I ran modprobe joydev
and modprobe analog
but this didn't fix the problem. I have heard of users having an 'axis' problem where they can't press two opposite directional buttons at the same time, but in this case, I can't press any directions at all.
18.04 usb
I recently installed 18.04 on a computer that was running 14.04. Before, I was running StepMania and everything worked fine. I have two dance pads that use a Dual PSX-to-USB Adaptor to connect to the PC.
Since installing 18.04, however, the pads don't work properly. All the buttons map OK, except the up, down, left and right. They aren't detected at all.
If I run antimicro, or jstest, I can see that the computer can see the buttons. However, they map them as axes instead of buttons.
When I run stepmania from CLI, it shows that it identifies the pads and identifies them as having 12 keys and 0 axes. However, it's not responding to the arrow pads.
I ran modprobe joydev
and modprobe analog
but this didn't fix the problem. I have heard of users having an 'axis' problem where they can't press two opposite directional buttons at the same time, but in this case, I can't press any directions at all.
18.04 usb
18.04 usb
asked Feb 4 at 17:21
3x53x5
8617
8617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try the HIDRAW utils. It solved my axis issue when pressing left+right and up+down simultaneously and was able to use two dance pads at the same time. Even though your problem is different (no axis buttons work) HIDRAW utils was supposed to help make axis inputs more readable by the computer.
Since you previously used Stepmania on 14.04 I assume you probably copied over your old version of Stepmania. A clean updated copy of Stepmania might yield different results.
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115575%2fdance-pad-not-recognizing-directional-buttons-stepmania%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try the HIDRAW utils. It solved my axis issue when pressing left+right and up+down simultaneously and was able to use two dance pads at the same time. Even though your problem is different (no axis buttons work) HIDRAW utils was supposed to help make axis inputs more readable by the computer.
Since you previously used Stepmania on 14.04 I assume you probably copied over your old version of Stepmania. A clean updated copy of Stepmania might yield different results.
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
add a comment |
Try the HIDRAW utils. It solved my axis issue when pressing left+right and up+down simultaneously and was able to use two dance pads at the same time. Even though your problem is different (no axis buttons work) HIDRAW utils was supposed to help make axis inputs more readable by the computer.
Since you previously used Stepmania on 14.04 I assume you probably copied over your old version of Stepmania. A clean updated copy of Stepmania might yield different results.
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
add a comment |
Try the HIDRAW utils. It solved my axis issue when pressing left+right and up+down simultaneously and was able to use two dance pads at the same time. Even though your problem is different (no axis buttons work) HIDRAW utils was supposed to help make axis inputs more readable by the computer.
Since you previously used Stepmania on 14.04 I assume you probably copied over your old version of Stepmania. A clean updated copy of Stepmania might yield different results.
Try the HIDRAW utils. It solved my axis issue when pressing left+right and up+down simultaneously and was able to use two dance pads at the same time. Even though your problem is different (no axis buttons work) HIDRAW utils was supposed to help make axis inputs more readable by the computer.
Since you previously used Stepmania on 14.04 I assume you probably copied over your old version of Stepmania. A clean updated copy of Stepmania might yield different results.
answered Feb 22 at 21:37
jbratujbratu
1
1
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
add a comment |
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
Welcome to Ask Ubuntu! This is a great answer, would you mind adding instructions on how to install the HIDRAW utils?
– fosslinux
Feb 23 at 2:28
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115575%2fdance-pad-not-recognizing-directional-buttons-stepmania%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown