Hoi ik heb zo'n tv kaart van pinnacle: de pctv rave.
Ik heb dit gedaan: Ik hoop dat het genoeg is.
Probleem: ik kom niet verder dan blauw beeld.
xawtv geinstalleerd
TV norm: PAL
Video-source: Television
audio-mode: mono
Frequenty-table: europa-west
Capture: overlay
xawtv -hwscan geeft:
videokaart KYRO
/dev/video0 ok
type v41
name: BT848A (UNKNOWN/GENERIC
flags: overlay capture tuner
# Option "omit xfree86-dga" # uitgeschakeld
Hier dmesg output:
Als ik dscaler in windoos draai draait ie goed op:
card:pctv rave
en tuner: TEMIC 4002 FH5 [PAL B/G]
Dit heb ik ook in linux staan:
waarschijnlijk tuner type=0; maar voor de zekerheid ook type=5 en type=14 geprobeert.helpt niet. Ik kreeg een keer spontaan alleen rtl4 beeld nadat ik in windoos rtl4 had gekeken.Andere kanalen kon ie daarna niet vinden. (met control+up) Na een restart van linux en opnieuw de modprobe bttv etc. kreeg ik weer blauw beeld.
output van v4l-conf is trouwens:
mode: 1024:768, depth=16,bpp=16,bpl=2048,base=0xf4000000
/dev/video0 [v412]: ioctl VIDIOC_QUERYCAP: Invalid argument
/dev/video0 [v4l]: configuration done
output: v4vl-info
help needed.
Ik heb dit gedaan: Ik hoop dat het genoeg is.
Probleem: ik kom niet verder dan blauw beeld.
xawtv geinstalleerd
TV norm: PAL
Video-source: Television
audio-mode: mono
Frequenty-table: europa-west
Capture: overlay
code:
1
2
3
4
5
6
| modprobe videodev modprobe i2c-algo-bit bit_test=1 modprobe tuner type=5 modprobe bttv card=39 pll=1 modprobe msp3400 modprobe tvmixer |
xawtv -hwscan geeft:
videokaart KYRO
/dev/video0 ok
type v41
name: BT848A (UNKNOWN/GENERIC
flags: overlay capture tuner
# Option "omit xfree86-dga" # uitgeschakeld
Hier dmesg output:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
| Linux video capture interface: v1.00 i2c-core.o: i2c core module i2c-algo-bit.o: i2c bit algorithm module i2c-core.o: driver i2c TV tuner driver registered. bttv: driver version 0.7.96 loaded bttv: using 4 buffers with 2080k (8320k total) for capture bttv: Host bridge is Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub bttv: Bt8xx card found (0). PCI: Enabling device 02:0c.0 (0004 -> 0006) PCI: Assigned IRQ 10 for device 02:0c.0 bttv0: Bt848 (rev 18) at 02:0c.0, irq: 10, latency: 32, mmio: 0xf2800000 bttv0: using: BT848A(Pinnacle PCTV Studio/Ra) [card=39,insmod option] i2c-algo-bit.o: Adapter: bt848 #0 scl: 1 sda: 1 -- testing... i2c-algo-bit.o:1 scl: 1 sda: 0 i2c-algo-bit.o:2 scl: 1 sda: 1 i2c-algo-bit.o:3 scl: 0 sda: 1 i2c-algo-bit.o:4 scl: 1 sda: 1 i2c-algo-bit.o: bt848 #0 passed test. tuner: probing bt848 #0 i2c adapter [id=0x10005] tuner: chip found @ 0xc0 bttv0: i2c attach [client=Philips PAL_BG (FI1216 and compa,ok] i2c-core.o: client [Philips PAL_BG (FI1216 and compa] registered to adapter [bt848 #0](pos. 0). i2c-core.o: adapter bt848 #0 registered as adapter 0. bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: miro: id=1 tuner=0 radio=no stereo=no bttv0: using tuner=0 bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found tvaudio: TV audio decoder + audio/video mux driver tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54 (PV951) i2c-core.o: driver generic i2c audio driver registered. bttv0: registered device video0 bttv0: registered device vbi0 i2c-core.o: driver i2c msp3400 driver registered. i2c-core.o: driver tv card mixer driver registered. tvmixer: debug: Philips PAL_BG (FI1216 and compa bttv0: PLL: 28636363 => 35468950 ... ok tuner: TV freq (0.-6) out of range (44-958) sion |
Als ik dscaler in windoos draai draait ie goed op:
card:pctv rave
en tuner: TEMIC 4002 FH5 [PAL B/G]
Dit heb ik ook in linux staan:
waarschijnlijk tuner type=0; maar voor de zekerheid ook type=5 en type=14 geprobeert.helpt niet. Ik kreeg een keer spontaan alleen rtl4 beeld nadat ik in windoos rtl4 had gekeken.Andere kanalen kon ie daarna niet vinden. (met control+up) Na een restart van linux en opnieuw de modprobe bttv etc. kreeg ik weer blauw beeld.
output van v4l-conf is trouwens:
mode: 1024:768, depth=16,bpp=16,bpl=2048,base=0xf4000000
/dev/video0 [v412]: ioctl VIDIOC_QUERYCAP: Invalid argument
/dev/video0 [v4l]: configuration done
output: v4vl-info
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| general info VIDIOCGCAP name : "BT848A(Pinnacle PCTV Studio/Ra)" type : 0xeb [CAPTURE,TUNER,OVERLAY,CLIPPING,FRAMERAM,SCALES] channels : 3 audios : 1 maxwidth : 924 maxheight : 576 minwidth : 48 minheight : 32 channels VIDIOCGCHAN(0) channel : 0 name : "Television" tuners : 1 flags : 0x3 [TUNER,AUDIO] type : TV norm : 0 VIDIOCGCHAN(1) channel : 1 name : "Composite1" tuners : 0 flags : 0x2 [AUDIO] type : CAMERA norm : 0 VIDIOCGCHAN(2) channel : 2 name : "S-Video" tuners : 0 flags : 0x2 [AUDIO] type : CAMERA norm : 0 tuner VIDIOCGTUNER tuner : 0 name : "Television" rangelow : 0 rangehigh : 4294967295 flags : 0x7 [PAL,NTSC,SECAM] mode : PAL signal : 0 audio VIDIOCGAUDIO audio : 0 volume : 0 bass : 0 treble : 0 picture VIDIOCGPICT brightness : 32768 hue : 32768 colour : 32512 contrast : 27648 whiteness : 0 depth : 16 palette : RGB565 buffer VIDIOCGFBUF base : 0xf4000000 height : 768 width : 1024 depth : 16 bytesperline : 2048 window VIDIOCGWIN x : 232 y : 260 width : 384 height : 288 chromakey : 0 flags : 0 |
help needed.