I was fooled by that too. What they mean is that the LIRC codes are are built-in to the OS or application (such as XBMC). You still need to add an IR receiver, either via usb or the GPIO. Here is a link on how to hook a $1 TSOP IR into the Pi using ...
OK I got the hardware to work. I found the modules in /lib/modules/3.2.27+/misc and if I do a insmod /lib/modules/3.2.27+/misc/lirc_dev.ko insmod /lib/modules/3.2.27+/misc/lirc_rpi.ko gpio_in_pin=18 I can then do a cat /dev/lirc0 and when I push buttons on the remote I can see data from ...
Has anyone been successful getting the GPIO LIRC working with raspian (3.2.27+)? I have been messing with this for a few days, and have not had any luck. I managed to get it compiled and transmitting, based on a suggestion here - you need to edit ...
Not actually 3.2.27+ but 3.2.26+
How far did you get?
EDIT: Ah no, it is indeed 3.2.27+:
root@raspberrypi:/home/pi# uname -a
Linux raspberrypi 3.2.27+ #1 PREEMPT Thu Oct 4 09:45:38 CEST 2012 armv6l GNU/Linux
I don't know exactly how/why, but after a new re-imaging it all works as expected (except for the annoying double-press lirc issue noted elsewhere). Happily used for a couple of hours to watch Andromeda while the other half was watching X-Factor. Next step: setup a mysql library so ...
... Fernseher, noch einen Switch dazu (könnte die Optik versauen), Dann noch einen IR-Empfänger anstöpseln (würde ich nicht über GPIO machen, weil der LIRC-GPIO-Treiber noch nicht in den Distributionen eingepflegt ist). OpenELEC mit XBMC, oder Raspian oder Raspbmc oder wie sie heißen. Aber meinst Du ...
... works with the uirt2_raw drivers. I was able to get mine to work on the Arch Linux ARM distribution. I used https://wiki.archlinux.org/index.php/LIRC as a bit of a guide. I also used https://help.ubuntu.com/community/Lirc_USB-UIRT but some of it is old. For example after installing lirc I didn't ...
I know this is slightly different but I have LIRC installed on my Ubuntu PC at home with a generic MCE USB receiver bought from ebay. If it's possible to install this on the Pi You can ask LIRC to learn the IR signal from your remote through the ...
... (Debian), built with gcc-4.6 (C) 2000-2012 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing rtsp://192.168.1.98/deko-high.sdp. Connecting to server 172.22.1.98[172.22.1.98]: ...
... presses on TV remote being sent to exactly this instance. It responds with "sending abort", but I think, this is a starting point to pass those to lirc. Regards Jens
... (and maybe also build the kernel, but I'm not sure if it would have worked without. Just by installing initramfs-tools first...) Now lirc_rpi is loaded at boot. Here ist the reason why I installed it: root@raspberrypi:/opt/raspberrypi/lirc# make make all-recursive make[1]: Entering ...
Além do que o ericcosta escreveu, qualquer Controle Remoto USB irá funcionar com o OpenElec sem problemas e sem precisar se preocupar com LIRC ou outros programas: http://www.compulink.net.br/ecommerce_site/produto_4191_6497_CONTROLE-REMOTO-P-PC-USB-P-01RN-OEM Quanto ao HD externo, ele irá ...
... autoconf sudo apt-get install git after compiling, you install and configure with irrecord. Although you probably don't need to compile the lirc_gpio module as you are not using a IR receiver via GPIO input. In the latest release the lirc module should work. jsut configure it as described ...
Hi.... I have installed the IR driver from http://aron.ws/projects/lirc_rpi/ and I also got a IR receiver connected to pin 11 (GPIO17).... so now....I have a remote control....how can I configure it such that when I press, say "1" button on the control, it will make Pi do some stuff for me (e.g. run...
I have problems getting lirc_rpi to work on raspian. In Raspian (kernel 3.2.27) the drivers for lirc are located in drivers/staging/media/lirc The patch looks for the files in drivers/staging/lirc I changed the patch to match the new ...
... alguns links que ajudarão: Receptor IR * Já pronto: http://flirc.tv/ * DIY: http://usbirboy.sourceforge.net/index.html Software para comandos IR *LIRC: http://www.lirc.org/ Controle Remoto *Apple Remote: http://dx.com/p/genuine-apple-ipod-macbook-macbook-pro-remote-control-1xcr2025-101501 Além ...
I have problems getting lirc_rpi to work on raspian. In Raspian (kernel 3.2.27) the drivers for lirc are located in drivers/staging/media/lirc The patch looks for the files in drivers/staging/lirc I changed the patch to match the new ...