I suspect that your problem is that lirc detects multiple remote recivers, the one in your case and the one on the card.<br>I´m working on a similar problem at home sto this is BETA info!<br><br>Run the command irw do you get anything when you push the keys ?
<br>If not do an ls /dev/lirc* I suspect that you get several lirc and lircd there, so for each lircd do<br>irw /dev/lircd(number)&nbsp; and try with the remote<br>No signal, you might need to modify /etc/init.d/lirc and change /dev/lirc0 to /dev/lirc1 and /dev/lirc/0 to /dev/lirc/1
<br><br>Then try to run irw again.<br><br>Once you get something back from irw on /dev/lircd you should be good to go.<br><br>/Henrik<br>&nbsp;<br><br><div class="gmail_quote">On Jan 18, 2008 8:44 AM, Jan &lt;<a href="mailto:mpr.list@googlemail.com">
mpr.list@googlemail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On 1/18/08, G L &lt;<a href="mailto:glafranceweb@yahoo.com">
glafranceweb@yahoo.com</a>&gt; wrote:<br>&gt; Hello everybody,<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp;I&#39;m trying to setup a Mythbuntu 7.10 computer with the following hardware:<br>&gt; -Antec Fusion 430<br>&gt; -Biostar TF7050-M2 motherboard
<br>&gt; -Hauppauge-WinTV-PVR-150 card (comes with a remote control)<br>&gt; -Wireless LAN card, 2GB ram, 500GB harddrive<br>&gt;<br>&gt;<br>&gt; &nbsp;My two main problems right now are:<br>&gt;<br>&gt; 1. Getting the remote that came with my PVR-150 to work with the IR receiver built in the VFD screen.
<br>&gt; 2. Getting the VFD screen to show things<br><br></div>&gt;8 snip 8&lt;<br><div class="Ih2E3d"><br>&gt;<br>&gt; Now, about the VFD screen.<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp;First problem, I think there&#39;s a permission issue with /dev/lcd0. If I try to do &quot;echo Hello &gt; /dev/lcd0&quot;, I get Permission Denied. If I &#39;chmod 666&#39; it, then when I echo &quot;Hello&quot;, it shows &quot;Hello&quot; on the VFD. If I reboot, I&#39;ll have to &#39;chmod 666&#39; it again.
<br>&gt;<br>&gt;<br>&gt; &nbsp;Whatever I echo to the VFD stays there forever until I turn off the power supply switch at the back of the computer.<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp;In MythTV, I have enabled the LCD, but nothing ever appears on it.
<br>&gt;<br>&gt; &nbsp;Any ideas &nbsp;what I could do next?<br>&gt;<br>&gt; &nbsp;Thanks in advance for any help!<br>&gt;<br>&gt; Guillaume Lafrance<br><br><br></div>Hi Guillaume!<br><br>I am having a similar setup (Antec Fusion v2 Silver, Hauppauge Nova-T
<br>500, Mythbuntu 7.10). About the remote I can&#39;t help you, I am stuck<br>there too right now. I am unsure if my Nova&#39;s remote is a MCE<br>compatible remote at all, so I don&#39;t know if it will work at all with
<br>the inbuilt receiver. irw does not do anything here too, it exits<br>right away...<br><br>I did get the VFD to work though, and that wasn&#39;t even hard. From the<br>top of my head (I am not at the mytbox right now) I can recall that I
<br>installed LCDd from the repos, and changed the driver to &quot;imon&quot; as<br>described in the wiki --&gt; <a href="http://www.mythtv.org/wiki/index.php/LCDproc" target="_blank">http://www.mythtv.org/wiki/index.php/LCDproc
</a><br>I also copied the imon module as stated in the wiki, it is located in<br>/usr/bin IIRC correctly and the configuration file from /etc/LCDd.conf<br><br>That was pretty much it, after enabling LCD support in the MythTV
<br>settings it worked already...<br><br>And about the echo command, it needs to be done as<br>sudo su -c &#39;echo &quot;Hello&quot; &gt; /dev/lcd0&#39;<br>If LCDd is running, I think you will get a device busy error. Before I
<br>had the demon working the text would stay on the display...<br><br>If you don&#39;t mind getting your hands dirty, you can compile and patch<br>LCDd and lirc yourself, look here --&gt;<br><a href="http://codeka.com/blogs/index.php?cat=30" target="_blank">
http://codeka.com/blogs/index.php?cat=30</a><br>I am not sure how much of those patches will help with the VFD on the<br>silver Antec Fusion though...<br>Also there are a few threads about the Antec Fusion on the Ubuntu forum...
<br><br>Hope that helps,<br>rock on,<br><font color="#888888">Jan<br></font><div><div></div><div class="Wj3C7c">_______________________________________________<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div></blockquote></div><br>