On 17/01/06, <b class="gmail_sendername">Nick</b> <<a href="mailto:knowledgejunkie@gmail.com">knowledgejunkie@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 17/01/06, Luke <<a href="mailto:lukes790@gmail.com">lukes790@gmail.com</a>> wrote:<br>> Here is the output:<br>><br>> [root@media downloads]# /sbin/lsmod | grep lirc<br>> lirc_dev 12452 0
<br><br>[Please dont top-post. In GMail, don't start typing at the top]<br><br>This shows that all of the LIRC modules are not loaded. If using a<br>serial port receiver, try<br><br>/sbin/modprobe lirc_serial<br><br>If using the Hauppauge i2c driver try
<br><br>/sbin/modprobe lirc_i2c<br><br>and check your lsmod, log and /dev directory info again. You _should_<br>get the extra device(s) created that LIRC needs to work.<br><br>Nick<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>This is a bttv card with an onboard remote control port and hence requires the lirc_gpio module. The output of modprobe then is:<br>
<br>
[root@media downloads]# /sbin/modprobe lirc_gpio<br>
FATAL: Module lirc_gpio not found.<br>
<br>
Just in case, I have tried the lirc_i2c as well and here is the output:<br>
<br>
[root@media downloads]# /sbin/modprobe lirc_i2c<br>
FATAL: Module lirc_i2c not found.<br>