>Possible that the init script is trying to start lircd using a device
>that doesn't exist (trying to use /dev/lirc0 when /dec/lirc exists or
>vice versa). You could create a symlink between these two device
>names, and check the init script to see which device it is trying to
>use.


Thanks, I tried......but it already exits

# ln -s /dev/lirc0 /dev/lirc
ln: `/dev/lirc': File exists


So I looked in  /etc/sysconfig/lircd

# Options to lircd
LIRCD_OPTIONS=

It's not pointing to anything.  I think I have the same problem as

http://www.gossamer-threads.com/lists/mythtv/users/165714?search_string=lirc%20dead;#165714

and

http://www.gossamer-threads.com/lists/mythtv/users/155212?search_string=lircd%20dead;#155212

By the way, during the installation I ran this:

# tail -1 /etc/udev/rules.d/lirc.rules > /etc/udev/rules.d/lirc.rules.tmp
# mv /etc/udev/rules.d/lirc.rules.tmp /etc/udev/rules.d/lirc.rules
# wget https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
# patch /etc/rc.d/rc.sysinit < rc.sysinit-mm.diff


Which may have had an error during the wget line.  I tried re-runing it and it fails:

#wget https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
--17:49:21--  https://svn.wilsonet.com/svn/mythtvology/trunk/rc.sysinit-mm.diff
           => `rc.sysinit-mm.diff'  Resolving svn.wilsonet.com... 24.22.150.109
Connecting to svn.wilsonet.com|24.22.150.109|:443... failed: Connection refused.

Did I get something half baked??


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to