← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 663651] Re: Streamzap remote control not operating correctly

 

The work round I use is a *.desktop file in ~/.config/autostart pointing
to a script that does:

#! /bin/bash

REMOTE_DEVICE=/dev/lirc0
export DISPLAY=:0.0

namePath="/sys/`udevadm info -q path -n $REMOTE_DEVICE`/../input*/name"
xinputLine=`xinput list | grep "$(cat $namePath)"`
id=`expr substr "$xinputLine" $(expr $(expr index "$xinputLine" "=") + 1) 100 | awk '{print $1}'`
propID=`xinput list-props $id | grep Enabled | awk '{print $3}'`
propID=${propID#"("}
propID=${propID%"):"}

xinput set-prop $id $propID 0


It isn't pretty, but it's working for me until there is a proper fix.

-- 
Streamzap remote control not operating correctly
https://bugs.launchpad.net/bugs/663651
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in ubuntu.

Status in “linux” package in Ubuntu: Triaged
Status in “lirc” package in Ubuntu: Triaged

Bug description:
Binary package hint: lirc

After upgrading to Ubuntu 10.10 my Streamzap IR remote control does not operate correctly.
Pressing the direction buttons (Up, Down, Left and Right) generated 2 presses to the MythTV application.





References