![]() |
|
|||||||
| XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
I'm playing around with usb --> xbox rf interface and the old xbox remote. I found some documentation on myth tv about getting it working but I'm wondering if anyone has tried that for the linux xbmc, I started to dig into it this morning before having to run off to work.
if so what module did you use? |
|
|
|
|
|
#2 | |
|
Skilled Python Coder
|
Quote:
kbdd which takes lirc commands and simulates keystrokes. this should also work with xbmc - i can't try it because xbmc sucks on my machine (graphics adapter stuff). i use this script to start it: Code:
#!/bin/bash modprobe lirc_atiusb /etc/init.d/lirc stop /etc/init.d/lirc start killall kbdd kbdd -t lirc & 1>&2 |
|
|
|
|
|
|
#3 |
|
Member
Join Date: May 2007
Posts: 87
![]() |
You should use the atiusb module as stated above. You wont need kbdd. XBMC has built in supoort for Lirc so if you configure lirc correct the remote will work in XBMC
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
thanks, i wasn't sure which one to use but ill recompile with atiusb ..
|
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
I got the remote working, is their a way to slow down the clicks. it seems really fast, if you hold down the button to long its like a few clicks are done ?
Anyone notice this? |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Jul 2007
Posts: 108
![]() |
My streamzap remote works with ubuntu but I only have my lircrc file configured for myth and a few other apps... I haven't been able to get it to work with xbmc yet... I'm missing something small I know, but I haven't tinkered with it enough to figure it out.. I'm now using xbmc/linux as my HTPC exclusively but I'm tired of having a keyboard attached to it..
|
|
|
|
|
|
#7 |
|
Member
Join Date: May 2007
Posts: 87
![]() |
1. XBMC doesn't use lircrc at all.
2. you need a good lirc.conf 3. take a look at lircmap.xml in userdata. You probobly will need to add your control here unless you make an lirc conf that will present your remote as a present one. I think you have a repeat setting in lirc.conf |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Mar 2007
Posts: 137
![]() |
hmm.. so installing lirc isnt needed.. ok I guess I didnt try, but doesnt it need the proper usb driver which is a part of the lirc install .. in this case the atiusb for the old old xbox remotes?
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Jul 2007
Posts: 108
![]() |
no, lirc is still needed... it's just that xbmc doesn't use an lircrc file the way myth and most other apps do... that's where I was getting confused...
|
|
|
|
|
|
#10 |
|
Member
Join Date: May 2007
Posts: 87
![]() |
exactly. lircrc is uniqe for your user. We intercept the signal from lircd directly instead of passing it to for example kbdd
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|