Hello I have tried for countless hours to make the ir receiver of the pvr-150 to work, I have the one that come with a irblaster, but this is not a must for this one to work because I have a serial irblaster and anyway I would need to patch the lirc if I want it to work, which is beyond my knowledge right now .
<br><br>Everything seems to load correctly but I got nothing on the console when I start irw and press a button on my remote ( I know the card/ir receiver/remote works, i tried them on windows).<br><br>By the way I try to install it on MythDora 4
<br><br>Any help would be extremely appreciated.<br><br>Here is the contents of my files
<br>----------------<br>/etc/modprobe.conf:<br><br>alias char-major-61-0 lirc_i2c<br>alias char-major-61-1 lirc_serial<br>options lirc_serial irq=4 io=0x3f8<br>####IR setup####<br>install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c
<br>install lirc_serial setserial /dev/ttyS0 uart none; /sbin/modprobe --ignore-install lirc_serial<br><br>----------------<br>/etc/rc.d/rc.local<br><br>/sbin/modprobe lirc_i2c<br>/sbin/modprobe lirc_serial<br>/usr/sbin/lircd --device=/dev/lirc0 --output=/dev/lircd
<br>/usr/sbin/lircd --driver=default --device=/dev/lirc1 --output=/dev/lircd1 --pidfile=/var/run/lircd1.pid<br><br>------------------<br><br>/etc/lircd.conf<br><br>in this file I have the grayHauppauge remote and my cable box, I don&#39;t think I need to post it.
<br><br>------------------<br><br>/etc/sysconfig/lircd<br><br>#Options to lircd<br>LIRCD_OPTIONS=<br><br>------------------<br><br>here is the list of currently loaded lirc modules:<br><br>lsmod | grep lirc<br><br>lirc_serial&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15104&nbsp; 0
<br>lirc_i2c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11780&nbsp; 0<br>i2c_core&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24897&nbsp; 11 cx88xx,bttv,lirc_i2c,i2c_ec,wm8775,cx25840,tuner,nvidia,ivtv,i2c_algo_bit,tveeprom<br>lirc_imon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17924&nbsp; 1<br>lirc_dev&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16292&nbsp; 3 lirc_serial,lirc_i2c,lirc_imon
<br><br>--------------------<br><br>and here is the lirc devices<br><br>ls -l /dev/lirc*<br><br>lrwxrwxrwx 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 5 May 28 18:46 /dev/lirc -&gt; lirc0<br>crw------- 1 root root 61, 0 May 28 18:46 /dev/lirc0<br>crw------- 1 root root 61, 1 May 28 18:46 /dev/lirc1
<br>crw------- 1 root root 61, 2 May 28 18:46 /dev/lirc2<br>srw-rw-rw- 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 May 28 18:46 /dev/lircd<br>srw-rw-rw- 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 May 28 18:46 /dev/lircd1<br>prw-r--r-- 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 0 May 28 18:46 /dev/lircm
<br><br>Thanks<br><br>