Go to advanced search

by kkillebrew
Tue Oct 23, 2012 4:55 pm
Forum: Beginners
Topic: i thought the xbox 360 remote worked out of the box with Pi
Replies: 4
Views: 5877

Re: i thought the xbox 360 remote worked out of the box with

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 ...
by dwentz
Sun Oct 21, 2012 4:06 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

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 ...
by naicheben
Sun Oct 21, 2012 2:10 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

Try
insmod /lib/modules/3.2.27+/kernel/drivers/staging/media/lirc/lirc_rpi.ko
by dwentz
Sun Oct 21, 2012 1:56 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

Just an update

ismod lirc_rpi give a No such file or directory.
by dwentz
Sun Oct 21, 2012 1:54 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

I have it complied and lirc_dev installs, but I get an Invalid argument when i try lirc_rpi.

modprobe lirc_rpi gpio_in_pin=0
ERROR: could not insert 'lirc_rpi': Invalid argument

without the gpio I get the same thing.
by selectnone
Sun Oct 21, 2012 1:47 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

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 ...
by naicheben
Sun Oct 21, 2012 1:42 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

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
by dwentz
Sun Oct 21, 2012 1:35 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

LIRC GPIO driver for homebrew adapter

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.
by PoP
Wed Oct 17, 2012 6:49 pm
Forum: Raspberry Pi OS
Topic: MODCONF needed to support a Logitech Wingman Force Joystick
Replies: 1
Views: 1094

Re: MODCONF needed to support a Logitech Wingman Force Joyst

... em8300-source exmap-modules-source fglrx-kernel-src freeswan-modules-source gpib-modules-source ivtv-source kqemu-source linux-wlan-ng-source lirc-modules-source loop-aes-source madwifi-source mga-vid-source ndiswrapper-source nvidia-kernel-legacy-173xx-source nvidia-kernel-legacy-71xx-source ...
by drmouse
Mon Oct 15, 2012 3:43 pm
Forum: Media centres
Topic: RaspBMC Video Scaling
Replies: 7
Views: 6032

Re: RaspBMC Video Scaling

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 ...
by naicheben
Fri Oct 12, 2012 3:43 pm
Forum: Deutsch
Topic: Einbau des Raspberry in NAS möglich?
Replies: 4
Views: 5580

Re: Einbau des Raspberry in NAS möglich?

... 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 ...
by jaycuse
Fri Oct 12, 2012 1:45 pm
Forum: General discussion
Topic: RasPi as universal Remote
Replies: 36
Views: 24101

Re: RasPi as universal Remote

... 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 ...
by spadge_2356
Fri Oct 12, 2012 10:42 am
Forum: Automation, sensing and robotics
Topic: Using Raspberry Pi to control my AC via infrared
Replies: 7
Views: 11715

Re: Using Raspberry Pi to control my AC via infrared

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 ...
by dekopi
Mon Oct 08, 2012 7:56 am
Forum: General discussion
Topic: RTSP from a IP camera
Replies: 36
Views: 63212

Re: RTSP from a IP camera

... (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]: ...
by Therket
Sun Oct 07, 2012 11:32 am
Forum: Media centres
Topic: Use RPi to change HDMI-Input to non-CEC device
Replies: 9
Views: 79799

Re: Use RPi to change HDMI-Input to non-CEC device

... 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
by naicheben
Fri Oct 05, 2012 6:16 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

Ok, solved. First:
XBMC looks for the socket to lirc at /dev/lircd but the socket now is /var/run/lirc/lircd

Second was:
If you place a Lircmap.xml in /root/.xbmc/system it is ignored (maybe as long as there is a /usr/share/xbmc/Lircmap.xml file)
:roll:
by naicheben
Thu Oct 04, 2012 9:20 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

pfff, so close .... I get good responce from irw: root@raspberrypi:/home/pi# irw 0000000000001794 00 KEY_UP haupauge.conf 0000000000001794 01 KEY_UP haupauge.conf 00000000000017a5 00 KEY_OK haupauge.conf 00000000000017a5 01 KEY_OK haupauge.conf 0000000000001795 00 KEY_DOWN haupauge.conf 000000000000...
by naicheben
Thu Oct 04, 2012 7:58 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

... (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 ...
by Montekuri
Thu Oct 04, 2012 12:04 pm
Forum: Português
Topic: Central Multimídia + Torrent Client + Time Machine
Replies: 17
Views: 8593

Re: Central Multimídia + Torrent Client + Time Machine

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á ...
by bitbitbit
Thu Oct 04, 2012 10:00 am
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

... 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 ...
by bitbitbit
Thu Oct 04, 2012 7:50 am
Forum: Automation, sensing and robotics
Topic: stupid question on IR receiver....
Replies: 2
Views: 4057

stupid question on IR receiver....

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...
by selectnone
Wed Oct 03, 2012 10:26 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

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 ...
by zenatuz
Wed Oct 03, 2012 8:35 pm
Forum: Português
Topic: Central Multimídia + Torrent Client + Time Machine
Replies: 17
Views: 8593

Central Multimídia + Torrent Client + Time Machine

... 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 ...
by naicheben
Wed Oct 03, 2012 6:47 pm
Forum: HATs and other add-ons
Topic: LIRC GPIO driver for homebrew adapter
Replies: 236
Views: 175774

Re: LIRC GPIO driver for homebrew adapter

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 ...
by corkalom
Wed Oct 03, 2012 5:26 pm
Forum: Beginners
Topic: dkpg unrecoverable fatal error
Replies: 6
Views: 11710

dkpg unrecoverable fatal error

... libdca0 libdirac-encoder0 libdvdnav4 libdvdread4 libenca0 libesd0 libfaad2 libfftw3-3 libfribidi0 libgpm2 libgsm1 libjack-jackd2-0 liblircclient0 liblzo2-2 libmp3lame0 libmpeg2-4 libmpg123-0 libopenal-data libopenal1 libpostproc52 libschroedinger-1.0-0 libspeex1 libspeexdsp1 libswscale2 ...

Go to advanced search