[mythtv-users] Lirc Problem After Upgrade From Fedora Core 10 To 11.

Jarod Wilson jarod at wilsonet.com
Fri Jan 15 15:12:15 UTC 2010


On Fri, Jan 15, 2010 at 5:04 AM, Steven <steven at niceguyscomputer.com> wrote:
> 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_algo_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.

lircd1 is there, but llirc1 isn't, so it looks like lirc_serial didn't
properly initialize. Should be evidence of what happened in dmesg.


-- 
Jarod Wilson
jarod at wilsonet.com


More information about the mythtv-users mailing list