pn carte tv avec kernel 2.6

pn carte tv avec kernel 2.6 - Linux et OS Alternatifs

Marsh Posté le 13-02-2004 à 10:13:59    

J'ai un pb pour configurer ma carte tv , je suis avec un kernel 2.6 et dans le fichier /etc/modprob.conf j'ai mis les option pour bttv  
alias char-major-81* bttv
 
options bttv card=34 radio=0
options tuner debug=0 type=3
mais ca ne marche pas , pour que ca marche je doit faire un rmmod bttv et modprobe bttv a chaque fois.
Et comme je m'y connais pas trop , j'aurais voulu savoir si quelqu'un sais ce qu'il faut mettre dans le modprobe.conf pour que mes option soit prit en compte.

Reply

Marsh Posté le 13-02-2004 à 10:13:59   

Reply

Marsh Posté le 13-02-2004 à 10:16:23    

dmesg | grep bttv pour commencer


---------------
-~- Libérez Datoune ! -~- Camarade, toi aussi rejoins le FLD pour que la flamme de la Révolution ne s'éteigne pas ! -~- A VENDRE
Reply

Marsh Posté le 13-02-2004 à 10:47:36    

moi ca chie aussi,
j'ai réussi à le faire fonctionner en root, mais pas en user, le tuner me laisse pas changer de chaine :/
marche pas top, déjà avant j'étais obligé de lancer, killer, et relancer pour que ca marche :/

Reply

Marsh Posté le 13-02-2004 à 11:03:30    

probablement un simple probleme de droits sur les devices de /dev/video ;)

Reply

Marsh Posté le 13-02-2004 à 11:13:05    

j'ai chmodé a+rw et pareil

Reply

Marsh Posté le 13-02-2004 à 11:14:17    

Reply

Marsh Posté le 13-02-2004 à 11:14:50    

ouais je crois que c ca le probleme !
a chaque reboot il remet les droits de facon pourrite :/

Reply

Marsh Posté le 13-02-2004 à 11:17:27    

bizare bizare ! en fait le premier boot sur le 2.6.3 ne marchait pas et maintenant ca a l'air de marcher ! comme s'il avait créé les devices ou unt ruc du style le premier boot :/

Reply

Marsh Posté le 13-02-2004 à 12:54:12    

moi en faisant  dmesg | grep bttv j'ai ça :
 
bttv: driver version 0.9.12 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 0000:01:09.0, irq: 5, latency: 64, mmio: 0xf7000000
bttv0: detected: Leadtek WinFast TV 2000 [card=34], PCI subsystem ID is 107d:6606
bttv0: using: Leadtek WinFast 2000/ WinFast 2000 XP [card=34,insmod option]
bttv0: gpio: en=00000000, out=00000000 in=00bfff01 [init]
bttv0: using tuner=5
bttv0: i2c: checking for MSP34xx @ 0x80... not found
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: add subdevice "remote0"
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd8000,rc=efd801c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efb201c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efb201c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efd6000]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efb201c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efb201c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efb2000,rc=efb2014]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efa8000,rc=efa8014]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd0000,rc=efd001c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd0000,rc=efd001c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd0000,rc=efd001c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd0000,rc=efd001c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efd0000,rc=efd001c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efcb000,rc=efcb01c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efcb000,rc=efcb01c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efa1000,rc=efa101c]
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efa1000,rc=efa101c]

Reply

Marsh Posté le 13-02-2004 à 12:56:32    

splintoo a écrit :

moi en faisant  dmesg | grep bttv j'ai ça :
 
 
bttv0: using tuner=5
 
bttv0: skipped frame. no signal? high irq latency? [main=136a3000,o_vbi=136a3018,o_field=efa1000,rc=efa101c]
 


 
tuner 5 ou 3 ?
Et avec l'autodétection ?
 
Le frame skip y'en a chez moi aussi.
/dev/vbi0 ne fonctionne pas correctement


---------------
-~- Libérez Datoune ! -~- Camarade, toi aussi rejoins le FLD pour que la flamme de la Révolution ne s'éteigne pas ! -~- A VENDRE
Reply

Marsh Posté le 13-02-2004 à 12:56:32   

Reply

Marsh Posté le 13-02-2004 à 12:58:28    

T'as la meme que moi..
Elle marche nickel, cf le topic de j_c_p
http://forum.hardware.fr/hardwaref [...] -32913.htm
 
Il faut modifier un fichier du noyau avant ton make bzImage
Remplacer le tuner=5 par tuner=3 et ca rulez ;)

Reply

Marsh Posté le 13-02-2004 à 13:03:37    

ben normallement c 3 , et ds modprobe.conf j'ai mit options tuner debug=0 type=3  
comment je peux forcer le truc a etre a 5 ?

Reply

Marsh Posté le 13-02-2004 à 13:04:00    

ok merci

Reply

Marsh Posté le 13-02-2004 à 13:06:06    

vbi = video broadcast ? ske je veux dire, c que ca sert à rien ce truc non ?

Reply

Marsh Posté le 13-02-2004 à 13:14:15    

k666 a écrit :

