Well, this would be specific to the remote "receiver" you are using.
I'm assuming that you are using the one that comes with the PVR-350.<br>
<br>
<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">What
do you see when you run 'ls -l /dev/lir*' as root? You should at a
minimum have an lircd file, but you may have an lirc0 file which might
be the one to point to. Also tell me the output of running 'lircd -n'
as root. You may have to run 'service lircd stop' first. Give me those
and I'll check into some of the specific PVR-350 settings in the mean
time. Lirc was a big problem for me as it seems that the directions are
extremely vague for anyone not using the 250 and 150. Since I have a
USB Uirt, I had to figure some of it out on my own. I still need to
figure out how to rebuild Myth with lirc support built-in.<br>
</font></font><br><div><span class="gmail_quote">On 1/10/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;">
So what execting file should I link to? or am I missing a file?<br>-Matt<br><br>Quoting Adam Propeck &lt;<a href="mailto:adam@propeck.com">adam@propeck.com</a>&gt;:<br><br>&gt; I don't know which /dev file you should be linking the /dev/lirc file to
<br>&gt; with the PVR-350, but I would recommend that at least while you test, just<br>&gt; use (as root or via sudo) 'lircd -n' to see the messages immediately and<br>&gt; then you don't have to go and look for them. I have a USB-UIRT, and so I
<br>&gt; ended up having to edit the /etc/sysconfig/lircd file to show -h uirt2<br>&gt; --device=/dev/ttyUSB0&nbsp;&nbsp; I'd expect that you simply need to edit your file<br>&gt; appropriately.<br>&gt;<br>&gt; On 1/9/06, Matt Rude &lt;
<a href="mailto:mythtv-users@mattrude.com">mythtv-users@mattrude.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; I have Mythtv running on FC4 with a PVR-350. Everything is running but the<br>&gt;&gt; remote control. I have installed lirc &amp; lirc-kmdl via yum along with the
<br>&gt;&gt; reset<br>&gt;&gt; of the Mythtv suite. I edited my modprobe.conf file and ran these<br>&gt;&gt; commands.<br>&gt;&gt;<br>&gt;&gt; $mkdir /home/mythtv/.mythtv<br>&gt;&gt; $wget <a href="http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt">
http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt</a><br>&gt;&gt; $mv lircd-haupgrey-g3.conf.txt ~/.mythtv/lircrc<br>&gt;&gt; $/sbin/depmod -a<br>&gt;&gt; $/sbin/modprobe lirc_i2c<br>&gt;&gt; $/sbin/chkconfig lircd on<br>
&gt;&gt; $/sbin/service lircd start<br>&gt;&gt;<br>&gt;&gt; Once this is done I can try to run /usr/bin/irw and the program exits. if<br>&gt;&gt; I look<br>&gt;&gt; at my messages file I get as below. A list for /dev/lircd shows me.
<br>&gt;&gt;<br>&gt;&gt; #ll /dev/lir*<br>&gt;&gt; srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd<br>&gt;&gt;<br>&gt;&gt; I know I need the lirc0 or lirc.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; What am I missing to make this work?
<br>&gt;&gt; any help would be nice.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ### tail /var/log/messages&nbsp;&nbsp;# Fresh after a reboot<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:28:50 mythtv lircd-0.8.0-CVS[2280]: lircd(any) ready
<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: accepted new client on<br>&gt;&gt; /dev/lircd<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: could not get file<br>&gt;&gt; information for<br>&gt;&gt; /dev/lirc
<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: default_init(): No such file<br>&gt;&gt; or<br>&gt;&gt; directory<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:30:03 mythtv lircd-0.8.0-CVS[2280]: caught signal<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:31:32 mythtv 
lircd-0.8.0-CVS[2931]: lircd(any) ready<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: accepted new client on<br>&gt;&gt; /dev/lircd<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: could not get file<br>
&gt;&gt; information for<br>&gt;&gt; /dev/lirc<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS[2931]: default_init(): No such file<br>&gt;&gt; or<br>&gt;&gt; directory<br>&gt;&gt; Jan&nbsp;&nbsp;9 20:31:49 mythtv lircd-0.8.0-CVS
[2931]: caught signal<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ### ll /dev/lirc*<br>&gt;&gt; srw-rw-rw-&nbsp;&nbsp;1 root root 0 Jan&nbsp;&nbsp;9 20:31 /dev/lircd<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ### cat /etc/modprobe.conf<br>&gt;&gt; # Enable IF
<br>&gt;&gt; alias char-major-61 lirc_i2c<br>&gt;&gt; # From Setup<br>&gt;&gt; alias eth0 e100<br>&gt;&gt; alias snd-card-0 snd-intel8x0<br>&gt;&gt; options snd-card-0 index=0<br>&gt;&gt; options snd-intel8x0 index=0<br>&gt;&gt; remove snd-intel8x0 { /usr/sbin/alsactl store 0 &gt;/dev/null 2&gt;&amp;1 || : ; };
<br>&gt;&gt; /sbin/modprobe -r --ignore-remove snd-intel8x0<br>&gt;&gt; alias usb-controller uhci-hcd<br>&gt;&gt; # ivtv modules setup<br>&gt;&gt; alias char-major-81 ivtv<br>&gt;&gt; alias char-major-81-0 ivtv<br>&gt;&gt; alias tveeprom tveeprom-ivtv
<br>&gt;&gt; alias msp3400 msp3400-ivtv<br>&gt;&gt; install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb<br>&gt;&gt; install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install<br>&gt;&gt; lirc_i2c
<br>&gt;&gt; install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &amp;&amp;<br>&gt;&gt; /usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :<br>&gt;&gt; remove snd-emu10k1 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || : ; };
<br>&gt;&gt; /sbin/modprobe -r --ignore-remove snd-emu10k<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Thanks<br>&gt;&gt; Matt<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; mythtv-users mailing list<br>&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>&gt;&gt;<br>&gt;<br><br><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>