[EMAIL PROTECTED] rc.d]# grep -R lirc* init.d rc rc.local rc.sysinit init.d/lirc:# lirc Startup script for the Linux Infrared Remote Control daemons init.d/lirc:# processname: lircd init.d/lirc:# processname: lircmd init.d/lirc:# config: /etc/lircd.conf init.d/lirc:# config: /etc/lircmd.conf init.d/lirc:# pidfile: /var/run/lircd.pid init.d/lirc:exec="/usr/sbin/lircd" init.d/lirc:exec2="/usr/sbin/lircmd" init.d/lirc:[ -e /etc/sysconfig/lirc ] && . /etc/sysconfig/lirc init.d/lirc:lockfile=/var/lock/subsys/lirc init.d/lirc: # lircmd doesn't apparently respond to HUP, so if it's running, restart. rc.local:chmod 666 /dev/lirc*
but if I'm not starting lirc, as 'chkconfig' below, is this the problem?? ----- Original Message ----- From: "Greg Woods" <[EMAIL PROTECTED]> To: "Simon Baxter" <[EMAIL PROTECTED]> Cc: "User discussion about IVTV" <[email protected]> Sent: Friday, June 02, 2006 2:04 PM Subject: Re: [ivtv-users] LIRCD on PVR-150 no go. TVEEPROM problem?? > On Fri, 2006-06-02 at 13:49 -0700, Simon Baxter wrote: > >> >> Would be interested seeing how you load it in the lircd startup > > modprobe lirc_i2c > > If you are not manually starting lircd, then SOME startup script on your > system must be doing it. Your use of "chkconfig" suggests a Red > Hat-derived system, so try this: > > cd /etc/rc.d > grep lirc init.d rc rc.local rc.sysinit > > It has to be there somewhere. > > --Greg > > _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
