> On Mon, Dec 26, 2011 at 09:57:46PM -0600, Mike Isely wrote: > >Roger: > >Just read through all of your messages. There's some good information >in there, but this needs to be sorted out. Seems that lirc has come a >long ways. I have a lot catching up to do here... > > -Mike
I'll post my config files here (using Gentoo). ################################################################################ # Linux Kernel # /usr/src/linux/.config # (Also include devinput event interface providing /dev/input) ################################################################################ # # Multimedia drivers # CONFIG_RC_CORE=m CONFIG_LIRC=m CONFIG_RC_MAP=m # CONFIG_IR_NEC_DECODER is not set # CONFIG_IR_RC5_DECODER is not set # CONFIG_IR_RC6_DECODER is not set # CONFIG_IR_JVC_DECODER is not set # CONFIG_IR_SONY_DECODER is not set # CONFIG_IR_RC5_SZ_DECODER is not set CONFIG_IR_LIRC_CODEC=m # CONFIG_IR_ENE is not set # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set # CONFIG_IR_ITE_CIR is not set # CONFIG_IR_FINTEK is not set # CONFIG_IR_NUVOTON is not set # CONFIG_IR_REDRAT3 is not set # CONFIG_IR_STREAMZAP is not set # CONFIG_IR_WINBOND_CIR is not set CONFIG_RC_LOOPBACK=m (For fun, I also included LIRC_ZILOG as module, but am not currently using it.) ################################################################################ # System Modules Loading (...if as modules and not statically.) # /etc/conf.d/modules ################################################################################ modules="ir-kbd-i2c lirc_dev.ko rc-loopback ir-lirc-codec.ko rc-lirc" ################################################################################ # System RC # /etc/conf.d/lircd ################################################################################ LIRCD_OPTS="-H devinput -d name=*HVR-1950*" Add rc lircd to default runlevel, include "irexec" if you wish to use irexec within /etc/lircrc or $HOME/.lircrc ################################################################################ # LIRC - Remote Control Button Configuration # /etc/lirc/lircd.conf # For Hauppauge HVR-1950 use: # http://lirc.sourceforge.net/remotes/devinput/lircd.conf.devinput and delete # the first remote configuration. (Only the second config is used.) ################################################################################ ################################################################################ # LIRC - Remote Control Button interfacing to Specific Applications # $HOME/.lircrc # I'll attach this in a second post, separate from the above. # Users should be able to use irw now to test remote control buttons. ################################################################################ -- Roger http://rogerx.freeshell.org/ _______________________________________________ pvrusb2 mailing list [email protected] http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2
