I had bought a Pinnacle MediaCenter 300i last year and until about three weeks ago, the card worked like a charme (except remote control). At this point, my card had a technical bug and I gave it to my shop and yesterday, I got a new repaired one back.
Unfortunatly I changed the kernel a thousand times while my card was given away (testing/debugging suspend2 on amd64 requires this) and after putting the card back into my machine, it does not work anymore with saa7134.
I have turned off autodetection and tried card=50 option. But I do not know the tuner value? At the moment I use tuner=33, but only a few tv channels are working with this?
Does someone else have such a card on kernel 2.6.15 (suspend2-sources-r5) and could tell me the card=/tuner= values?
Ah, I have to tell you that I only use the analog tv stuff
Code: Select all
Linux video capture interface: v1.00
saa7130/34: v4l2 driver version 0.2.14 loaded
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19
GSI 17 sharing vector 0xB9 and IRQ 17
ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [LNKA] -> GSI 19 (level, low) -> IRQ 17
saa7134[0]: found at 0000:02:0a.0, rev: 1, irq: 17, latency: 64, mmio: 0xfeaff800
saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,insmod option]
saa7134[0]: board init: gpio is c806000
tuner 0-0043: chip found @ 0x86 (saa7134[0])
tuner 0-0043: microtune: companycode=8e8e part=8e rev=8e
tuner 0-0043: microtune unknown found, not (yet?) supported, sorry :-/
tuner 0-0060: chip found @ 0xc0 (saa7134[0])
saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 27 36 95 ff ff ff ff ff ff ff ff
saa7134[0]: i2c eeprom 70: 00 30 8d 18 cc d8 ff ff f4 b8 ff ff ff ff ff ff
tuner 0-0043: Tuner has no way to set tv freq
tuner 0-0043: Tuner has no way to set tv freq
saa7134[0]: registered device video0 [v4l2]
saa7134[0]: registered device vbi0
Code: Select all
1661 [SAA7134_BOARD_PINNACLE_300I_DVBT_PAL] = {
1662 .name = "Pinnacle PCTV 300i DVB-T + PAL",
1663 .audio_clock = 0x00187de7,
1664 .tuner_type = TUNER_MT2032,
1665 .radio_type = UNSET,
1666 .tuner_addr = ADDR_UNSET,
1667 .radio_addr = ADDR_UNSET,
1668 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
1669 .mpeg = SAA7134_MPEG_DVB,
1670 .inputs = {{
1671 .name = name_tv,
1672 .vmux = 3,
1673 .amux = TV,
1674 .tv = 1,
1675 },{
1676 .name = name_comp1,
1677 .vmux = 0,
1678 .amux = LINE2,
1679 },{
1680 .name = name_comp2,
1681 .vmux = 1,
1682 .amux = LINE2,
1683 },{
1684 .name = name_svideo,
1685 .vmux = 8,
1686 .amux = LINE2,
1687 }},
1688 },
Code: Select all
70 #define TUNER_MT2032 33
Thanks in advance
Christian
