[mythtv-users] Lirc Problem After Upgrade From Fedora Core 10 To 11.
Steven
steven at niceguyscomputer.com
Fri Jan 15 10:04:12 UTC 2010
Upgraded to fedora core 11 and now my lirc_serial doesn't work.
I am using the old change_chan.sh method
Here is my change_chan.sh file
#!/bin/sh
REMOTE_NAME=d9
for digit in $(echo $1 | sed -e 's/./& /g'); do
irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME $digit
sleep 0.4 # note, you may have to tweak the interdigit delay up a bit
done
irsend --device=/dev/lircd1 SEND_ONCE $REMOTE_NAME select
Below is lirc_serial loaded
/sbin/lsmod | grep lirc
lirc_serial 15184 3
lirc_i2c 9092 0
lirc_dev 13944 2 lirc_serial,lirc_i2c
i2c_core 31680 20
lirc_i2c,tda18271,s5h1411,tuner_simple,nvidia,tda9887,tda8290,nouveau,tuner,
msp3400,drm,saa7127,saa7115,ivtv,v4l2_common,videodev,saa7164,i2c_i801,i2c_a
lgo_bit,tveeprom
below is my lirc
ls -l /dev/lirc*
lrwxrwxrwx 1 root root 5 2010-01-14 16:17 /dev/lirc -> lirc0
crw-rw---- 1 root lirc 248, 0 2010-01-14 16:17 /dev/lirc0
srw-rw-rw- 1 root root 0 2010-01-14 16:17 /dev/lircd
srw-rw-rw- 1 root root 0 2010-01-14 16:17 /dev/lircd1
lircd1 is there but its not working.
Below is my rc.local file which used to work
/sbin/modprobe lirc_i2c
/sbin/modprobe lirc_serial
/usr/sbin/lircd --device=/dev/lirc0 --output=/dev/lircd
/usr/sbin/lircd --driver=default --device=/dev/lirc1 --output=/dev/lircd1
--pidfile=/var/run/lircd1.pid
Please any help would be very greatly appricated. Thanks
Steven.
Also Id like to thank the mythtv project I have been an avid user since 0.18
J thanks for everything.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100115/24c3347a/attachment.htm>
More information about the mythtv-users
mailing list