<div>On Thu, Jul 7, 2011 at 1:08 PM, Michael Lynch <span dir="ltr">&lt;<a href="mailto:lynchmv@gmail.com">lynchmv@gmail.com</a>&gt;</span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Tom, I *just* got it working.  I must admit, I followed the wiki<br>
instructions and kept failing.  I came across an irc log where Bierdo<br>
was helping echosysp with a similar issue with the hdpvr module.  I<br>
read along with that and noticed that the wiki makes it seem like you<br>
can select just the pvr related modules in the v4l/.conf file to<br>
compile, but that apparently isn&#39;t true.  I had to compile all of the<br>
modules from the media_build tree and then install them and *then*<br>
make sure that there weren&#39;t any duplicate modules after the install.<br>
There were some and I had to clean those up, though I must admit, I<br>
only cleaned up the hdvpr, lirc_zilog, lirc_dev and v4l_compat<br>
modules.  After that, I got:<br>
<br>
v4l2_compat_ioctl32: Unknown symbol put_compat_timespec (err 0)<br>
<br>
in dmesg after trying to insert the hdpvr module, so I copied over my<br>
original v4l2-compat-ioctl32.ko from my kernel tree to the module<br>
location, ran depmod -a and then had success.  Then I modprob&#39;d<br>
lirc_zilog and got my /dev/lirc0 device.  Success!<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On Thu, Jul 7, 2011 at 10:01 AM, Tom Bongiorno &lt;<a href="mailto:two.bits.11@gmail.com">two.bits.11@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Jul 7, 2011 at 8:59 AM, Michael Lynch &lt;<a href="mailto:lynchmv@gmail.com">lynchmv@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m in the process of moving my backend to a new machine and am having<br>
&gt;&gt; issues getting the HDPVR blaster to work.  I&#39;ve followed the wiki page<br>
&gt;&gt; for enabling the transmitter and am not having any luck when inserting<br>
&gt;&gt; the lirc_zilog module.  The module loads fine but does not create the<br>
&gt;&gt; /dev/lirc* device.  Any suggestions on where to go from here?  Here is<br>
&gt;&gt; my relevant system info, if more is needed, please let me know.<br>
&gt;&gt;<br>
&gt;&gt; root@mythtv:~# uname -a<br>
&gt;&gt; Linux mythtv 2.6.37.6 #3 SMP Sat Apr 9 22:49:32 CDT 2011 x86_64<br>
&gt;&gt; Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz GenuineIntel GNU/Linux<br>
&gt;&gt;<br>
&gt;&gt; root@mythtv:~# cat /etc/slackware-version<br>
&gt;&gt; Slackware 13.37.0<br>
&gt;&gt;<br>
&gt;&gt; root@mythtv:~# lircd -n<br>
&gt;&gt; lircd: lircd(default) ready, using /var/run/lirc/lircd<br>
&gt;&gt; lircd: accepted new client on /var/run/lirc/lircd<br>
&gt;&gt; lircd: could not get file information for /dev/lirc<br>
&gt;&gt; lircd: default_init(): No such file or directory<br>
&gt;&gt; lircd: WARNING: Failed to initialize hardware<br>
&gt;&gt; lircd: error processing command: SEND_ONCE blaster select<br>
&gt;&gt; lircd: hardware does not support sending<br>
&gt;&gt; lircd: removed client<br>
&gt;&gt;<br>
&gt;&gt; root@mythtv:~# modinfo lirc_zilog<br>
&gt;&gt; filename:<br>
&gt;&gt;<br>
&gt;&gt; /lib/modules/<a href="http://2.6.37.6/kernel/drivers/linux/drivers/staging/lirc/lirc_zilog.ko" target="_blank">2.6.37.6/kernel/drivers/linux/drivers/staging/lirc/lirc_zilog.ko</a><br>
&gt;&gt; alias:          lirc_pvr150<br>
&gt;&gt; license:        GPL<br>
&gt;&gt; author:         Gerd Knorr, Michal Kochanowicz, Christoph Bartelmus,<br>
&gt;&gt; Ulrich Mueller, Stefan Jahn, Jerome Brock, Mark Weaver, Andy Walls<br>
&gt;&gt; description:    Zilog/Hauppauge infrared transmitter driver (i2c stack)<br>
&gt;&gt; depends:        i2c-core,lirc_dev<br>
&gt;&gt; vermagic:       2.6.37.6 SMP mod_unload<br>
&gt;&gt; parm:           minor:Preferred minor device number (int)<br>
&gt;&gt; parm:           debug:Enable debugging messages (bool)<br>
&gt;&gt; parm:           tx_only:Only handle the IR transmit function (bool)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; dmesg output after &#39;modprobe lirc_zilog debug=1 &#39;:<br>
&gt;&gt; [34628.832421] lirc_zilog: Zilog/Hauppauge IR driver initializing<br>
&gt;&gt; [34628.833411] lirc_zilog: initialization complete<br>
&gt;&gt;<br>
&gt;&gt; /var/log/message output after &#39;modprobe lirc_zilog debug=1&#39; :<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: seq 1709 queued, &#39;add&#39; &#39;module&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: passed 118 bytes to netlink<br>
&gt;&gt; monitor 0x61f1f0<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: seq 1709 running<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: device 0x633970 has devpath<br>
&gt;&gt; &#39;/module/lirc_zilog&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: no db file to read<br>
&gt;&gt; /dev/.udev/db/+module:lirc_zilog: No such file or directory<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: RUN<br>
&gt;&gt; &#39;socket:@/org/freedesktop/hal/udev_event&#39;<br>
&gt;&gt; /lib/udev/rules.d/90-hal.rules:2<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: passed 101 bytes to socket<br>
&gt;&gt; monitor 0x633970<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: passed -1 bytes to netlink<br>
&gt;&gt; monitor 0x633620<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: seq 1709 processed with 0<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: seq 1709 done with 0<br>
&gt;&gt; Jul  7 07:55:11 mythtv kernel: [28846.771131] lirc_zilog:<br>
&gt;&gt; Zilog/Hauppauge IR driver initializing<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: seq 1710 queued, &#39;add&#39; &#39;drivers&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: passed 140 bytes to netlink<br>
&gt;&gt; monitor 0x61f1f0<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: seq 1710 running<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: device 0x621220 has devpath<br>
&gt;&gt; &#39;/bus/i2c/drivers/Zilog!Hauppauge i2c IR&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: no db file to read<br>
&gt;&gt; /dev/.udev/db/+drivers:Zilog!Hauppauge i2c IR: No such file or<br>
&gt;&gt; directory<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: device 0x633730 has devpath<br>
&gt;&gt; &#39;/bus/i2c/drivers&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: device 0x633ab0 has devpath<br>
&gt;&gt; &#39;/bus/i2c&#39;<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: RUN<br>
&gt;&gt; &#39;socket:@/org/freedesktop/hal/udev_event&#39;<br>
&gt;&gt; /lib/udev/rules.d/90-hal.rules:2<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: passed 144 bytes to socket<br>
&gt;&gt; monitor 0x621220<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: passed -1 bytes to netlink<br>
&gt;&gt; monitor 0x633620<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd-work[2069]: seq 1710 processed with 0<br>
&gt;&gt; Jul  7 07:55:11 mythtv udevd[1216]: seq 1710 done with 0<br>
&gt;&gt; Jul  7 07:55:11 mythtv kernel: [28846.772349] lirc_zilog:<br>
&gt;&gt; initialization complete<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://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt; Michael,<br>
&gt;<br>
&gt; Nice timing!  I am having the same exact issue as we speak.  I am using<br>
&gt; Mythbuntu 11.04.<br>
&gt;<br>
&gt; Ubuntu 11.04 (GNU/Linux 2.6.38-8-generic i686)<br>
&gt;<br>
&gt; Comcast completely broke Firewire control with a recent guide overhaul and I<br>
&gt; need this to change channels.<br>
&gt;<br>
&gt; -Tom<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div>Michael,  Thanks for the info.  I will have to re-read the instructions, but I was under the impression that there was little I had to do from the wiki.</div><br>&quot;Ubuntu/MythBuntu 11.04 currently has built-in support for the HD-PVR&#39;s IR Blaster. Follow the steps below to enable the IR transmitter.&quot;<div>

<br></div><div>I thought I followed the 10 or so steps.  I hope to try again this weekend.  I know I screwed something up tinkering.</div><div><br></div><div>-Tom</div>