Vous n'êtes pas identifié.
Bonjour,
Voila mon problème :
J'ai dans ma machine deux cartes tuner TV.
Le type des cartes n'est pas bien reconnu, j'ai donc mis dans mon fichier /etc/modules (je suis sous debian) la ligne :
bttv card=1 pll=0
Ma première carte est donc bien reconnu, mais comment faire pour définir le type de la deuxième carte?
D'avance merci.
Hors ligne
Peux-tu nous indiquer précisément les modèles de tes cartes ?
J'ai une :
- MIRO PCTV
- PINACLE PCTV PRO
Je suis obligé de mettre en option card=1 sinon la MIRO PCTV ne marche pas
bttv0: using: MIRO PCTV [card=1,insmod option] bttv1: Bt878 (rev 17) at 0000:00:13.0, irq: 18, latency: 32 bttv1: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
La, mes deux cartes fonctionnent mais la PINACLE PCTV PRO à des problème d'affichage, elle ne fonctionne pas correctement.
J'ai lut sur un forum qu'un mec avait mis pour cette carte le type card=52. Mais voila, je n'arrive pas à passe ce paramètre pour la carte bttv1. chaque paramètres passé à modprobe agissent sur bttv0.
Donc mon problème c'est :
Comment faire pour que les paramètres passé à modprobe agissent sur ma deuxième carte (bttv0)?
Hors ligne
trouvé sur un forum : Lien Google
#TV Cards #This is the standard alias line for bttv not sure meaning alias char-major-81 bttv #Pass option to bttv module to enable debug logging options bttv debug=2 #OK here's the fun one. We need to enable btaudio, but we want to #pass some options to keep it efficient. debug=2 means log debug #information. digital=1 means enable the digital dsp channel. #analog=0 means don't enable the analog channels. Rate=32000 #means tie the sampling rate on the card to 32000 for the dsp on the #tv card. This is important to do on the Hauppauge cards. #!!!! Important for 2 tuner cards -- the optional btaudio argument of # dsp1=1, dsp2=2, mixer1=1, may work for one card, but it sure doesn't # for two tuner cards. When I continued the expression for dsp3=3, # etc, the module wouldn't load. The only way to get it working was # to pre-load the alsamixer module and let it take /dev/dsp0. Then # btaudio will automatically take the next 2 or 4 /dev/dsp1 -- # /dev/dsp4 depending on if you've enabled the analog outs or just # the digital ones. options btaudio debug=2 digital=1 analog=0 rate=32000. # This is the most important line. This tells the btaudio module # to load only after the snd-pcm-oss module has taken over the # /dev/dsp0 device slot. This line was the key. pre-install btaudio modprobe snd-pcm-oss # This line makes sure btaudio is loaded before bttv. Not sure if or # why this is important, but it works for me. post-install btaudio modprobe bttv # Couldn't get it to work unless I tied the sound-slots to the # btaudio module. Not sure why here. alias sound-slot-1 btaudio alias sound-service-1-0 btaudio alias sound-slot-2 btaudio alias sound-service-2-0 btaudio
en espérant que ca puisse aider...
Hors ligne