Added the modprobe into the /etc/rc.d/init.d/lirc

start() {
    echo -n $"Starting infrared remote control daemon ($prog): "
    daemon $exec $LIRCD_OPTIONS
    /sbin/modprobe lirc_i2c
    retval=$?
    echo
    status $prog >/dev/null 2>&1
    if [ $? -eq 0 -a "$ENABLE_LIRCMD" = "yes" ] ; then
        echo -n $"Starting infrared remote control mouse daemon ($prog2): "
        daemon $exec2 $LIRCMD_OPTIONS
        retval=$?
        echo
    fi
    [ $retval -eq 0 ] && touch $lockfile
    return $retval
}

still the same:
lirc_i2c                9348  0
lirc_dev               14756  1 lirc_i2c
i2c_core               20673  11 
lirc_i2c,cx88xx,bttv,wm8775,cx25840,tda9887,tuner,ivtv,i2c_algo_bit,tveeprom,i2c_viapro

mode2
lirc_dev ([-1]): open called
lirc_dev ([-1]): open result = -ENODEV

irw
lirc_dev ([-1]): open called
lirc_dev ([-1]): open result = -ENODEV


----- 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

Reply via email to