![]() |
|
Lirc not working with apple remote in Ubuntu - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: Lirc not working with apple remote in Ubuntu (/showthread.php?tid=125342) |
Lirc not working with apple remote in Ubuntu - Kissell - 2012-03-12 18:02 I can't seem to get the apple A1156 remote to work at all. I'm running Ubuntu. I did Code: apt-get install lircbut "irw" doesn't recognized any key presses. RE: Lirc not working with apple remote in Ubuntu - queeup - 2012-03-12 23:44 because you need right lircd.conf and IR receiver to know apple remote frequency. RE: Lirc not working with apple remote in Ubuntu - john.cord - 2012-03-13 01:35 dpkg-reconfigure lirc RE: Lirc not working with apple remote in Ubuntu - Kissell - 2012-03-15 01:44 Well, one problem was in Ubuntu Xorg was taking my IR commands and doing nothing with them... I had to edit the xorg.conf file to tell it to ignore the IR receiver. Another problem was I had to install ir-keytable and change the protocol to NEC. now it is working on my laptop... but when I connect this same USB IR receiver and remote to a desktop running the same OS, it doesn't work... just like on the laptop, it recognizes key presses with "irrecord" or with "ir-keytable -t" but it doesn't recognize anything with "irw" and until it does that it won't work in XBMC. I have no idea why it's not working... I copied all the config files I can think of from the laptop to this desktop... but can't get it to work there... must be missing something... i spent maybe hundreds of hours on it before I got it working on the laptop, so there must have been something I did that I've not done yet on the desktop. Wish someone would post some easy to follow instructions that actually work, on how to do this. RE: Lirc not working with apple remote in Ubuntu - Kissell - 2012-03-19 04:35 The part I was missing that nobody ever talks about, but is absolutely necessary, is editing the keymap. I edit /lib/udev/rc_keymaps/rc6_mce file, and put in the codes I discovered from ir-keytable -t then run the -w option to import them. Code: /usr/bin/ir-keytable -p NEC,RC6 -w /lib/udev/rc_keymaps/rc6_mceRE: Lirc not working with apple remote in Ubuntu - keyf - 2012-04-21 16:35 did you managed it? does the Apple Remote works on the desktop? RE: Lirc not working with apple remote in Ubuntu - Kissell - 2012-04-27 00:46 I never did get "irw" working, but had the Apple remote working in XBMC in Ubuntu using ir-keytable. But then I needed to re-format to use Fedora, and I can't get it to work again. Actually, when I use "ir-keytable -t" there is no problem. It recognizes my button presses and has them mapped to the proper keys. The problem is that XBMC doesn't do anything when I press buttons... so the OS sees my button press, but XBMC does not. RE: Lirc not working with apple remote in Ubuntu - boosted - 2012-04-27 04:39 have a look here http://forum.xbmc.org/showthread.php?tid=104541 RE: Lirc not working with apple remote in Ubuntu - xxsunshinexx - 2012-10-24 14:34 (2012-03-19 04:35)Kissell Wrote: The part I was missing that nobody ever talks about, but is absolutely necessary, is editing the keymap. Any chance you could detail roughly what you did to get this going? I have a hacked-together external Apple IR receiver and remote, which both work well for me in OSX on mac hardware. On a different generic hardware Ubuntu box, I plug in the receiver and it is recognized in dmesg. I'm trying to get ir-keytable / LIRC to play nice with it, but am unsure where to begin. Any chance you remember what you'd done? |