LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Tv-card SAA7134 problem on Medion MD95500 (https://www.linuxquestions.org/questions/ubuntu-63/tv-card-saa7134-problem-on-medion-md95500-611572/)

Karloman 01-06-2008 04:30 PM

Tv-card SAA7134 problem on Medion MD95500
 
Today I decided to use my tuner in my laptop again. Thinking it was simple I installed MythTV without result. I've browsed the web and figured my card was installed faulty... now I've been through a lot (and it's already late) and now when I try to load my freshly installed SA7134 module, it gives me this error.
Code:

WARNING: Error inserting videobuf_core (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/videobuf-core.ko): Invalid module format
WARNING: Error inserting videobuf_dma_sg (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/videobuf-dma-sg.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting videobuf_core (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/videobuf-core.ko): Invalid module format
WARNING: Error inserting videobuf_dma_sg (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/videobuf-dma-sg.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting saa7134 (/lib/modules/2.6.22-14-generic/kernel/drivers/media/video/saa7134/saa7134.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for saa7134

When I run tvtime, I still get a black screen...
I think I've made it worse
Please someone help me. This is frustrating as hell!

mickza 01-09-2008 10:32 AM

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.


All times are GMT -5. The time now is 10:09 AM.