<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>http://nikosapi.org/w/index.php?action=history&amp;feed=atom&amp;title=Xbox_DVD_Playback_Kit_Pinout</id>
	<title>Xbox DVD Playback Kit Pinout - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://nikosapi.org/w/index.php?action=history&amp;feed=atom&amp;title=Xbox_DVD_Playback_Kit_Pinout"/>
	<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=Xbox_DVD_Playback_Kit_Pinout&amp;action=history"/>
	<updated>2026-04-29T10:11:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://nikosapi.org/w/index.php?title=Xbox_DVD_Playback_Kit_Pinout&amp;diff=39&amp;oldid=prev</id>
		<title>Nikosapi: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=Xbox_DVD_Playback_Kit_Pinout&amp;diff=39&amp;oldid=prev"/>
		<updated>2013-09-14T02:16:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-CA&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:16, 14 September 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-CA&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Nikosapi</name></author>
	</entry>
	<entry>
		<id>http://nikosapi.org/w/index.php?title=Xbox_DVD_Playback_Kit_Pinout&amp;diff=38&amp;oldid=prev</id>
		<title>96.42.117.154 at 01:47, 17 September 2009</title>
		<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=Xbox_DVD_Playback_Kit_Pinout&amp;diff=38&amp;oldid=prev"/>
		<updated>2009-09-17T01:47:48Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Xbox DVD playback kit is a standard USB device with a proprietary connector that interfaces to Microsoft&amp;#039;s Xbox.&lt;br /&gt;
Right now it is the cheapest ($20 CAD used) USB remote that is supported by LIRC (lirc_atiusb driver). With a piece of USB cable salvaged from an old piece of hardware you can make a top quality remote control device for your Linux-based PC.&lt;br /&gt;
&lt;br /&gt;
== Small Howto ==&lt;br /&gt;
&lt;br /&gt;
The procedure is quite simple:&lt;br /&gt;
# Pry open the receiver&amp;#039;s plastic case with a small screw driver&lt;br /&gt;
# Drill a hole in the front part of the case to pass a wire through&lt;br /&gt;
# Solder the wire to the receiver following the color code below&lt;br /&gt;
# Glue the case back together and you&amp;#039;re done!&lt;br /&gt;
&lt;br /&gt;
== Color Coded Pinout ==&lt;br /&gt;
[[Image:Xbox-dvd-pinout.jpg|400px]] &amp;lt;br /&amp;gt;&lt;br /&gt;
* If you&amp;#039;re using a standard USB cable you should just be able to match the colors and solder away, but to be sure check your cable with a continuity tester according to the USB spec provided [http://pinouts.ru/Slots/USB_pinout.shtml here].&lt;br /&gt;
# Red = Positive Power (+5V DC)&lt;br /&gt;
# White = Data -&lt;br /&gt;
# Green = Data +&lt;br /&gt;
# Yellow = Unused&lt;br /&gt;
# Black = Ground (0V DC)&lt;br /&gt;
&lt;br /&gt;
== LIRC lircd.conf ==&lt;br /&gt;
Here is the config I use to get the remote working with LIRC&lt;br /&gt;
&lt;br /&gt;
 begin remote&lt;br /&gt;
 &lt;br /&gt;
     name  XboxDVDDongle&lt;br /&gt;
     bits           8&lt;br /&gt;
 &lt;br /&gt;
     begin codes&lt;br /&gt;
 &lt;br /&gt;
         SELECT         0x0b&lt;br /&gt;
         UP             0xa6&lt;br /&gt;
         DOWN           0xa7&lt;br /&gt;
         RIGHT          0xa8&lt;br /&gt;
         LEFT           0xa9&lt;br /&gt;
         INFO           0xc3&lt;br /&gt;
         9              0xc6&lt;br /&gt;
         8              0xc7&lt;br /&gt;
         7              0xc8&lt;br /&gt;
         6              0xc9&lt;br /&gt;
         5              0xca&lt;br /&gt;
         4              0xcb&lt;br /&gt;
         3              0xcc&lt;br /&gt;
         2              0xcd&lt;br /&gt;
         1              0xce&lt;br /&gt;
         0              0xcf&lt;br /&gt;
         DISPLAY        0xd5&lt;br /&gt;
         BACK           0xd8&lt;br /&gt;
         SKIP-          0xdd&lt;br /&gt;
         SKIP+          0xdf&lt;br /&gt;
         STOP           0xe0&lt;br /&gt;
         REVERSE        0xe2&lt;br /&gt;
         FORWARD        0xe3&lt;br /&gt;
         TITLE          0xe5&lt;br /&gt;
         PAUSE          0xe6&lt;br /&gt;
         PLAY           0xea&lt;br /&gt;
         MENU           0xf7&lt;br /&gt;
 &lt;br /&gt;
     end codes&lt;br /&gt;
 end remote&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Under newer Linux distros the lirc_atiusb driver won&amp;#039;t work if the xpad driver gets loaded first. To correct this problem just unload the xpad driver and reload the lirc_atiusb driver.&lt;br /&gt;
&lt;br /&gt;
 modprobe -r lirc_atiusb xpad&lt;br /&gt;
 modprobe lirc_atiusb&lt;br /&gt;
&lt;br /&gt;
EDIT&lt;br /&gt;
to get this to work with ubuntu 9.04 &lt;br /&gt;
sudo apt-get install lirc&lt;br /&gt;
for both remote and reciever select the none option.&lt;br /&gt;
then do&lt;br /&gt;
sudo modprobe -r lirc_atiusb xpad&lt;br /&gt;
then&lt;br /&gt;
modprobe lirc_atiusb&lt;br /&gt;
&lt;br /&gt;
modify the /etc/lirc/lircd.conf with the above config&lt;br /&gt;
modify the /etc/lirc/hardware.conf &lt;br /&gt;
Making sure the below section is enabled&lt;br /&gt;
#Enable lircd&lt;br /&gt;
START_LIRCD=&amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
done.&lt;/div&gt;</summary>
		<author><name>96.42.117.154</name></author>
	</entry>
</feed>