[mythtv-users] LIRC PVR250 and 10.4 -> 12.4 upgrade
Stefan D
raptorjr08 at gmail.com
Mon Aug 27 07:39:44 UTC 2012
On Mon, Aug 27, 2012 at 5:13 AM, Igor Cicimov <icicimov at gmail.com> wrote:
> On Mon, Aug 27, 2012 at 12:47 PM, Kenneth Emerson <
> kenneth.emerson at gmail.com> wrote:
>
>> > REMOTE_LIRCD_CONF="" should be pointing to your remote settings file
>>> for your remote, you know one that has "begin remote" and "end remote"
>>> lines inside and all the hex codes mapped to keys inbetween. Also you need
>>> to have lircd autostart set to yes its couple of lines bellow not shown in
>>> your print.
>>> Once you have your hauppauge remote working use it to train your
>>> harmony remote. Thats what i did with my harmony 700.
>>>
>>>
>>> Thanks for the pointer, but that didn't help. At this point, I'm just
>> trying to find the connections between the devinput driver and lirc so that
>> I can see something come out of irw. I should also mention that I do not
>> have a device "/dev/lirc0" which I thought was necessary for the magic to
>> work.
>>
>> -- Ken E.
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>>
>>
> Does the device "/dev/input/event11" exist? Do you see anything with:
> $ cat /dev/input/event11
> when pressing remote buttons? You should see some gibberish if it is
> working. If not then your driver is not getting loaded which for your
> remote should be "ir-kbd-i2c". So check with:
> $ lsmod | grep ^ir
> if the module is loaded.
>
> Also this thread might help too:
> http://ubuntuforums.org/showthread.php?t=1846070
> The guy had same problem as you after upgrade to 12.04.
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>
>
I'm no expert but i did the same thing yesterday. It took a while to figure
out. But since i'm no expert i can't tell you what to do since i did so
many things that i don't know what worked in the end =)
But the first thing i should suggest you to do is to install ir-keytable.
When you run ir-keytable you can see what inputdevices you have, and on
what event they are. With ir-keytable -t you get something that is like
irw, but for devinput. So you should see key press output when you press
the remote. And if this dont work it is the first step before you try to
connect devinput with lirc.
This is how the first part of my hardware.conf looks like:
REMOTE="Linux input layer (/dev/input/eventX)"
REMOTE_MODULES=""
REMOTE_DRIVER="devinput"
REMOTE_DEVICE="/dev/input/event`grep -A3 Phys="i2c" /proc/bus/input/devices
| grep "Handlers=" | sed 's/.*event\([0-9]\+\)/\1/'`"
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput"
REMOTE_LIRCD_ARGS=""
The strange line on REMOTE_DEVICE is because my remote change event number
when i reboot. With that line the number is figured out on runtime (found
that solution on internet)
I hope this could be a start for you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120827/8c4a0cf5/attachment.html>
More information about the mythtv-users
mailing list