Difference between revisions of "Xbox DVD Dongle"

From MythTV Official Wiki
Jump to: navigation, search
(Gentoo)
Line 4: Line 4:
 
|}
 
|}
 
This howto focuses on howto get the Xbox DVD dongle to work on a standard pc.
 
This howto focuses on howto get the Xbox DVD dongle to work on a standard pc.
==Device information==
+
=Device information=
 
Supported remotes:
 
Supported remotes:
 
:*Xbox DVD remote (duh)
 
:*Xbox DVD remote (duh)
 
:*Remotes with the rca protocal ( I have not tested this yet! )
 
:*Remotes with the rca protocal ( I have not tested this yet! )
  
==Setup==
+
=Setup=
===Wiring===
+
==Wiring==
 
Some information about wiring the DVD dongle to the pc can be found [http://dlangenberg.googlepages.com/diycomputerremote here].
 
Some information about wiring the DVD dongle to the pc can be found [http://dlangenberg.googlepages.com/diycomputerremote here].
===Installation===
+
==Installation==
====Gentoo====
+
===Gentoo===
 
If you are running Gentoo then be thankfull the patch for the Xbox DVD dongle is in the portage.
 
If you are running Gentoo then be thankfull the patch for the Xbox DVD dongle is in the portage.
 
Add this line to '''/etc/make.conf'''
 
Add this line to '''/etc/make.conf'''
Line 30: Line 30:
 
and watch to see if your button presses are showing up!
 
and watch to see if your button presses are showing up!
  
== Configuration ==
+
= Configuration =
 
{{Box File|/etc/lircd.conf|
 
{{Box File|/etc/lircd.conf|
 
<pre>
 
<pre>

Revision as of 01:59, 31 March 2007

This howto focuses on howto get the Xbox DVD dongle to work on a standard pc.

Device information

Supported remotes:

  • Xbox DVD remote (duh)
  • Remotes with the rca protocal ( I have not tested this yet! )

Setup

Wiring

Some information about wiring the DVD dongle to the pc can be found here.

Installation

Gentoo

If you are running Gentoo then be thankfull the patch for the Xbox DVD dongle is in the portage. Add this line to /etc/make.conf

LIRC_DEVICES="xboxusb"


Important.png Note: atiusb and xboxusb conflict with each other and only one will work at the same time.


Now just run

# emerge lircd

Now use the config from the bottom of the page. The next thing you need to do is test to see if it works. Because it is using a new driver if you have it plugged in then you need to unplug it and plug it back in. Now start lircd

# /etc/init.d/lircd start

then run

# irw

and watch to see if your button presses are showing up!

Configuration

Template:Box File MORE SOON!