[mythtv-users] Avermedia dvb-t 771 remote

Mark Anderson markjanderson at mail.com
Wed Nov 17 21:49:40 UTC 2004


> Can anyone give me any help on getting the remote for the avermedia
> dvb-t 771 card working,  The card is detected and working but no joy on
> the old black thing with buttons...
>
> I am running mythCVS, 2.6.8.1-521, DVB-KernelCVS

You need to use the ir-common and ir-kbd-gpio drivers from the video4linux 
package and configure lircd to run from keyboard events; read the doco in 
the video4linux package to learn how. The cotcha is that the ir-kbd-gpio 
driver that I downloaded (couple of months ago) didn't detect the 771 so I 
had to hack the driver to get it to work. But it does work fine once you do 
all of this.

Here's the diff:

--- ir-kbd-gpio.c.orig  2004-11-18 08:44:53.028090342 +1100
+++ ir-kbd-gpio.c       2004-08-22 17:23:08.000000000 +1000
@@ -332,6 +332,13 @@ static int ir_probe(struct device *dev)
                ir->mask_keydown = 0x000020;
                ir->polling      = 50; // ms
                break;
+       case 0x79:
+               printk(DEVNAME ": Found AVermedia DVB-T 771:\n");
+               ir_codes         = ir_codes_avermedia_dvbt;
+               ir->mask_keycode = 0x0f00c0;
+               ir->mask_keydown = 0x000020;
+               ir->polling      = 50; // ms
+               break;

        case BTTV_PXELVWPLTVPAK:
                ir_codes         = ir_codes_pixelview;


Cheers
Mark.

--------------------------------------------------------------------------------


_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




More information about the mythtv-users mailing list