Problem: Configuration remote.xml
|
20th Dec, 2012, 07:20 AM
Post: #1
|
|||
|
|||
Configuration remote.xml
Hi,
I have a unbranded Windows Mc Remote, some of the keys are working, some not, You find her here: http://wiki.xbmc.org/index.php?title=Remote_Control_Reviews Ir tried to edit the userdata keyboard.xml, as recomended in: http://wiki.xbmc.org/index.php?title=Modifying_keyboard.xml but there isnt a userdata keyboard.xml in the the new xbmc, there is only a remote.xml and the code inside looks very different to the code which is recommended in: http://wiki.xbmc.org/index.php?title=Modifying_keyboard.xml So, I dont know what to do, to get all the buttons on the remote working or how to edit the remote.xml. What code should i change and where can I put the code in? Someone in the IRC recommended to use this wiki: http://xbian.org/2012/12/configuring-a-remote-wiki-edition/# But I dont have a "LIRC" remote or? Hawk thesimon@gmx.de |
|||
20th Dec, 2012, 07:37 AM
Post: #2
|
|||
|
|||
RE: Configuration remote.xml
Please try this:
https://github.com/xbianonpi/xbian/issues/71#issuecomment-11419836 If step 3 fails, download the file manually through the manual link and put it on your RPi with WinSCP. Also post the output of: Code: dmesg Code: sudo apt-get install usbutils PS. My guide http://xbian.org/2012/12/configuring-a-remote-wiki-edition/# can be followed for all remotes. pilight - modular domotica solution
|
|||
20th Dec, 2012, 08:53 AM
Post: #3
|
|||
|
|||
RE: Configuration remote.xml
Well, the download worked fine, but then :
root@xbian:/home/xbian# tar -zxvf mceusb.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now root@xbian:/home/xbian# ... mode2 doesn’t output anything for my remote dmesg Code: [ 0.000000] Booting Linux on physical CPU 0 lsusb Code: root@xbian:/home/xbian# sudo apt-get install lsusb |
|||
20th Dec, 2012, 08:58 AM
Post: #4
|
|||
|
|||
RE: Configuration remote.xml
(20th Dec, 2012 08:53 AM)Hawk Wrote: Well, the download worked fine, but then : Then it didn't download fine , download it manually and copy the file to your RPi. My fault, should have been Code: sudo apt-get install usbutils pilight - modular domotica solution
|
|||
20th Dec, 2012, 09:13 AM
Post: #5
|
|||
|
|||
RE: Configuration remote.xml
With Ubuntu I cant copy because of folder rights O_o and in Windows it shows me only the 36 Mb partition of the SD card.
|
|||
20th Dec, 2012, 09:19 AM
Post: #6
|
|||
|
|||
RE: Configuration remote.xml
Use WinSCP, or put in on the partition you see in Windows. Then boot XBian again an copy it:
Code: sudo mv /boot/mceusb.tar.gz /home/xbian/ Then retry the steps. pilight - modular domotica solution
|
|||
20th Dec, 2012, 09:43 AM
Post: #7
|
|||
|
|||
RE: Configuration remote.xml
Code: xbian@xbian:~# tar -zxvf mceusb.tar.gz Code: xbian@xbian:~# sudo apt-get install usbutils |
|||
20th Dec, 2012, 09:49 AM
Post: #8
|
|||
|
|||
RE: Configuration remote.xml
Worked fine, except that my account got banned for "spamming" ^^
|
|||
20th Dec, 2012, 10:13 AM
Post: #9
|
|||
|
|||
RE: Configuration remote.xml
Excuses for this, should not have happened.
But it is correct that the remote is working as it should? Can you also post the output of: Code: cat /proc/bus/input/devices Also the line should have been: Code: tar -xvf mceusb.tar.gz -C / pilight - modular domotica solution
|
|||
20th Dec, 2012, 10:18 AM
Post: #10
|
|||
|
|||
RE: Configuration remote.xml
Some key are working e.g. ESC, PLAY, VIDEO.
But not all, especially the UP/DOWN MOUSE Keys arent working. Code: root@xbian:/home/xbian# cat /proc/bus/input/devices Code: root@xbian:/home/xbian# tar -xvf mceusb.tar.gz -C / Look, what I found: http://www.irfmedia.com/en/ProductView.asp?ID=130&SortID=160 Thats my remote: Model NO: IRC6MCE The IRC6MCE is a RC6 protocol standard remote control for Microsoft MediaCenter. Is suitable in Card reader(incould RC6 cir) Parameters 1. Signal type: IRfrared 2. Full 41 keys 3. Transmitting range: than 8 meter,angle 45° 4. Size : 185 x 55 x 30 mm 5. Power support:AAA battery x 2 6. Weight: 225g |
|||
20th Dec, 2012, 10:20 AM
Post: #11
|
|||
|
|||
RE: Configuration remote.xml
Did you reboot after installing my fix?
pilight - modular domotica solution
|
|||
20th Dec, 2012, 10:23 AM
Post: #12
|
|||
|
|||
RE: Configuration remote.xml
Or maybe this one, but it doesnt matter, its all the same layout I think.
http://www.irfmedia.com/en/ProductView.asp?ID=140&SortID=157 Nope, but I did now. Code: xbian@xbian:~# tar -xvf mceusb.tar.gz -C / Code: xbian@xbian:~# cat /proc/bus/input/devices |
|||
20th Dec, 2012, 10:28 AM
Post: #13
|
|||
|
|||
RE: Configuration remote.xml
Can you try this:
Code: sudo wget -O - https://raw.github.com/xbianonpi/xbian/xbian-alpha4/etc/lirc/hardware.conf > /etc/lirc/hardware.conf pilight - modular domotica solution
|
|||
20th Dec, 2012, 10:34 AM
Post: #14
|
|||
|
|||
RE: Configuration remote.xml
wget worked
Code: xbian@xbian:~# tar -xvf mceusb.tar.gz -C / |
|||
20th Dec, 2012, 10:36 AM
Post: #15
|
|||
|
|||
RE: Configuration remote.xml
You should run the command as root like you did the first time:
Code: sudo tar -xvf mceusb.tar.gz -C / pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|