[mythtv-users] Broken myth when I went to Fedora 22. LIRC

Mark Hutchinson mark.h at me.com
Mon Aug 31 20:09:20 UTC 2015


Hello,

As always, had a perfectly working Myth setup on Fedora 21 and Myth 27.4.

Updated to Fedora 22 and things look fine, except for lirc and sending channel changes.

Now, with my HDPVR, using this simple script, I am getting this error and having a hard time diagnosing…
Any thoughts on the cause or changes in F22 that could have caused this:


channel.sh 313

hardware does not support sending
Error running command: Input/output error

hardware does not support sending
Error running command: Input/output error

hardware does not support sending
Error running command: Input/output error

hardware does not support sending
Error running command: Input/output error

hardware does not support sending
Error running command: Input/output error

hardware does not support sending
Error running command: Input/output error

Script I use:

#!/bin/bash

 REMOTE_NAME=blaster
 DEVICE=/var/run/lirc/lircd
 SLEEP_TIME="0.4"
 STB=0_109

 send () {
   irsend --device=${DEVICE} SEND_ONCE ${REMOTE_NAME} ${STB}_${1}
   # irsend SEND_ONCE ${REMOTE_NAME} ${STB}_${1}
   sleep ${SLEEP_TIME}
 }

send KEY_EXIT
 #send KEY_ENTER
send KEY_MNSELECT

 for DIGIT in $(echo ${1} | sed -e 's/./& /g'); do
   send KEY_${DIGIT}
 done

send KEY_MNSELECT
 #send KEY_ENTER

Thoughts on what I can check?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150831/8a300a1e/attachment.html>


More information about the mythtv-users mailing list