vbi = video broadcast ? ske je veux dire, c que ca sert à rien ce truc non ?


 
Pour le télétexte (caractères immondes) et NextViewEPG (marche plus :/).


---------------
-~- Libérez Datoune ! -~- Camarade, toi aussi rejoins le FLD pour que la flamme de la Révolution ne s'éteigne pas ! -~- A VENDRE
Reply

Marsh Posté le 13-02-2004 à 13:42:37    

ah yes :whistle: :D
 
nan mais sérieux pourquoi ska déconne à donfe :'( snif vouin

Reply

Marsh Posté le 23-02-2004 à 22:50:32    

Depuis mon passage au 2.6.3r1 (gentoo) ; j'arrive plus a changer de chaine... (bloqué sur TF1 :D )
Sans doute un probleme de droit.. cependant:  
lr-xr-xr-x    1 root     root           10 Feb 23 22:33 video0 -> v4l/video0
 
et après un chmod 777 * sur le contenu de v4l j'ai ca:
root@Gros v4l # ls -la
total 0
drwxr-xr-x    1 root     root            0 Jan  1  1970 .
drwxr-xr-x    1 root     root            0 Jan  1  1970 ..
crwxrwxrwx    1 sorg     video     81,  64 Jan  1  1970 radio0
crwxrwxrwx    1 sorg     video     81, 224 Jan  1  1970 vbi0
crwxrwxrwx    1 sorg     video     81,   0 Jan  1  1970 video0
 
 
Pair ailleurs mon user est bien dans le groupe video...

Reply

Marsh Posté le 23-02-2004 à 22:53:04    

Pour info le lancement de xawdecode donne ca:


sorg@Gros v4l $ xawdecode
 
This is xawdecode 1.8.0 running on Linux/i686 (2.6.3-gentoo-r1).
sacandir: No such file or directory
WARNING: Your X-Server has no DGA support.
WARNING: couldn't find framebuffer base address, try manual
         configuration ("v4l-conf -a <addr>" )
wmhooks: netwm detected
wmhooks: netwm state above supported
wmhooks: netwm fullscreen supported
wmhooks: nothing found...
VidMode: server=2.2, include=2.2
  available video mode(s): 1024x768 800x600 640x480 1024x768 1024x768 832x624 800x600 800x600 800x600 700x525 640x512 640x480 640x480 640x480 720x400 640x400 640x350 512x384 512x384 512x384 416x312 400x300 400x300 400x300 400x300 320x240 320x240 320x240 320x200 320x175
Selected XvImage adaptor with YUY2 support: NV17 Video Overlay on port 105 (grabdisplay)
Selected XvVideo: NVIDIA Video Interface Port on port 138 (overlay)
XV_ENCODING
XV_COLORKEY
XV_AUTOPAINT_COLORKEY
XV_SET_DEFAULTS
XV_BRIGHTNESS
XV_CONTRAST
XV_SATURATION
XV_HUE
XV_ITURBT_709
x11: 1024x768, 32 bit/pixel, 4096 byte/scanline
MMX, SSE, AMD MMX extensions, 3DNOW, have been detected.
Reading /home/sorg/.xawdecode/key.txt
 
Loading xawdecode-plugin 1.4.6 descrambling extensions.
It is intended for EDUCATIONAL PURPOSE only.
 
It wouldn't exist without:
- Gerd Knorr for the original xawtv,
- Gaston, kamilh, M.Kuhn, Jens, Steffen and thebeast for the firsts xawdecodes,
Galtor's nagraudio inside with Maupatz MMX enhancement :)
24/32 bpp and Xvideo support by Maupatz
Special thanks to 1Konnu, Enek, KizKoool, Quenotte, Snabrab and Fasouil for their blue lines filters.
Another special thank to fl for helping me with Debian pecularities and SB16 like sound cards under Alsa.
 
Loading /home/sorg/.xawdecode/MeuhMeuhPlug.ini
TEST_NORMAL_USER --> -1
TEST_PREVIOUS_USER --> -1
FULLFIELD --> 1
FILTER_SECAM --> 1
FILTER_PURPLE --> 0
FILTER_AVERAGE --> 0
FILTER_eMMX --> 0
FILTER_SSE --> 0
PURPLE_LEVEL --> 145
IS_BT878 --> 0
Saving in /home/sorg/.xawdecode/MeuhMeuhPlug.ini
Loading /home/sorg/.xawdecode/MeuhMeuhPlug.ini
TEST_NORMAL_USER --> -1
TEST_PREVIOUS_USER --> -1
FULLFIELD --> 1
FILTER_SECAM --> 1
FILTER_PURPLE --> 0
FILTER_AVERAGE --> 0
FILTER_eMMX --> 0
FILTER_SSE --> 0
PURPLE_LEVEL --> 145
IS_BT878 --> 0
Reading tables for 28 couples
defining colors ... wait
colortables ready ...


 
Pas  de warning ou d'erreur quand j'essaie de changer de chaine...

Reply

Marsh Posté le 24-02-2004 à 17:51:57    

:bounce:

Reply

Marsh Posté le 24-02-2004 à 19:31:37    

Bon ben retour au 2.6.1 pour la peine !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed