View previous topic :: View next topic |
Author |
Message |
hrnick Guru

Joined: 31 Aug 2002 Posts: 441 Location: Sweden
|
Posted: Sun Jan 12, 2003 5:18 pm Post subject: TV-card stopped working |
|
|
My tv-card (a pinnacle PCTV pro) just stopped working and I haven't got a clue why.
The only clue I've got so far is some parts I've found in /var/log/kern.log. This is wat it looked like a few days ago when it still worked:
Code: |
Jan 9 20:11:30 localhost kernel: bttv: driver version 0.7.91 loaded
Jan 9 20:11:30 localhost kernel: bttv: using 2 buffers with 2080k (4160k total) for capture
Jan 9 20:11:30 localhost kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Jan 9 20:11:30 localhost kernel: bttv: Bt8xx card found (0).
Jan 9 20:11:30 localhost kernel: bttv0: Bt878 (rev 17) at 00:0b.0, irq: 11, latency: 32, memory: 0xee001000
Jan 9 20:11:30 localhost kernel: bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11bd:0012
Jan 9 20:11:30 localhost kernel: bttv0: using: BT878(Pinnacle PCTV Studio/Ra) [card=39,autodetected]
Jan 9 20:11:30 localhost kernel: msp34xx: init: chip=MSP3450G-B8, has NICAM support
Jan 9 20:11:30 localhost kernel: msp3410: daemon started
Jan 9 20:11:30 localhost kernel: bttv0: i2c attach [client=MSP3450G-B8,ok]
Jan 9 20:11:30 localhost kernel: i2c-core.o: client [MSP3450G-B8] registered to adapter [bt848 #0](pos. 0).
Jan 9 20:11:30 localhost kernel: tuner: probing bt848 #0 i2c adapter [id=0x10005]
Jan 9 20:11:30 localhost kernel: tuner: chip found @ 0xc2
Jan 9 20:11:30 localhost kernel: bttv0: i2c attach [client=(unset),ok]
Jan 9 20:11:30 localhost kernel: i2c-core.o: client [(unset)] registered to adapter [bt848 #0](pos. 1).
Jan 9 20:11:30 localhost kernel: i2c-core.o: adapter bt848 #0 registered as adapter 0.
Jan 9 20:11:30 localhost kernel: bttv0: i2c: checking for MSP34xx @ 0x80... found
Jan 9 20:11:30 localhost kernel: bttv0: miro: id=16 tuner=1 radio=fmtuner stereo=yes
Jan 9 20:11:30 localhost kernel: bttv0: i2c: checking for MSP34xx @ 0x80... found
Jan 9 20:11:30 localhost kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 9 20:11:30 localhost kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 9 20:11:30 localhost kernel: bttv0: registered device video0
Jan 9 20:11:30 localhost kernel: bttv0: registered device vbi0
Jan 9 20:11:30 localhost kernel: bttv0: registered device radio0
|
...and this is what it looks like now:
Code: | Jan 11 17:45:23 localhost kernel: bttv: driver version 0.7.91 loaded
Jan 12 17:45:23 localhost kernel: bttv: using 2 buffers with 2080k (4160k total) for capture
Jan 12 17:45:23 localhost kernel: bttv: Host bridge is VIA Technologies, Inc. VT8367 [KT266]
Jan 12 17:45:23 localhost kernel: bttv: Bt8xx card found (0).
Jan 12 17:45:23 localhost kernel: bttv0: Bt878 (rev 17) at 00:0b.0, irq: 11, latency: 32, memory: 0xee001000
Jan 12 17:45:23 localhost kernel: bttv0: subsystem: ffff:ffffa1ff (UNKNOWN)
Jan 12 17:45:23 localhost kernel: please mail id, board name and the correct card= insmod option to kraxel@bytesex.org
Jan 12 17:45:23 localhost kernel: bttv0: using: BT878( *** UNKNOWN/GENERIC **) [card=0,autodetected]
Jan 12 17:45:23 localhost kernel: msp34xx: init: chip=MSP3450G-B8, has NICAM support
Jan 12 17:45:23 localhost kernel: msp3410: daemon started
Jan 12 17:45:23 localhost kernel: bttv0: i2c attach [client=MSP3450G-B8,ok]
Jan 12 17:45:23 localhost kernel: i2c-core.o: client [MSP3450G-B8] registered to adapter [bt848 #0](pos. 0).
Jan 12 17:45:23 localhost kernel: tuner: probing bt848 #0 i2c adapter [id=0x10005]
Jan 12 17:45:23 localhost kernel: tuner: chip found @ 0xc2
Jan 12 17:45:23 localhost kernel: bttv0: i2c attach [client=(unset),ok]
Jan 12 17:45:23 localhost kernel: i2c-core.o: client [(unset)] registered to adapter [bt848 #0](pos. 1).
Jan 12 17:45:23 localhost kernel: i2c-core.o: adapter bt848 #0 registered as adapter 0.
Jan 12 17:45:23 localhost kernel: bttv0: i2c: checking for MSP34xx @ 0x80... found
Jan 12 17:45:23 localhost kernel: bttv0: i2c: checking for TDA9875 @ 0xb0... not found
Jan 12 17:45:23 localhost kernel: bttv0: i2c: checking for TDA7432 @ 0x8a... not found
Jan 12 17:45:23 localhost kernel: bttv0: registered device video0
Jan 12 17:45:23 localhost kernel: bttv0: registered device vbi0 |
this also occurs now and then:
Code: | Jan 12 17:45:48 localhost kernel: tuner: tuner type not set |
has it got anyting to do with this problem maybe?
I should probably mention that I've compiled the "BT848 Video For Linux"-stuff as "built-in" in the kernel...
Any ideas?
Thanks |
|
Back to top |
|
 |
m0pr0be Guru

Joined: 29 Aug 2002 Posts: 308
|
Posted: Sun Jan 12, 2003 6:33 pm Post subject: |
|
|
hi,
do you have a file in /etc/modules.d, that contains the options for the bttv module??
it looks like the bttv module is missing some parameters about the card and tuner type.
Code: | options bttv card=x tuner=y |
|
|
Back to top |
|
 |
hrnick Guru

Joined: 31 Aug 2002 Posts: 441 Location: Sweden
|
Posted: Sun Jan 12, 2003 6:45 pm Post subject: |
|
|
no, there's no such file
what should it contain? |
|
Back to top |
|
 |
Juki n00b

Joined: 07 Dec 2002 Posts: 19 Location: Finland
|
Posted: Sun Jan 12, 2003 10:04 pm Post subject: |
|
|
make a new file /etc/modules.d/bttv
and edit:
options bttv card=x tuner=y
check your card and tuner options from
/usr/src/linux/Documentation/video4linux/bttv/CARDLIST file
I had, if I remember right, card=1 and tuner=7.
Finally type update-modules.
I think bttv module should be loadable module not built in kernel. |
|
Back to top |
|
 |
|
|
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 vote in polls in this forum
|
|