-
Fixed.
2009-11-09 19:13:41 UTC by lirc
-
Patch adapted and applied. Thanks.
Christoph.
2009-11-09 19:00:01 UTC by lirc
-
Please explain your build setup. The makefile has been working fine for a long time.
Christoph.
2009-11-09 18:32:19 UTC by lirc
-
lirc added sverkerw to the Linux Infrared Remote Control project.
2009-11-09 18:14:11 UTC by lirc
-
When rmmod lirc_igorplug, or when re-setting the USB bus, I get this:
Oct 31 16:02:11 rk lircd-0.8.6[3237]: error reading from /dev/lirc0
Oct 31 16:02:11 rk lircd-0.8.6[3237]: No such device
Oct 31 16:02:11 rk kernel: [ 844.650840] lirc_igorplugusb[2]: usb remote disconnected
Oct 31 16:02:11 rk kernel: [ 844.651569] BUG: unable to handle kernel NULL pointer dereference at 00000018
Oct...
2009-10-31 17:03:47 UTC by tadu
-
building lirc drivers out of tree fail because of incorrect usage of top_srcdir in drivers/Makefile.common
- -I$(LIRC_DEVDIR)/$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \
+ -I$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \
otherwise header files arent found.
2009-10-30 04:45:08 UTC by nobody
-
the last arg of accept() is a pointer to a socklen_t, not an int
--- tools/lircrcd.c 6 May 2006 09:40:07 -0000 5.3
+++ tools/lircrcd.c 30 Oct 2009 04:41:35 -0000
@@ -313,7 +311,7 @@ static void remove_client(int i)
void add_client(int sock)
{
int fd;
- int clilen;
+ socklen_t clilen;
struct sockaddr client_addr;
int flags;.
2009-10-30 04:43:13 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-09-28 02:20:39 UTC by sf-robot
-
Hi,
I'm trying to get the Dell IT8512 CIR Receiver to work under Ubuntu 9.04 with Lirc 0.8.4a but I have no luck.
Is this receiver supported at all? If so, how can I get it to work under Ubuntu 9.04. If it's not supported, what can be done the get it to work?
Mondane.
2009-09-22 22:28:56 UTC by mondane
-
For the Tekram Irmate 210:
I don't recommend using it. Range is limited.
If you still want to try it, use irrecord --force.
And read http://www.lirc.org/html/help.html#new_remote
The Igor receiver should work better, but you didn't post mode2 output for it.
Christoph.
2009-09-19 07:01:00 UTC by lirc