Opened 18 years ago

Closed 18 years ago

#1409 closed defect (fixed)

LIRC support broken post commit 9156

Reported by: chris [at] glovercc.plus.com Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Hi,

Since the UI changes have gone in, I've found that LIRC support no longer works. lircd does not show any connections to it. I've checked lirc using the irw program, and it's still working.

The mythfrontend logs show mention of trying to connect to lircd.

It was working fine with earlier commits, certanily up to 9155.

Thanks

Chris

Attachments (3)

lirc_joystick_defines.patch (299 bytes) - added by johan@… 18 years ago.
Patch for USE_LIRC and USE_JOYSTICK_MENU defines in libmythui.pro
lirc_joystick_defines.2.patch (299 bytes) - added by johan@… 18 years ago.
Patch for USE_LIRC and USE_JOYSTICK_MENU defines in libmythui.pro
mythfrontend.log (1.6 KB) - added by anonymous 18 years ago.
mythfrontend.log

Download all attachments as: .zip

Change History (6)

comment:1 Changed 18 years ago by johan@…

Yes, seems Isaac moved a bunch 'o stuff around with mythui changes and forgot to move the defines from libmyth.pro for USE_LIRC and USE_JOYSTICK_MENU.

Attached is a patch which should fix it (at least it does on my system).

Changed 18 years ago by johan@…

Attachment: lirc_joystick_defines.patch added

Patch for USE_LIRC and USE_JOYSTICK_MENU defines in libmythui.pro

Changed 18 years ago by johan@…

Patch for USE_LIRC and USE_JOYSTICK_MENU defines in libmythui.pro

comment:2 Changed 18 years ago by johan@…

Sorry about multiple attach - I thought my proxy was eating the attachment :)

Changed 18 years ago by anonymous

Attachment: mythfrontend.log added

mythfrontend.log

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [9173]) Forgot to copy some stuff from libmyth. Fixes #1409.

Note: See TracTickets for help on using tickets.