[LIVE] HOW-TO get the original Xbox DVD Remote Kit and Dongle to work with XBMC Live

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
NEUR0M4NCER Offline
Member
Posts: 71
Joined: Jul 2008
Reputation: 0
Location: Stoke on Trent, UK
Post: #31
Works perfectly - the original post still needs
Code:
type: sudo vim /etc/modprobe.d/blacklist
changing to:
Code:
type: sudo vim /etc/modprobe.d/blacklist.conf
... though. Honestly, it could probably do with using nano instead of vim also - it's easier to use imho, and is already installed with Live. I know to apt-get install, but many others won't.

I would highly recommend this to anyone who's considering a remote - I already had two from my old Xbox, and the USB adapter was £5.74 including shipping from this place. Every button on my remote now works, after trying a generic Maplin (VRC1100) remote and an absolutely TERRIBLE PS3 Remote with qwerty (the very worst remote I ever owned, I've bought better 'all-in-one' remotes from the pound shop - awful build quality!), it's nice to go back to the old faithful Xbox remote.

Thanks again for the tut.
find quote
HiGhLaNdeR Offline
Junior Member
Posts: 33
Joined: Nov 2003
Reputation: 0
Thumbs Up  Nice tut. Post: #32
Thanks for the tut.
Back to the old remote is more then fun, it's amazing Smile
Using it's IR converted to USB, just some fooling around with it and it's USB ready Wink
(using it with the aspire revo)

Cheap!

Cheers.
find quote
Roelio Offline
Member+
Posts: 210
Joined: May 2010
Reputation: 0
Post: #33
Awesome info I had a MCE working but it was lacking in some important function's !
I'm now using a XBOX IR (USB mod) and with this script it's working great ! Even the "o" button is working an menu back options !! Loving it !

Would it be possible to make a turn off/on function in this script ? Because when I add te remote to my Harmony 1100 it has this option already in it.
find quote
NEUR0M4NCER Offline
Member
Posts: 71
Joined: Jul 2008
Reputation: 0
Location: Stoke on Trent, UK
Post: #34
One small question - does anyone else notice a slight lag when using the XBOX remote? I might just be too used to the super snappy response when I used it with an actual XBOX, but if there's a way to speed it up, that's be cool.
find quote
FlyingNun Offline
Junior Member
Posts: 31
Joined: May 2010
Reputation: 0
Post: #35
sorry nvm...i found my answer in another post


and i just wanted to add...wow this is awesome...i ended up wasting some cash on a MCE remote which has half the buttons not working...this is great...this is exactly like i needed. had an old XBOX remote...just had to buy a XBOX plug/USB adapter from ebay...thanks OP!
(This post was last modified: 2010-06-15 02:35 by FlyingNun.)
find quote
FlyingNun Offline
Junior Member
Posts: 31
Joined: May 2010
Reputation: 0
Post: #36
I was just wondering...is it possible to change some of the shortcuts for buttons on the controller? Wanted to change some of the # buttons on the controller to change screen resolution like on the old xbox game controller.

i saw this part in the code...


begin codes
LEFT 0xA9
UP 0xA6
RIGHT 0xA8
DOWN 0xA7
SELECT 0x0B
1 0xCE
2 0xCD
3 0xCC
4 0xCB
5 0xCA
6 0xC9
7 0xC8
8 0xC7
9 0xC6
0 0xCF
MENU 0xF7
DISPLAY 0xD5
REVERSE 0xE2
FORWARD 0xE3
PLAY 0xEA
PAUSE 0xE6
STOP 0xE0
SKIP- 0xDD
SKIP+ 0xDF
TITLE 0xE5
INFO 0xC3
BACK 0xD8
end codes

i'd assume i would just have to do some editing here? how do i know the codes? i
find quote
sah602 Offline
Junior Member
Posts: 49
Joined: Nov 2009
Reputation: 0
Post: #37
When I follow the instructions :
Run putty,
get into the root dir,
type: sudo vim /etc/lirc/hardware.conf....I get the following error:
sudo: vim: command not found.

I've tried using WinScp to "browse" to the hardware conf. file but when I try to edit it, the system wont let me save it, overwrite it, or delete it and replace it. Can anyone of you kind folks guide me the right way? Thanks

Opps! Read older post, and found the answer.
(This post was last modified: 2010-06-18 18:26 by sah602.)
find quote
Ja4220 Offline
Member
Posts: 51
Joined: Jun 2010
Reputation: 0
Post: #38
I just can't get this to work. Can I use a MCE USB Dongle with the Xbox remote (or a logitech programmed to emulate an xbox remote?)
Tried editing all the files, still nothing.
The MCE remote will work, even after deleting the details. Not sure what to do now.
Any suggestions?
find quote
chippy Offline
Junior Member
Posts: 11
Joined: Feb 2010
Reputation: 0
Post: #39
What cable do you use to connect the acer revo to the pc ?
find quote
Dooft Offline
Junior Member
Posts: 1
Joined: Sep 2010
Reputation: 0
Post: #40
NEUR0M4NCER Wrote:One small question - does anyone else notice a slight lag when using the XBOX remote? I might just be too used to the super snappy response when I used it with an actual XBOX, but if there's a way to speed it up, that's be cool.

I had this same problem. I was using the "updated" lircd.conf that thecheekymonkey posted. Which did help me to get the Xbox remote working. I spent a few hours over the last two day's trying to get the "repeat" function to work on the remote (I don't have the patience to turn the volume down or up one button press at a time). I looked at the .lircrc option, but XBMC doesn't use this file. So it lead me to the "gap" tag line in the lircd.conf, which thecheekymonkey's updated version doesn't include. So I just copied a pasted the missing lines:

eps 30
aeps 100

one 0 0
zero 0 0
gap 163983
toggle_bit_mask 0x0

Between the "bits 8" and "begin codes" in my lircd.conf file. And bango! It works.Big Grin

P.S Oh, for anyone who's having trouble getting the remote working on a XBMCbuntu (Minimul install). You'll have to install the Lirc package first.

I hope that saves someone else some time.Wink
find quote
Post Reply