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

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


Even when running manually, theres a problem.  Kernel support dropped for sending on Hauppauge HDPVR?

irsend --device=/var/run/lirc/lircd SEND_ONCE blaster 0_109 417

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




> On Aug 31, 2015, at 2:09 PM, Mark Hutchinson <mark.h at me.com> wrote:
> 
> 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?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150831/e9994681/attachment-0001.html>


More information about the mythtv-users mailing list