Bonsoir j'ai résolu mon problème. J'utilise la version ivtv-0.3.8
et j'ai suivi le tuto suivant : http://www.mythtvtalk.com/forum/archive/o_t/t_185/how_to_pvr350_secam_model_992_ivtv_kernel_2.6_ou_2.4.html Mon problème vient d'une mauvaise configuration des options d'ivtv : Dans le modules.conf Code: alias char-major-81 videodev alias char-major-81-0 ivtv options ivtv tda9887=0 post-install ivtv ivtv_init Créer un fichier /usr/bin/ivtv_init Code: #!/bin/bash sleep 1 /usr/local/bin/ivtvctl -u 0x7F0000 /usr/local/bin/ivtvctl -f width=720,height=576 /usr/local/bin/ivtvctl -p 4 -v input=3,output=1 Je confirme la PVR 350 model 992 fonction sous debian SARGE avec un noyau 2.6.13 Merci à Nicolas pour son aide. Régis Le dimanche 11 septembre 2005 à 19:53 +0200, Régis PEREZ a écrit : > Merci de ta réponse c'est déja une bonne nouvelle. > > Je vais lire les liens que tu m'as indiqués. > > Régis > > Le vendredi 09 septembre 2005 à 23:35 +0200, Nicolas a écrit : > > bonjour, > > > > Régis PEREZ a écrit : > > > Bonsoir, > > > > > > Je cherche un retour d'expérience sur l'installation d'une carte TV > > > Hauppauge PVR 350 model 992 sur debian sarge, noyau 2.6.10. > > > > > > > J'ai la même carte avec un noyau 2.6.8 (SARGE) > > > > > Je suis le HOWTO suivant : > > > > > > http://www.mythtvtalk.com/forum/archive/o_t/t_185/how_to_pvr350_secam_model_992_ivtv_kernel_2.6_ou_2.4.html > > > > > > Mais dès la compilation du module bttv-0.9.15.tar.gz J'ai l'erreure > > > suivante qui s'affiche : > > > > > > > Je n'ai pas compilé ce module, d'après mes lectures, la puce de la PVR > > 350 n'est pas gérer par le module bttv, mais par le module ivtv. > > Voici deux de mes sources : > > http://ubuntuforums.org/archive/index.php/t-2878.html > > http://ivtv.writeme.ch/tiki-index.php > > > > > /home/foux/bttv-0.9.15/bttv-driver.c: In function `bttv_suspend': > > > /home/foux/bttv-0.9.15/bttv-driver.c:3956: error: too many arguments to > > > function `pci_s > > > /home/foux/bttv-0.9.15/bttv-driver.c: In function `bttv_resume': > > > /home/foux/bttv-0.9.15/bttv-driver.c:3977: error: too many arguments to > > > function `pci_r > > > make[2]: *** [/home/foux/bttv-0.9.15/bttv-driver.o] Error 1 > > > make[1]: *** [_module_/home/foux/bttv-0.9.15] Error 2 > > > make[1]: Leaving directory `/usr/src/linux-2.6.10' > > > make: *** [default] Erreur 2 > > > > > > Pouvez m'éclairer sur ce problème ? > > > > > > > La carte fonctionne chez moi. > > > > > Je vous remercie d'avance. > > > > > > Régis. > > > > > > > > > > Nicolas > > > > > > > -- Pensez à lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

