Hello.<br>
<br>
I have FC4 installed as per instructions given by <a href="http://wilsonet.com/mythtv/fcmyth.php">Jarod C. Wilson</a>. However, lirc installation does not seem to work for me. <br>
<ul>
<li>Firstly, I cannot install kernel module using yum as directed: ( <span style="font-style: italic;">yum install lirc-kmdl-2.6.11-1.1398_FC4 ) -</span> module not found.</li>
<li>Installation of lirc on its own worked ( <span style="font-style: italic;">yum install lirc ) -</span> success. <br>
</li>
<li>modified /etc/modprobe.conf: ( <span style="font-style: italic;">alias char-major-61 lirc_gpio )<br>
</span></li>
<li>I can start the lircd daemon: ( <span style="font-style: italic;">/sbin/service lircd start</span> ) - success start OK<br>
</li>
<li>Starting irw produces no output: (<span style="font-style: italic;"> /usr/bin/irw </span>) - no output, pressing remote buttons has no effect</li>
</ul>
Having failed that way I tried a few commands that may shed some light to those who know better: <br>
<ul>
<li><span style="font-style: italic;">/sbin/modprobe lirc_gpio</span> : I got the output (<span style="font-style: italic;"> FATAL: Module lirc_gpio not found.</span> )</li>
<li><span style="font-style: italic;">mode2</span> : I got ( <span style="font-style: italic;">mode2: error opening /dev/lirc mode2: No such file or directory </span>)</li>
<li><span style="font-style: italic;">/sbin/lsmod | grep lirc</span> : No output</li>
<li><span style="font-style: italic;">ps -A | grep lircd</span> : No output</li>
</ul>
My lirc input is on the TV capture card which is a PixelView PlayTV Pro with W/FM. <br>
<a href="http://wilsonet.com/mythtv/fcmyth.php"></a>