Good day,
I have been trying for a few days to get a Knoppmyth box up ad running. MY hardware is as follows:
Athlon 2400
512MB Ram
160 Gig HDD
LifeView FlyVIDEO2000 (as reported by dmesg) Saa7130 based TV/FM tuner card w/remote
ATI Radeon 9200SE
Now, first of all, I realize that I am likely going to encounter problems with the ATI card. If this is the case, I will go out and purchase a card that will be easy to setup with TV out.
Now, the problem that I am encountering is with the Tuner card itself.
lspci reports the following:
Code:
0000:00:11.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
Subsystem: Animation Technologies Inc. LiveView FlyVideo 2000
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at cfffcc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [40] Power Management version 1
.... and here are the relevant sections of dmesg:
Code:
saa7130[0]: found at 0000:00:11.0, rev: 1, irq: 11, latency: 64, mmio: 0xcfffcc00
saa7130[0]: subsystem: 5168:0138, board: LifeView FlyVIDEO2000 [card=3,autodetected]
saa7130[0]: board init: gpio is 1f900
saa7130[0]: there are different flyvideo cards with different tuners
saa7130[0]: out there, you might have to use the tuner=<nr> insmod
saa7130[0]: option to override the default value.
saa7130[0]: registered input device for IR
saa7130[0]: i2c eeprom 00: 68 51 38 01 10 28 ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner (ivtv): chip found at addr 0xc2 i2c-bus saa7130[0]
tuner: type set to 37 (LG PAL (newer TAPC series)) by saa7130[0]
tuner (ivtv): chip found at addr 0xc6 i2c-bus saa7130[0]
tuner: type set to 37 (LG PAL (newer TAPC series)) by saa7130[0]
saa7130[0]: registered device video0 [v4l2]
saa7130[0]: registered device vbi0
saa7130[0]: registered device radio0
Code:
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bt878: AUDIO driver version 0.0.0 loaded
saa7146: register extension 'dvb'.
saa7146: register extension 'budget dvb'.
saa7146: register extension 'budget_ci dvb'.
saa7146: register extension 'budget_av'.
Code:
lirc_dev: IR Remote Control driver registered, at major 61
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.4.2 (tagged release) loading
ivtv: Linux version: 2.6.13.2-chw-3 SMP preempt 586 gcc-3.3
ivtv: In case of problems please include the debug info between
ivtv: the START INIT IVTV and END INIT IVTV lines, along with
ivtv: any module options, when mailing the ivtv-users mailinglist.
ivtv: ==================== END INIT IVTV ====================
When I run mythtv, selecting Watch TV is greeted only with static. I have tried passing options to the bttv or ivtv modules in the bttv and ivtv files in /etc/myth/modules, but it does not seem like they are having any effect.
my research seems to indicate that I should be using card=54 and tuner=39. As the dmesg points out, the card is being setup with tuner type 37.
Could someone point me in the right direction here, I am obviously missing the boat, despite reading through post discussing similar problems.
Thanks in advance for you assistance!