probleme de son avec ma carte tv sous mk 9.0

probleme de son avec ma carte tv sous mk 9.0 - Installation - Linux et OS Alternatifs

Marsh Posté le 15-01-2003 à 14:52:47    

bonjour a tous,
j'ai une carte tv : Guillemot Maxi TV PCI2, et je tourne sous mandrake 9.0.
Mon probleme est que : je n'arrive pas a avoir du son...
Lorsque je lance le panneau de configuration mandrake et si je regarde dans "liste du materiel" je vois affiché a coté de la carte TV :
 
Vendeur: Brooktree Corporation
 
Bus: PCI
 
IDs du matériel: 109e:351
 
Position sur le bus: 0:7:0
 
Description: Bt849A Video capture
 
Module: bttv
 
Classe de matériel: MULTIMEDIA_VIDEO
 
voici mon fichier /etc/modules.conf
 
probeall scsi_hostadapter ide-scsi
probeall usb-interface usb-uhci ehci-hcd
alias eth0 ne2k-pci
# above snd-via8233 snd-pcm-oss
# alias sound-slot-0 snd-via8233
alias sound-slot-0 emu10k1
 
#carte TV
alias char-major-81 bttv
options bttv   radio=1 card=0
options tuner  debug=0 type=3
 
J'utilise le logiciel xawtv et j'ai reussi a capter toutes les chaines... seul reste le probleme du son.
si quelqu'un avait une idée....
 
baba

Reply

Marsh Posté le 15-01-2003 à 14:52:47   

Reply

Marsh Posté le 15-01-2003 à 15:56:10    

Une question con !!! ta penser à brancher ta carte tv sur le line-in de ta carte son ? (on c jamais)  :D  
 
ps.efface ton 2em topic  ;)


---------------
-= Curses Fan =-
Reply

Marsh Posté le 15-01-2003 à 16:00:57    

oui, je l'ai branché et j'ai meme essayer de brancher le line out sur l'auxilliaire d'une chaine hi-fi...
 

Reply

Marsh Posté le 15-01-2003 à 17:00:12    

essayes de mettre ça :
 


#carte TV
alias char-major-81 bttv
options bttv   radio=1 card=0
options tuner  debug=0 type=3

 
dans /etc/modules plutôt.
 
En plus pour une maxiTV pci 2, c'est pas card=0. Vérifie dans la doc de bttv.

Reply

Marsh Posté le 15-01-2003 à 18:15:16    

oui mais dans la doc de bttv il y a :
    * card : le type de carte que vous possédez, parmi :
 
        0: Auto-Detect
        1: Miro PCTV
        2: Hauppauge
        3: STB
        4: Intel
        5: Diamond
        6: AVerMedia
        7: Matrix Vision MV-Delta
        8: Fly Video II
        9: TurboTV
      10: Newer Hauppauge (Bt878)
      11: Miro PCTV Pro
      12: ADS Tech Channel Surfer TV (and maybe TV+FM)
      13: AVerMedia TVCapture 98
      14: Aimslab VHX
15: Zoltrix TV-Max

Reply

Marsh Posté le 15-01-2003 à 18:50:23    

uhm, l'autodetect je pense qu'il vaut mieux oublier...
cherche le n° de ta carte. Poir info ma maxitv pci 3 c'est card=38.
Donc ça va plus loin que 15...

Reply

Marsh Posté le 15-01-2003 à 18:54:20    

pour la configuration d'une carte TV sous mdk : http://www.funix.org/fr/linux/main [...] &page=menu
 
@+

Reply

Marsh Posté le 15-01-2003 à 19:08:45    


card=27 - Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50


 :hello:

Reply

Marsh Posté le 16-01-2003 à 22:34:27    

ok ca marche toujours avec ta ligne de modules.conf
par contre je n'ai toujours pas de son !    :heink:

Reply

Marsh Posté le 16-01-2003 à 22:36:20    

