Can I use wired Xbox One controller
Can I use wired Xbox One controller? Googling only gave me Xbox 360 controller, and I don't think that the new Xbox One Controller can be mapped as old 360 one.
xbox-360
add a comment |
Can I use wired Xbox One controller? Googling only gave me Xbox 360 controller, and I don't think that the new Xbox One Controller can be mapped as old 360 one.
xbox-360
add a comment |
Can I use wired Xbox One controller? Googling only gave me Xbox 360 controller, and I don't think that the new Xbox One Controller can be mapped as old 360 one.
xbox-360
Can I use wired Xbox One controller? Googling only gave me Xbox 360 controller, and I don't think that the new Xbox One Controller can be mapped as old 360 one.
xbox-360
xbox-360
edited Sep 22 '14 at 22:19
Braiam
51.3k20136219
51.3k20136219
asked Aug 15 '14 at 21:35
Augustas
40115
40115
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
My brother just bought a xbox one controller today and it does not work.
He tried the standard xpad driver as well as the xboxdrv but they apparently do not even recognize the press of a button :(
It's a sad thing to say but no you may not use a wired or wireless Xbox one(360 works absolutely fine) controller with ubuntu RIGHT NOW:
Looking around I was able to find this commit to the Linux kernel xpad driver
https://github.com/torvalds/linux/commit/1a48ff81b3912be5fadae3fafde6c2f632246a4c
That means the work is already done and we have to wait for ubuntu to reach the kernel version that includes this controbution.
It was committed 7 days ago, that means it will probably be included in kernel version 3.18, but I'm absolutely not an expert so my prediction might be worth nothing.
If we are lucky xboxdrv(alternative to the standard driver) will add support soon.
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
add a comment |
I've compiled and made debian packages for "3.16.0-rc6" kernel with the xpad xbone controller support. Havent uploaded the packages yet though. Seems to work fine with epsxe.
Linux wepu 3.16.0-rc6 #2 SMP Mon Sep 22 21:16:48 BST 2014 i686 GNU/Linux
w*****h@wepu:~/Downloads/deb$ ls -l
total 373892
-rw-r--r-- 1 w*****h w*****h 966206 Sep 22 21:32 linux-firmware-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 6536604 Sep 22 21:33 linux-headers-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 342097294 Sep 22 22:06 linux-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 32491312 Sep 22 22:10 linux-image-3.16.0-rc6-dbg_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 765926 Sep 22 21:33 linux-libc-dev_3.16.0-rc6-2_i386.deb
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%2f511928%2fcan-i-use-wired-xbox-one-controller%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
My brother just bought a xbox one controller today and it does not work.
He tried the standard xpad driver as well as the xboxdrv but they apparently do not even recognize the press of a button :(
It's a sad thing to say but no you may not use a wired or wireless Xbox one(360 works absolutely fine) controller with ubuntu RIGHT NOW:
Looking around I was able to find this commit to the Linux kernel xpad driver
https://github.com/torvalds/linux/commit/1a48ff81b3912be5fadae3fafde6c2f632246a4c
That means the work is already done and we have to wait for ubuntu to reach the kernel version that includes this controbution.
It was committed 7 days ago, that means it will probably be included in kernel version 3.18, but I'm absolutely not an expert so my prediction might be worth nothing.
If we are lucky xboxdrv(alternative to the standard driver) will add support soon.
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
add a comment |
My brother just bought a xbox one controller today and it does not work.
He tried the standard xpad driver as well as the xboxdrv but they apparently do not even recognize the press of a button :(
It's a sad thing to say but no you may not use a wired or wireless Xbox one(360 works absolutely fine) controller with ubuntu RIGHT NOW:
Looking around I was able to find this commit to the Linux kernel xpad driver
https://github.com/torvalds/linux/commit/1a48ff81b3912be5fadae3fafde6c2f632246a4c
That means the work is already done and we have to wait for ubuntu to reach the kernel version that includes this controbution.
It was committed 7 days ago, that means it will probably be included in kernel version 3.18, but I'm absolutely not an expert so my prediction might be worth nothing.
If we are lucky xboxdrv(alternative to the standard driver) will add support soon.
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
add a comment |
My brother just bought a xbox one controller today and it does not work.
He tried the standard xpad driver as well as the xboxdrv but they apparently do not even recognize the press of a button :(
It's a sad thing to say but no you may not use a wired or wireless Xbox one(360 works absolutely fine) controller with ubuntu RIGHT NOW:
Looking around I was able to find this commit to the Linux kernel xpad driver
https://github.com/torvalds/linux/commit/1a48ff81b3912be5fadae3fafde6c2f632246a4c
That means the work is already done and we have to wait for ubuntu to reach the kernel version that includes this controbution.
It was committed 7 days ago, that means it will probably be included in kernel version 3.18, but I'm absolutely not an expert so my prediction might be worth nothing.
If we are lucky xboxdrv(alternative to the standard driver) will add support soon.
My brother just bought a xbox one controller today and it does not work.
He tried the standard xpad driver as well as the xboxdrv but they apparently do not even recognize the press of a button :(
It's a sad thing to say but no you may not use a wired or wireless Xbox one(360 works absolutely fine) controller with ubuntu RIGHT NOW:
Looking around I was able to find this commit to the Linux kernel xpad driver
https://github.com/torvalds/linux/commit/1a48ff81b3912be5fadae3fafde6c2f632246a4c
That means the work is already done and we have to wait for ubuntu to reach the kernel version that includes this controbution.
It was committed 7 days ago, that means it will probably be included in kernel version 3.18, but I'm absolutely not an expert so my prediction might be worth nothing.
If we are lucky xboxdrv(alternative to the standard driver) will add support soon.
edited Aug 20 '14 at 21:55
answered Aug 20 '14 at 21:36
oh no
766
766
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
add a comment |
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
3
3
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
Looks like my patch should hit kernel 3.17 given the tags on the commit, but I don't know if/when that will hit Ubuntu 14.04.
– Ted Mielczarek
Sep 2 '14 at 12:49
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
UPDATE: Xbox One Controller support is defenetly in 3.17 as you can read here: Linux Kernel 3.17 Is Out With Plenty of New Features omgubuntu.co.uk/2014/10/linux-kernel-3-17-whats-new-improved The kernel version is not yet included with Ubuntu 14.10(the artikel on omg ubuntu covers that) but 14.10 is still in testing so I guess we can expect 3.17 to be included.
– oh no
Oct 7 '14 at 7:08
add a comment |
I've compiled and made debian packages for "3.16.0-rc6" kernel with the xpad xbone controller support. Havent uploaded the packages yet though. Seems to work fine with epsxe.
Linux wepu 3.16.0-rc6 #2 SMP Mon Sep 22 21:16:48 BST 2014 i686 GNU/Linux
w*****h@wepu:~/Downloads/deb$ ls -l
total 373892
-rw-r--r-- 1 w*****h w*****h 966206 Sep 22 21:32 linux-firmware-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 6536604 Sep 22 21:33 linux-headers-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 342097294 Sep 22 22:06 linux-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 32491312 Sep 22 22:10 linux-image-3.16.0-rc6-dbg_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 765926 Sep 22 21:33 linux-libc-dev_3.16.0-rc6-2_i386.deb
add a comment |
I've compiled and made debian packages for "3.16.0-rc6" kernel with the xpad xbone controller support. Havent uploaded the packages yet though. Seems to work fine with epsxe.
Linux wepu 3.16.0-rc6 #2 SMP Mon Sep 22 21:16:48 BST 2014 i686 GNU/Linux
w*****h@wepu:~/Downloads/deb$ ls -l
total 373892
-rw-r--r-- 1 w*****h w*****h 966206 Sep 22 21:32 linux-firmware-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 6536604 Sep 22 21:33 linux-headers-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 342097294 Sep 22 22:06 linux-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 32491312 Sep 22 22:10 linux-image-3.16.0-rc6-dbg_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 765926 Sep 22 21:33 linux-libc-dev_3.16.0-rc6-2_i386.deb
add a comment |
I've compiled and made debian packages for "3.16.0-rc6" kernel with the xpad xbone controller support. Havent uploaded the packages yet though. Seems to work fine with epsxe.
Linux wepu 3.16.0-rc6 #2 SMP Mon Sep 22 21:16:48 BST 2014 i686 GNU/Linux
w*****h@wepu:~/Downloads/deb$ ls -l
total 373892
-rw-r--r-- 1 w*****h w*****h 966206 Sep 22 21:32 linux-firmware-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 6536604 Sep 22 21:33 linux-headers-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 342097294 Sep 22 22:06 linux-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 32491312 Sep 22 22:10 linux-image-3.16.0-rc6-dbg_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 765926 Sep 22 21:33 linux-libc-dev_3.16.0-rc6-2_i386.deb
I've compiled and made debian packages for "3.16.0-rc6" kernel with the xpad xbone controller support. Havent uploaded the packages yet though. Seems to work fine with epsxe.
Linux wepu 3.16.0-rc6 #2 SMP Mon Sep 22 21:16:48 BST 2014 i686 GNU/Linux
w*****h@wepu:~/Downloads/deb$ ls -l
total 373892
-rw-r--r-- 1 w*****h w*****h 966206 Sep 22 21:32 linux-firmware-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 6536604 Sep 22 21:33 linux-headers-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 342097294 Sep 22 22:06 linux-image-3.16.0-rc6_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 32491312 Sep 22 22:10 linux-image-3.16.0-rc6-dbg_3.16.0-rc6-2_i386.deb
-rw-r--r-- 1 w*****h w*****h 765926 Sep 22 21:33 linux-libc-dev_3.16.0-rc6-2_i386.deb
answered Sep 22 '14 at 22:12
wahankh
211
211
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f511928%2fcan-i-use-wired-xbox-one-controller%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