HOW TO: Setup Xbox 360 Controller quickly in XBMC Live
draggy
Member Joined: May 2008 Reputation: 0 |
2011-06-11 07:45
Post: #11
just use "-c /usr/share/doc/xboxdrv/examples/xbmc.xboxdrv" option when running xboxdrv and it works automatically with xbmc
|
| find quote |
teeedubb
Member+ Posts: 741 Joined: Mar 2010 Reputation: 11 Location: Down Under |
2011-06-18 09:24
Post: #12
Thanks, I fixed up my config and it works with xbmc and emulators.
Quick question, do all the buttons work within xbmc for you guys? My Y + X buttons dont seem to do anything? wasnt Y was used to bring up the context menu on the xbox 1 (while browsing the library etc). Im using version 0.8.0 using the instructions from the 1st page. XBMC Steam Launcher - Only available for XBMC. |
| find quote |
gneville
Junior Member Posts: 13 Joined: Aug 2009 Reputation: 0 |
2011-08-14 19:41
Post: #13
draggy Wrote:Thank you very much for the updated information josephdyland. I was able to get my controllers working with xbmc's interface easily. Draggy - can you explain how I implement your script? I followed the post at the start of this thread and now my wireless 360 pad doesn't work at all. .! Thanks!
|
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-08-14 21:07
Post: #14
draggy Wrote:Thank you very much for the updated information josephdyland. I was able to get my controllers working with xbmc's interface easily. and that goes where? |
| find quote |
draggy
Member Joined: May 2008 Reputation: 0 |
2011-08-15 05:49
Post: #15
You need to follow josephdyland's first step to install the driver, then you can use the script I created to run the controller drivers at startup.
It's just an init.d script. See http://embraceubuntu.com/2005/09/07/addi...at-bootup/ for instructions on how to install startup scripts for ubuntu. Don't forget to edit the parameters to match your setup. |
| find quote |
Spider
Member Posts: 70 Joined: Oct 2009 Reputation: 0 |
2012-02-05 17:21
Post: #16
Hi, iam trying to get mine x360 controller to work, but running in to some trouble.
Followed this tutorial and the controller syncs after it, so the first led stays on. But after that there is no live in the controller, so no button press does something! am i forgetting something? what coiuld be the problem? Kind Regards |
| find quote |
alexpigment
Senior Member Posts: 297 Joined: Jan 2009 Reputation: 8 |
2012-03-26 05:38
Post: #17
Hey guys,
Thanks for the steps on getting this set up; worked in Eden easily. A few things that I'm wondering though: In Dharma with the old instructions I used to follow, package, keymap, etc, the right bumper button would bring up a context menu in the main interface. There's a lot of other button functionality that is missing as well. After looking around, it seems like the keymap I was using before had a lot of button mapping that was dependent on where you were in XBMC. By comparison, /usr/share/doc/xboxdrv/examples/xbmc.xboxdrv is very small (I assume this is a keymap - correct me if i'm wrong). Is it possible to just point the .sh file to the old keymap, or have the variables / expected syntax changed? Old keymap: http://pastebin.com/6CsLKbUF xbmc.xboxdrv (presumably the new keymap): Code: [xboxdrv] |
| find quote |
draggy
Member Joined: May 2008 Reputation: 0 |
2012-03-26 17:46
Post: #18
xbmc.xboxdrv is not a new keymap and should not be changed. It is, as I understand it, what maps the signals received from the remote to known keystrokes (or buttons).
Where your "old" keymap is what xbmc uses to determine what button does what. Basically the controller to xbmc path maps like this: Receiver->xbmc.xboxdrv->Keyboard.xml->XBMC I haven't looked at this as I don't use the controller to navigate XBMC, but what you need to look at is Keyboard.xml, and creating your own custom version of it, or figuring out why the current version doesn't do what you expect it to like the old one did. http://wiki.xbmc.org/index.php?title=Keyboard.xml Perhaps it has been changed a lot since Dharma and you're not using the new Eden xml? You should make sure you're not using the old version first.
(This post was last modified: 2012-03-26 17:46 by draggy.)
|
| find quote |
alexpigment
Senior Member Posts: 297 Joined: Jan 2009 Reputation: 8 |
2012-03-27 03:00
Post: #19
Thanks for the help draggy. Through that wiki I was able to find a keymap at the following location:
/usr/share/xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml Is this the one that's being used? If not, how do I tell the driver (or XBMC) to use this one? |
| find quote |
alexpigment
Senior Member Posts: 297 Joined: Jan 2009 Reputation: 8 |
2012-03-27 03:48
Post: #20
FYI, I just figured out (or re-figured out actually) how to enable multi-controller support so you can have 4 controllers hooked up to your wireless dongle. My xboxdrv.sh file looks like this:
Code: #!/bin/bashNow the one thing I can't figure out is that the controller seem to remember their 'number'. In other words, one controller will always light up the top left, the other will always light up the top right, etc. In the past, it lit up the top right if it was the first controller you turned on. I think it would be preferable if it still worked that way. Maybe I'll ping grumbel and see if he knows why. EDIT: Actually, it seems like the light situation is a little more random. I've seen one controller light up on the top left, top right, and bottom left so far. I guess I can deal with this, but it's a little odd.
(This post was last modified: 2012-03-27 05:03 by alexpigment.)
|
| find quote |

Search
Help