run dmesg and look for a line like this
Code:
saa7134[0]: Huh, no eeprom present (err=-5)?
preceded by a list of saa7134 cards.
If you have this situation you will need to manually insert the saa7134 module with the correct card/tuner numbers for your card. In my case:
Code:
modprobe saa7134 card=63
more from my dmesg (saa7134 module autoloaded at startup):
Code:
saa7134[0]: found at 0000:01:0c.0, rev: 1, irq: 21, latency: 32, mmio: 0xfc011000
saa7134[0]: subsystem: 1131:0000, board: Kworld Xpert TV PVR7134 [card=63,insmod option]
saa7134[0]: board init: gpio is c0407f
input: saa7134 IR (Kworld Xpert TV PVR as /class/input/input6
saa7134[0]: Huh, no eeprom present (err=-5)?
tuner 1-0060: TEA5767 detected.
tuner 1-0060: chip found @ 0xc0 (saa7134[0])
tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
tuner 1-0060: type set to 62 (Philips TEA5767HN FM Radio)
tuner 1-0061: chip found @ 0xc2 (saa7134[0])
tuner 1-0061: type set to 61 (Tena TNF9533-D/IF/TNF9533-B/DF)
tuner 1-0061: type set to 61 (Tena TNF9533-D/IF/TNF9533-B/DF)
saa7134[0]: registered device video0 [v4l2]
saa7134[0]: registered device vbi0
saa7134[0]: registered device radio0
Hope this helps.