essaie dans /etc/modules au lieu de /etc/modules.conf
Au fait t'a vérifié ton mixer ? line in n'est pas à 0 ?  :sarcastic:

Reply

Marsh Posté le 16-01-2003 à 22:36:20   

Reply

Marsh Posté le 16-01-2003 à 23:05:34    

j'ai pas de ligne avec "line in" dans /etc/modules.conf voici ce que j'ai :
 
 probeall scsi_hostadapter ide-scsi
probeall usb-interface usb-uhci ehci-hcd
alias eth0 ne2k-pci
# above snd-via8233 snd-pcm-oss
# alias sound-slot-0 snd-via8233
alias sound-slot-0 emu10k1
 
#carte TV
alias char-major-81 bttv
options bttv   radio=1 card=27 - Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50
options tuner  debug=0 type=3

Reply

Marsh Posté le 16-01-2003 à 23:07:41    

voila mon fichier /etc/modules :
 
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
 
scsi_hostadapter
bttv

Reply

Marsh Posté le 16-01-2003 à 23:12:45    

j'ai essayé de monter tous les niveaux dans kmix et ca ne marche toujours pas...

Reply

Marsh Posté le 16-01-2003 à 23:23:40    

Et t'as le son avec les autres applis ? C'est quoi ta carte son ? Une SB Player PCI d'après ton module.
Tu as un mute sur le line-in ?

Reply

Marsh Posté le 16-01-2003 à 23:23:46    

tu mets ça dans /etc/modules et tu vires ce qu'il y a dans /etc/modules.conf.


i2c-core i2c_debug=1
i2c-algo-bit i2c_debug=1
tuner debug=1 type=3
videodev
bttv radio=1 card=27 pll=1  


tu peux aussi essayer manuellement dans un terminal en root :

 
insmod -f i2c-core i2c_debug=1
insmod -f i2c-algo-bit i2c_debug=1
insmod -f tuner debug=1 type=3
insmod -f videodev
insmod -f bttv radio=1 card=27 pll=1  
 


et regarde ce que ça te dit en faisant un tail -f /var/log/messages


Message édité par jotenakis le 16-01-2003 à 23:28:16
Reply

Marsh Posté le 16-01-2003 à 23:32:58    

ma carte son est une sblive! 5.1
et voila ce qu'il me dit apres que j'ai tapé toutes tes lignes en root :
 
Jan 16 23:27:27 babaorum modprobe: modprobe: Can't locate module sound-slot-1
Jan 16 23:27:27 babaorum modprobe: modprobe: Can't locate module sound-service-1-0
Jan 16 23:27:27 babaorum modprobe: modprobe: Can't locate module sound-slot-1
Jan 16 23:27:27 babaorum modprobe: modprobe: Can't locate module sound-service-1-0
Jan 16 23:27:44 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:28:15 babaorum last message repeated 28 times
Jan 16 23:28:51 babaorum last message repeated 28 times
jan 16 23:29:01 babaorum su(pam_unix)[1990]: session opened for user root by baba(uid=501)
jan 16 23:32:03 babaorum su(pam_unix)[1990]: session closed for user root
jan 16 23:32:17 babaorum su(pam_unix)[2058]: session opened for user root by baba(uid=501)

Reply

Marsh Posté le 16-01-2003 à 23:37:31    

babthefox2002 a écrit :

ma carte son est une sblive! 5.1
 
 


 
Oui mais elle marche pour le reste ? mplayer, xmms, kcd ?

Reply

Marsh Posté le 16-01-2003 à 23:43:31    

cat /var/log/messages | grep bttv ?

Reply

Marsh Posté le 16-01-2003 à 23:49:19    

oui elle marche parfaitement avec le reste...

Reply

Marsh Posté le 16-01-2003 à 23:51:52    

avec ta commande il me met les lignes suivanates (j'en ai enlevées au debut sinon ca aurait ete enorme... mais elles sont a peu pres identiques a la 1ere ligne qu'il y a la) :
 
