[mythtv-users] how to get Hauppauge gray remote (PVR-250) working under kernel 2.6.38

Mark Lord mythtv at rtr.ca
Tue Mar 29 02:59:02 UTC 2011


On 11-03-28 10:56 PM, Mark Lord wrote:
..
> LSINPUT="/usr/local/bin/lsinput"
> INPUTKBD="/usr/local/bin/input-kbd"
> 
> protocol=hacked
> $LSINPUT.$protocol 2>&1 | grep -q 'protocol version mismatch' &>/dev/null
> [ $? -eq 0 ] && protocol=new
> #echo "protocol=$protocol"
> LSINPUT=$LSINPUT.$protocol
> INPUTKBD=$INPUTKBD.$protocol
..

Heh.. more customizations that you don't care about (above).
Just delete those lines (above), and replace them with this:

   LSINPUT="lsinput"
   INPUTKBD="input-kbd"

Cheers


More information about the mythtv-users mailing list