[mythtv-users] LIRC/Remote Troubleshooting

Robert Creager Robert_Creager at LogicalChaos.org
Sat Dec 9 18:13:27 UTC 2006


Aaron Blew wrote:
> Not I.  I stole the lirc configs from a friend of mine who's got the 
> same card/remote and didn't have any luck.  He's using LIRC 0.8.0 on 
> 2.6.15-27-686 (a ubuntu kernel I think), while I'm running 2.6.18.4 
> <http://2.6.18.4> and lircd 0.8.1pre2 (pre2 because of a compilation 
> issue with the kernel or somesuch).
> 
> What versions of the kernel are you guys running?  Could this be an ivtv 
> vs. the kernel or lircd vs the kernel issue?

It's a make problem on my system.  USE_LIRC is not defined in the 
Makefile in the mythfrontend directory:

CFLAGS   = -pipe -march=k8 -Wall -W -g -D_REENTRANT  -DMMX 
-DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_XV 
-DUSING_XVMC -DUSING_XVMC_VLD -DUSING_XRANDR -DUSING_OPENGL_VSYNC 
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT

Going over to libs/libmyth we have:

CFLAGS   = -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC  -DMMX 
-DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DUSING_OSS 
-DUSE_ALSA -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSE_ARTS -DUSING_XRANDR 
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT

Which has USE_LIRC.

Anyone have thoughts as to why this might be?

Cheers,
Rob


More information about the mythtv-users mailing list