found
Jan 16 23:16:07 babaorum kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 16 23:16:07 babaorum kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 16 23:16:07 babaorum kernel: bttv0: i2c attach [client=Philips (SECAM+PAL_BG) (FI1216MF,ok]
Jan 16 23:16:07 babaorum kernel: bttv0: registered device video0
Jan 16 23:16:07 babaorum kernel: bttv0: registered device vbi0
jan 16 23:15:56 babaorum : Loading module: bttv
Jan 16 23:16:28 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:17:58 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:20:18 babaorum kernel: bttv: driver version 0.7.96 loaded
Jan 16 23:20:18 babaorum kernel: bttv: using 4 buffers with 2080k (8320k total) for capture
Jan 16 23:20:18 babaorum kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Jan 16 23:20:18 babaorum kernel: bttv: Bt8xx card found (0).
Jan 16 23:20:18 babaorum kernel: bttv0: Bt849 (rev 18) at 00:07.0, irq: 18, latency: 32, mmio: 0xdddff000
Jan 16 23:20:18 babaorum kernel: bttv0: using: BT849(Lifeview FlyVideo 98/ M) [card=27,insmod option]
Jan 16 23:20:18 babaorum kernel: bttv0: FlyVideo Radio=no  RemoteControl=no  Tuner=4 gpio=0x10f7ff
Jan 16 23:20:18 babaorum kernel: bttv0: FlyVideo  LR90=no  tda9821/tda9820=no  capture_only=no
Jan 16 23:20:18 babaorum kernel: bttv0: using tuner=4
Jan 16 23:20:18 babaorum kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
Jan 16 23:20:18 babaorum kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 16 23:20:18 babaorum kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 16 23:20:18 babaorum kernel: bttv0: i2c attach [client=Philips (SECAM+PAL_BG) (FI1216MF,ok]
Jan 16 23:20:18 babaorum kernel: bttv0: registered device video0
Jan 16 23:20:18 babaorum kernel: bttv0: registered device vbi0
jan 16 23:20:07 babaorum : Loading module: bttv
Jan 16 23:20:37 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:21:13 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:26:52 babaorum kernel: bttv: driver version 0.7.96 loaded
Jan 16 23:26:52 babaorum kernel: bttv: using 4 buffers with 2080k (8320k total) for capture
Jan 16 23:26:52 babaorum kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Jan 16 23:26:52 babaorum kernel: bttv: Bt8xx card found (0).
Jan 16 23:26:52 babaorum kernel: bttv0: Bt849 (rev 18) at 00:07.0, irq: 18, latency: 32, mmio: 0xdddff000
Jan 16 23:26:52 babaorum kernel: bttv0: using: BT849(Lifeview FlyVideo 98/ M) [card=27,insmod option]
Jan 16 23:26:52 babaorum kernel: bttv0: FlyVideo Radio=no  RemoteControl=no  Tuner=4 gpio=0x10f7ff
Jan 16 23:26:52 babaorum kernel: bttv0: FlyVideo  LR90=no  tda9821/tda9820=no  capture_only=no
Jan 16 23:26:52 babaorum kernel: bttv0: using tuner=4
Jan 16 23:26:52 babaorum kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
Jan 16 23:26:52 babaorum kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 16 23:26:52 babaorum kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 16 23:26:52 babaorum kernel: bttv0: i2c attach [client=Philips (SECAM+PAL_BG) (FI1216MF,ok]
Jan 16 23:26:52 babaorum kernel: bttv0: registered device video0
Jan 16 23:26:52 babaorum kernel: bttv0: registered device vbi0
jan 16 23:26:42 babaorum : Loading module: bttv
Jan 16 23:27:11 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:27:44 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:34:51 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:36:58 babaorum kernel: bttv: driver version 0.7.96 loaded
Jan 16 23:36:58 babaorum kernel: bttv: using 4 buffers with 2080k (8320k total) for capture
Jan 16 23:36:58 babaorum kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Jan 16 23:36:58 babaorum kernel: bttv: Bt8xx card found (0).
Jan 16 23:36:58 babaorum kernel: bttv0: Bt849 (rev 18) at 00:07.0, irq: 18, latency: 32, mmio: 0xdddff000
Jan 16 23:36:58 babaorum kernel: bttv0: using: BT849(Lifeview FlyVideo 98/ M) [card=27,insmod option]
Jan 16 23:36:58 babaorum kernel: bttv0: FlyVideo Radio=no  RemoteControl=no  Tuner=4 gpio=0x10f7ff
Jan 16 23:36:58 babaorum kernel: bttv0: FlyVideo  LR90=no  tda9821/tda9820=no  capture_only=no
Jan 16 23:36:58 babaorum kernel: bttv0: using tuner=4
Jan 16 23:36:58 babaorum kernel: bttv0: i2c: checking for MSP34xx @ 0x80... not found
Jan 16 23:36:58 babaorum kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 16 23:36:58 babaorum kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 16 23:36:58 babaorum kernel: bttv0: i2c attach [client=Philips (SECAM+PAL_BG) (FI1216MF,ok]
Jan 16 23:36:58 babaorum kernel: bttv0: registered device video0
Jan 16 23:36:58 babaorum kernel: bttv0: registered device vbi0
jan 16 23:36:47 babaorum : Loading module: bttv
Jan 16 23:37:23 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:38:50 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:41:46 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:44:57 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops
Jan 16 23:46:00 babaorum kernel: bttv0: PLL: 28636363 => 35468950 ... oops

Reply

Marsh Posté le 17-01-2003 à 00:00:44    

y a l'air d'avoir un probleme d'init pll, essaies de changer le pll. Je ne sais plus si fo mettre pll=0 ou pll=2 ? A essayer.

Reply

Marsh Posté le 18-01-2003 à 17:39:27    

je veux bien mais ou est ce que je dois mettre pll=0 ou 2 ??

Reply

Marsh Posté le 18-01-2003 à 18:45:40    

aidez moi svp..... :sweat:  :sweat:  :sweat:

Reply

Marsh Posté le 18-01-2003 à 20:03:15    

Juste une question : est-ce que tu as monté le son à fond ? Parce que sur la mienne (c'est une PCTV Rave), le volume est très faible, par exemple.
En fait, quand tu enregistres (avec la commande suivante, par exemple), est-ce que tu as du son dans le fichier résultant (ici, il s'appelle TV.avi) ?
 
mencoder -tv on: driver=v4l:width=320:height=240:audiorate=22050:adevice=/dev/dsp:norm=SECAM:channel=22:chanlist=france:input=0 -ovc lavc -lavcopts vcodec=mjpeg:vhq:v4mv:vme=0:vbitrate=800 -oac mp3lame -vop unsharp=l:-1:c7x7:-1 -o TV.avi
 
Rhââââ, comment on fait pour interdire ces smileys à la con ? IL NE FAUT PAS METTRE D'ESPACE ENTRE on: et driver=v4l...


Message édité par Jak le 18-01-2003 à 20:05:28
Reply

Marsh Posté le 18-01-2003 à 20:05:38    

mon probeleme est que quand je lance la tele il ne charge meme pas de modules de son parce que je peut executé ensuite xmms par ex sans qu'il ne me dise que le module de son est occupé !
sinon j'ai essayé de monter le son a fond et ca ne marche pas !!

Reply

Marsh Posté le 21-01-2003 à 06:12:04    

Jak a écrit :

.......
Rhââââ, comment on fait pour interdire ces smileys à la con ? IL NE FAUT PAS METTRE D'ESPACE ENTRE on: et driver=v4l...


utilise "[ cpp ] blabla [ /cpp ]" sans les espaces  :D

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

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