I don't know which /dev file you should be linking the /dev/lirc file
to with the PVR-350, but I would recommend that at least while you
test, just use (as root or via sudo) 'lircd -n' to see the messages
immediately and then you don't have to go and look for them. I have a
USB-UIRT, and so I ended up having to edit the /etc/sysconfig/lircd
file to show -h uirt2 --device=/dev/ttyUSB0   I'd expect that
you simply need to edit your file appropriately.<br><br><div><span class="gmail_quote">On 1/9/06, <b class="gmail_sendername">Matt Rude</b> &lt;<a href="mailto:mythtv-users@mattrude.com">mythtv-users@mattrude.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have Mythtv running on FC4 with a PVR-350. Everything is running but the<br>remote control. I have installed lirc &amp; lirc-kmdl via yum along with the reset
<br>of the Mythtv suite. I edited my modprobe.conf file and ran these commands.<br><br>$mkdir /home/mythtv/.mythtv<br>$wget <a href="http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt">http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt
</a><br>$mv lircd-haupgrey-g3.conf.txt ~/.mythtv/lircrc<br>$/sbin/depmod -a<br>$/sbin/modprobe lirc_i2c<br>$/sbin/chkconfig lircd on<br>$/sbin/service lircd start<br><br>Once this is done I can try to run /usr/bin/irw and the program exits. if I look
<br>at my messages file I get as below. A list for /dev/lircd shows me.<br><br>#ll /dev/lir*<br>srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd<br><br>I know I need the lirc0 or lirc.<br><br><br>What am I missing to make this work?
<br>any help would be nice.<br><br><br><br><br>### tail /var/log/messages&nbsp;&nbsp;# Fresh after a reboot<br>Jan&nbsp;&nbsp;9 20:28:50 mythtv lircd-0.8.0-CVS[2280]: lircd(any) ready<br>Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: accepted new client on /dev/lircd
<br>Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: could not get file information for<br>/dev/lirc<br>Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: default_init(): No such file or<br>directory<br>Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS
[2280]: caught signal<br>Jan&nbsp;&nbsp;9 20:31:32 mythtv lircd-0.8.0-CVS[2931]: lircd(any) ready<br>Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: accepted new client on /dev/lircd<br>Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: could not get file information for
<br>/dev/lirc<br>Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: default_init(): No such file or<br>directory<br>Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: caught signal<br><br><br>### ll /dev/lirc*<br>srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd
<br><br><br>### cat /etc/modprobe.conf<br># Enable IF<br>alias char-major-61 lirc_i2c<br># From Setup<br>alias eth0 e100<br>alias snd-card-0 snd-intel8x0<br>options snd-card-0 index=0<br>options snd-intel8x0 index=0<br>remove snd-intel8x0 { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; };
<br>/sbin/modprobe -r --ignore-remove snd-intel8x0<br>alias usb-controller uhci-hcd<br># ivtv modules setup<br>alias char-major-81 ivtv<br>alias char-major-81-0 ivtv<br>alias tveeprom tveeprom-ivtv<br>alias msp3400 msp3400-ivtv
<br>install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb<br>install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c<br>install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &amp;&amp;
<br>/usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :<br>remove snd-emu10k1 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || : ; };<br>/sbin/modprobe -r --ignore-remove snd-emu10k<br><br><br><br><br><br><br><br>
Thanks<br>Matt<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>