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

Mark Hutchinson mark.h at me.com
Tue Sep 1 15:25:56 UTC 2015


Hello,

Would really like some help with this.
I have these kernel modules listed in my conf for sending IR from the HDPVR.
irc_dev lirc_mceusb2

In fedora 22, I am unable to modprobe lirc_mceusb2

I get modprobe: FATAL: Module lirc_mceusb2 not found.

Could fedora 22 and Kernel 4.1.6-200.fc22.x86_64 maybe NOT support sending on the HDPVR anymore?

Help appreciated!


> On Aug 31, 2015, at 2:13 PM, Mark Hutchinson <mark.h at me.com> wrote:
> 
> 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 <mailto: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 <mailto: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
> 
> _______________________________________________
> 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/20150901/b955e076/attachment.html>


More information about the mythtv-users mailing list