• # Re: PCTV Rave Pinnacle marche toujours pas...

    Posté par . En réponse au journal PCTV Rave Pinnacle marche toujours pas.... Évalué à 4.

    un grep dans les sources de bttv me donne en particulier
    tuner.c:#define MT2032 0x04
    tuner.c:#define MT2030 0x06
    tuner.c:#define MT2040 0x07
    tuner.c:#define MT2050 0x42
    
    Donc ils ont au moins commencé à le supporter par contre ca a pas l'air d'etre complet :
     switch (buf[0x13]) {
     case MT2032:
     mt2032_init(c);
     break;
     case MT2050:
     mt2050_init(c);
     break;
     default:
     printk("tuner: microtune %s found, not (yet?) supported, sorry :-/\n",
     name);
     return 0;
     }