[mythtv-users] Hauppauge Lirc setup and new mythtv install

Jarod Wilson jarod at wilsonet.com
Sun Sep 19 01:13:21 UTC 2010


On Sat, Sep 18, 2010 at 9:27 AM, Brian White <bjwhite at columbus.rr.com> wrote:
> I just cleaned out the modprobe.d/lircd.conf file as you suggested.   I also
> changed the hardware.conf file to point to /dev/lirc instead of /dev/lirc0

Again, what initscript are you using to start lircd? The Fedora lirc
initscript does NOT use hardware.conf -- that's a Debian/Ubuntu thing.

> I did a "make uninstall" from the 0.8.7 source and I also uninstalled all
> lirc packages via yum.   I renamed the lirc-client files in /usr/lib, which
> are required by mythtv.  (I figure the source would re-install.)

And also again, why aren't you just using the Fedora lirc packages?
They're known to work just fine with the current Fedora kernel.

> I did a modprobe lirc_i2c and then lsmod:
>
> lirc_i2c                4727  0
> lirc_dev               12321  1 lirc_i2c
> i2c_core               20553  11
> lirc_i2c,tuner_simple,wm8775,tuner,cx25840,ivtv,i2c_algo_bit,v4l2_common,videodev,tveeprom,i2c_piix4
>
> lircd -n  still did not bind to the card.   Still no luck with irw.

And you probably still don't have lirc_i2c binding to the card at all,
which means it doesn't matter *what* lirc userspace you install. :)

Is this by chance a PVR-150 with both RX and TX capabilities? If so,
look into lirc_zilog instead.

> Are there any debug-enabling flags for lircd, so I can find out why it's not
> working with the hardware?

Take 'rhgb quiet' off the kernel boot line and add 'debug'. There's
also some i2c bus poking you can do. But I'm guessing the primary
issue is that you need lirc_zilog instead of lirc_i2c. Each i2c part
these days must export a device name to the i2c subsystem, and drivers
will only bind to that device if its name is matched in the driver's
list. Some PVR-150, which have RX only, have the generic 'ir_video'
(iirc) exported, which lirc_i2c will bind to, while others have a more
specific export which I don't recall offhand, but its only matched by
the lirc_zilog driver.

-- 
Jarod Wilson
jarod at wilsonet.com


More information about the mythtv-users mailing list