[mythtv-users] LIRC and Hauppauge question

Robert Kulagowski bob at smalltime.com
Sat Nov 22 12:06:40 EST 2003


If you're using the remotes from Tekgems, they're Packard Bell remotes. 
  I compiled from source, but maybe some of this will help:

lircd 0.7.0pre2[4767]: lircd(packard_bell) ready

You're also getting a message that the /etc/lircd.conf file isn't found. 
  That's not something to ignore.

The /etc/lircd.conf is specific for the remote that you'll be using.  In 
my case, I'm using a Pinnacle Remote with a Packard Bell receiver.

#
# this config file was automatically generated
# using lirc-0.6.6(serial) on Tue Feb 11 13:56:44 2003
#
# contributed by Larry Matter (lirc at matter.net)
#
# brand: Pinnacle PCTV remote on Homebrew IR receiver
# model no. of remote control:
# devices being controlled by this remote:
#

#
# This remote uses a simple 3 byte serial protocol at 1200 Baud. This
# config file will not work with the original receiver, only with the
# home-brew receiver (and vice versa). (CB)
#
<snip>

Get rid of anything in /etc/modules.conf that's associating 
char-major-61 with lirc_i2c.

Finally, make sure that everything is being loaded correctly: (I've got 
this in my /etc/rc.d/rc.local)

echo "Setting serial"
/bin/setserial /dev/ttyS0 uart none
echo "Modprobing PVR-250"
modprobe ivtv
echo "Modprobing lirc"
modprobe lirc_serial
echo "Starting lircd"
/usr/local/sbin/lircd --device=/dev/lirc/0



More information about the mythtv-users mailing list