Archived:Pinnacle PCTV Pro (first draft): Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


The cards are supplied with the controller to the right, which is the same as for [[Pinnacle PCTV 50i]]
The cards are supplied with the controller to the right, which is the same as for [[Pinnacle PCTV 50i]]


==Card features==
* PCI
* Video/audio decoder: [[Bt848]]
* Analog demodulator: TBD
* TV tuner: Temic 3X7 756

==Card connectors==
* TV RF signal: ??? with adapter to IEC connector (PAL)
* Video Input: S-Video
* Video Input: Composite Video (RCA socket)
* Audio Outputs: 3.5 mm jack
* FM radio RF signal: Internal RC jack with flying wire to IEC connector

The IR-Remote requires a 9 pin serial connector
==lspci -v==
00:0a.0 Multimedia video controller: Brooktree Corporation Bt848 Video Capture (rev 12)
Flags: bus master, medium devsel, latency 32, IRQ 21
Memory at e2001000 (32-bit, prefetchable) [size=4K]


==Module Options==
the card is autodetected

==Kernel output==
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 21
bttv0: Bt848 (rev 18) at 0000:00:0a.0, irq: 21, latency: 32, mmio: 0xe2001000
bttv0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00e707df [init]
tuner 2-0060: All bytes are equal. It is not a TEA5767
tuner 2-0060: chip found @ 0xc0 (bt848 #0 [sw])
tuner 2-0061: chip found @ 0xc2 (bt848 #0 [sw])
tveeprom 2-0050: Huh, no eeprom present (err=-121)?
bttv0: using tuner=-1
bttv0: i2c: checking for MSP34xx @ 0x80... found
msp3400 2-0040: MSP3410D-B4 found @ 0x80 (bt848 #0 [sw])
msp3400 2-0040: MSP3410D-B4 supports nicam, mode is autodetect
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
bttv0: registered device video1
bttv0: registered device vbi1
tuner 2-0060: tuner type not set



==Note==


==Links==

Revision as of 06:13, 25 June 2007

These Pinnacle cards are based on the Bt848 chip.

See

Remote controllers

Pinnacle 50or110 i remote.jpg

The cards are supplied with the controller to the right, which is the same as for Pinnacle PCTV 50i


Card features

  • PCI
  • Video/audio decoder: Bt848
  • Analog demodulator: TBD
  • TV tuner: Temic 3X7 756

Card connectors

  • TV RF signal: ??? with adapter to IEC connector (PAL)
  • Video Input: S-Video
  • Video Input: Composite Video (RCA socket)
  • Audio Outputs: 3.5 mm jack
  • FM radio RF signal: Internal RC jack with flying wire to IEC connector

The IR-Remote requires a 9 pin serial connector

lspci -v

 00:0a.0 Multimedia video controller: Brooktree Corporation Bt848 Video Capture (rev 12)
       Flags: bus master, medium devsel, latency 32, IRQ 21
       Memory at e2001000 (32-bit, prefetchable) [size=4K]


Module Options

the card is autodetected

Kernel output

 bttv: driver version 0.9.16 loaded
 bttv: using 8 buffers with 2080k (520 pages) each for capture
 bttv: Bt8xx card found (0).
 ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 21
 bttv0: Bt848 (rev 18) at 0000:00:0a.0, irq: 21, latency: 32, mmio: 0xe2001000
 bttv0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
 bttv0: gpio: en=00000000, out=00000000 in=00e707df [init]
 tuner 2-0060: All bytes are equal. It is not a TEA5767
 tuner 2-0060: chip found @ 0xc0 (bt848 #0 [sw])
 tuner 2-0061: chip found @ 0xc2 (bt848 #0 [sw])
 tveeprom 2-0050: Huh, no eeprom present (err=-121)?
 bttv0: using tuner=-1
 bttv0: i2c: checking for MSP34xx @ 0x80... found
 msp3400 2-0040: MSP3410D-B4 found @ 0x80 (bt848 #0 [sw])
 msp3400 2-0040: MSP3410D-B4 supports nicam, mode is autodetect
 bttv0: i2c: checking for TDA9875 @ 0xb0... not found
 bttv0: i2c: checking for TDA7432 @ 0x8a... not found
 bttv0: i2c: checking for TDA9887 @ 0x86... not found
 bttv0: registered device video1
 bttv0: registered device vbi1
 tuner 2-0060: tuner type not set


Note

Links