<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Claude G&eacute;linas wrote:
<blockquote cite="mid200804200943.36411.claude@phyto.qc.ca" type="cite">
  <pre wrap="">Le Sunday 20 April 2008 07:19:46, vous avez &eacute;crit&nbsp;:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Sat, Apr 19, 2008 at 3:46 PM, Claude G&eacute;linas <a class="moz-txt-link-rfc2396E" href="mailto:claude@phyto.qc.ca">&lt;claude@phyto.qc.ca&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">After a complete reinstall and upgrade to FC8 everything is fine except
lircd which do not start after reboot.
      </pre>
    </blockquote>
    <pre wrap="">Are you saying it works when you install it but then doesn't work
again after rebooting? If so, in my experience thats always come down
to one of 2 things: a module not being loaded or an entry under /dev
not being recreated.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Effectively I have to load manually the module lirc_i2c then start lircd.

How can I have it load automatically. The /etc/modprobe.conf have an entry for 
lirc_i2c

# lirc
alias char-major-61 lirc_i2c
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c

I've set /sbin/chkconfig lircd on

What else ?

  </pre>
</blockquote>
<br>
I can't seem to get this working with Fedora 8 either, so I have added
these lines to /etc/rc.d/rc.local<br>
<br>
/sbin/modprobe lirc_serial<br>
/sbin/service lircd start<br>
<br>
I use a DIY serial module, so replace with lirc_i2c if you use the
Hauppauge remote receiver. <br>
<br>
&nbsp;-Richard<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>