Difference between revisions of "Xbox DVD Dongle"
From MythTV Official Wiki
m (category) |
m (→/etc/lircd.conf: Box File template) |
||
Line 25: | Line 25: | ||
==/etc/lircd.conf== | ==/etc/lircd.conf== | ||
+ | {{Box File|/etc/lircd.conf| | ||
<pre> | <pre> | ||
... | ... | ||
Line 80: | Line 81: | ||
end remote | end remote | ||
</pre> | </pre> | ||
+ | }} | ||
MORE SOON! | MORE SOON! | ||
[[Category:HOWTO]] | [[Category:HOWTO]] |
Revision as of 00:48, 21 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! )
- ...
More soon
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"
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!
/etc/lircd.conf
Template:Box File MORE SOON!