[mythtv-users] No LIRC on frontend restart

malcolm mythtv at lds.dyndns.org
Fri Apr 9 00:17:57 EDT 2004


----- Original Message -----
From: "Matt Hannan" <matthew.j.hannan at verizon.net>
Sent: Thursday, April 08, 2004 4:03 PM


>
> OK, so if I do a full reboot of the box, LIRC works great. But if I
> close the mythfrontend and then restart it, LIRC does not work at all.
>
> Any ideas?
>
> I have been digging thru the archives for about an hour now and I see
> nothing.

What's your setup and versions etc?  I'm using the IR on a PVR-350 with
kernel 2.6 patched with flameeyes patch (for lirc) and lirc-0.07pre4.  I had
the exact same problem you describe.  rmmod lirc_i2c and then modprobe
lirc_i2c would fix it so a client could connect again.  To fix this
permanantly I had to edit lirc_dev.c in the kernel sources and change line
159
From:                      if (ir->shutdown || !ir->open) {
To:                        if (ir->shutdown) {

Then recompile and reinstall lirc-0.07pre4

Malcolm



More information about the mythtv-users mailing list