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) 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> <br><br><div class="gmail_quote">On Jan 18, 2008 8:44 AM, Jan <<a href="mailto:mpr.list@googlemail.com">
mpr.list@googlemail.com</a>> 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 <<a href="mailto:glafranceweb@yahoo.com">
glafranceweb@yahoo.com</a>> wrote:<br>> Hello everybody,<br>><br>><br>><br>> I'm trying to setup a Mythbuntu 7.10 computer with the following hardware:<br>> -Antec Fusion 430<br>> -Biostar TF7050-M2 motherboard
<br>> -Hauppauge-WinTV-PVR-150 card (comes with a remote control)<br>> -Wireless LAN card, 2GB ram, 500GB harddrive<br>><br>><br>> My two main problems right now are:<br>><br>> 1. Getting the remote that came with my PVR-150 to work with the IR receiver built in the VFD screen.
<br>> 2. Getting the VFD screen to show things<br><br></div>>8 snip 8<<br><div class="Ih2E3d"><br>><br>> Now, about the VFD screen.<br>><br>><br>><br>> First problem, I think there's a permission issue with /dev/lcd0. If I try to do "echo Hello > /dev/lcd0", I get Permission Denied. If I 'chmod 666' it, then when I echo "Hello", it shows "Hello" on the VFD. If I reboot, I'll have to 'chmod 666' it again.
<br>><br>><br>> Whatever I echo to the VFD stays there forever until I turn off the power supply switch at the back of the computer.<br>><br>><br>><br>> In MythTV, I have enabled the LCD, but nothing ever appears on it.
<br>><br>> Any ideas what I could do next?<br>><br>> Thanks in advance for any help!<br>><br>> 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't help you, I am stuck<br>there too right now. I am unsure if my Nova's remote is a MCE<br>compatible remote at all, so I don'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'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 "imon" as<br>described in the wiki --> <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 'echo "Hello" > /dev/lcd0'<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't mind getting your hands dirty, you can compile and patch<br>LCDd and lirc yourself, look here --><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>