View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 6 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Jun 09, 2004 7:57 pm 
Offline
Joined: Wed Jun 09, 2004 7:52 pm
Posts: 4
Hi

I've got myth running with one Bt878 card just fine - now I want to add a second one. Upon bootup, I get this error:

Code:
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 01:07.0, irq: 7, latency: 32, mmio: 0xd8000000
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=00bff706 [init]
i2c-core.o: adapter bt878 #0 [sw] registered as adapter 0.
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
i2c-core.o: driver i2c TV tuner driver registered.
tuner: chip found at addr 0xc2 i2c-bus bt878 #0 [sw]
tuner: type set to 5 (Philips PAL_BG (FI1216 and compatibles)) by bt878 #0 [sw]
i2c-core.o: client [Philips PAL_BG (FI1216 and comp] registered to adapter [bt878 #0 [sw]](pos. 0).
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 => 35468950 .. ok
bttv: Bt8xx card found (1).
bttv1: Bt878 (rev 17) at 01:09.0, irq: 3, latency: 32, mmio: 0xd8002000
bttv1: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
bttv1: gpio: en=00000000, out=00000000 in=00ffffff [init]
tuner: chip found at addr 0xc2 i2c-bus bt878 #1 [sw]
i2c-core.o: client [(tuner unset)] registered to adapter [bt878 #1 [sw]](pos. 0).
i2c-core.o: adapter bt878 #1 [sw] registered as adapter 1.
bttv: readee error
bttv1: using tuner=-1
bttv1: i2c: checking for MSP34xx @ 0x80... not found
bttv1: i2c: checking for TDA9875 @ 0xb0... not found
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: registered device video1
bttv1: registered device vbi1


The second card is a PixelView PlayTV card (card = 23 type=5)

I have tried adding this to /etc/mythtv/modules/bttv1 - but with no success.

How do I get the second card to work?

Thanks


Last edited by Gibbon_99 on Wed Jun 09, 2004 10:58 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 09, 2004 8:05 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
did you run update-modules after you added the options to the bttv1 file?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 09, 2004 8:14 pm 
Offline
Joined: Wed Jun 09, 2004 7:52 pm
Posts: 4
Yes - and I just did it again to be sure. The card worked ok in another FC2 box....

I'm stumped.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 09, 2004 8:16 pm 
Offline
Joined: Wed Jun 09, 2004 7:52 pm
Posts: 4
This is what I have set:

Code:
root@mythtv:/etc/mythtv/modules # cat bttv0
alias char-major-81-0   bttv
options bttv            card=23
post-install bttv insmod tuner type=5
root@mythtv:/etc/mythtv/modules # cat bttv1
alias char-major-81-1   bttv
options bttv            card=34
post-install bttv insmod tuner type=5
root@mythtv:/etc/mythtv/modules #


Will this work ?


Top
 Profile  
 
PostPosted: Wed Jun 09, 2004 10:57 pm 
Offline
Joined: Wed Jun 09, 2004 7:52 pm
Posts: 4
It works now - both cards are recognised, and I can do Picture-in-picture (Mythbackend keeps crashing when I do, but thats a different issue)

I changed the modules as below by adding the options line:

34 - is the Winfast card
72 - is the PixelView card.


Code:
root@mythtv:/etc/mythtv/modules # cat bttv0
alias char-major-81-0   bttv
options bttv card=34,72 radio=1,1 tuner=5,5 # pll=1
root@mythtv:/etc/mythtv/modules # cat bttv1
alias char-major-81-1   bttv
options bttv card=34,72 radio=1,1 tuner=5,5 # pll=1



Code:
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 01:07.0, irq: 7, latency: 32, mmio: 0xd8000000
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=00bff706 [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
bttv: Bt8xx card found (1).
bttv1: Bt878 (rev 17) at 01:09.0, irq: 3, latency: 32, mmio: 0xd8002000
bttv1: using: Prolink Pixelview PV-BT878P+9B (PlayTV Pro rev.9B FM+NICAM) [card=72,insmod option]
bttv1: gpio: en=00000000, out=00000000 in=00ffffff [init]
bttv1: using tuner=5
bttv1: i2c: checking for TDA7432 @ 0x8a... not found
bttv1: registered device video1
bttv1: registered device vbi1
bttv1: registered device radio1
bttv1: PLL: 28636363 => 35468950 .. ok


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 10, 2004 6:09 am 
Offline
Joined: Tue Oct 28, 2003 1:25 pm
Posts: 125
What sort of PIP backend crash are you experiencing. Is it similiar to the behavior seen in this post, http://mysettopbox.tv/phpBB2/viewtopic. ... highlight=

I have been trying to get PIP working for about a week with no success.

Please post configuration information, knoppmyth veersion, ivtv version, vl4 or vl42 and bttv version.

Thanks,

Mike G.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Bing [Bot] and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu