Hi,
I recently bought 2 PV150 cards , unfortunatly I'm unable to get it
fully working using the bttv driver included in 2.4.19. After adding the
card to the driver viewing the inputs on screen works (xawtv) but using
mmap shows a blue screen (xawtv -noxv gives me the same result also mmap
?). It could be I forgot to add something to the driver but I'm not sure
(I'm not an experienced driver writer)
Card details:
http://www.provideo.com.tw/pv150h.htm
Pci card with 4 bt878's on board and a HINT PCI-PCI bridge for each
bt878 there is a i2c eeprom (CSI 24WC02P)
and a microprocessor (PIC ?) EM78P156ELP
Added following entries to bttv-cards.c:
{ 0x1460aa00, BTTV_PV150_1, "Provideo PV150-1" },
{ 0x1461aa01, BTTV_PV150_2, "Provideo PV150-2" },
{ 0x1462aa02, BTTV_PV150_3, "Provideo PV150-3" },
{ 0x1463aa03, BTTV_PV150_4, "Provideo PV150-4" },
Added one entry for each bt878 on the card(just showing the first one)
},{
name: "ProVideo PV150H-1", /* 0x4f */
video_inputs: 2,
audio_inputs: 0,
tuner: -1,
svhs: -1,
gpiomask: 0,
muxsel: { 2, 3 },
audiomux: { 0 },
needs_tvaudio: 0,
no_msp34xx: 1,
pll: PLL_28,
tuner_type: -1,
},{
Added to bbtv.h:
#define BTTV_PV150_1 0x4f
#define BTTV_PV150_2 0x50
#define BTTV_PV150_3 0x51
#define BTTV_PV150_4 0x52
Any help would be appreciated,
Luc