<html><body bgcolor="#FFFFFF"><div><br><br>On 16 Jan 2011, at 05:27 AM, Dave M G &lt;<a href="mailto:martin@autotelic.com">martin@autotelic.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><span>MythTV users,</span><br><span></span><br><span>I'm running Mythbuntu 10.10, and I have a Hauppauge PVR-150 remote.</span><br><span></span><br><span>It has been working mostly fine for years. However, since upgrading to</span><br><span>10.10, whenever I reboot the machine, I need to run this command to make</span><br><span>the remote control work:</span><br><span></span><br><span>sudo modprobe lirc_zilog</span><br><span></span><br><span>Don't even ask how I eventually figured out that was the command. It's a</span><br><span>long story and I'm not even sure I can retrace the steps anymore.</span><br><span></span><br><span>Also, this may be connected, but I have this command among my list of</span><br><span>programs that auto-start:</span><br><span></span><br><span>irexec -d</span><br><span></span><br><span>... However, that is also not working. I have to manually start it from</span><br><span>the command line (after running the command above). Even though I have</span><br><span>it set to be executed on every boot, it needs manual starting.</span><br><span></span><br><span>So, in summary, to have my remote control working, after every reboot, I</span><br><span>have to run the following two commands, by hand:</span><br><span></span><br><span>sudo modprobe lirc_zilog</span><br><span>irexec -d</span><br><span></span><br><span>Surely there's a way I can get the system to automatically do these for</span><br><span>me...?</span><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#0023A3"><br></font></font></div></blockquote><div><br></div><div>I'm not specifically familiar with Ubuntu, but this should be the same on most Linux distros. You need to haves look in /etc and find the modules autoload file. &nbsp;This lists kernel modules that are automatically loaded at boot. In that file you just put the module name - lirc_zilog.&nbsp;</div><div><br></div><div>I would imagine doing this might fix both your problems. Probably irexec is failing to start because the module for your remote isn't loaded.&nbsp;</div><div><br></div><div>Robert.&nbsp;</div></body></html>