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

Mike Perkins mikep at randomtraveller.org.uk
Tue Sep 1 16:12:47 UTC 2015


On 01/09/15 16:25, Mark Hutchinson wrote:
>> 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?
>>
> 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!
>
I can't answer your immediate problem - if you look at some of the other threads 
I have a similar problem myself.

I can tell you, however, that the mceusb2 code was folded in to mceusb at some 
point. That may be why you can't find that module.

-- 

Mike Perkins



More information about the mythtv-users mailing list