Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Hauppauge Nova-T DVB-T Model #90002



Having recently installed one of these cards in my Fedora Core 2 box, i've been
following (and very much appreciating :) the recent discussion and development
in the hope of getting the card up and running. I've compiled (against kernel 2.6.8.1) the latest dvb-kernel and video4linux modules from CVS and have seen encouraging 'dmesg' output from the cx22702 (dvb-kernel) and cx8800 (v4l2) modules:

# lsmod
Module                  Size  Used by
cx22702                 9732  0
dvb_core               78124  1 cx22702
tuner                  17176  0
cx8800                 29068  0
cx88xx                 41872  1 cx8800
video_buf              18948  2 cx8800,cx88xx
i2c_algo_bit            7816  1 cx88xx
v4l1_compat            12036  1 cx8800
v4l2_common             5248  1 cx8800
btcx_risc               4104  2 cx8800,cx88xx
videodev                7424  2 cx8800,cx88xx
i2c_core               17664  4 cx22702,tuner,cx88xx,i2c_algo_bit

# dmesg
Linux video capture interface: v1.00
cx2388x v4l2 driver version 0.0.4 loaded
cx2388x: snapshot date 2004-09-30
ACPI: PCI interrupt 0000:02:04.0[A] -> GSI 5 (level, low) -> IRQ 5
cx88[0]: subsystem: 0070:9002, board: Hauppauge Nova-T DVB-T
[card=18,autodetected]
cx88[0]: hauppauge eeprom: model=90002, tuner=Thomson DTT 7592 (76)
cx88[0]/0: found at 0000:02:04.0, rev: 5, irq: 5, latency: 32, mmio: 0xde000000
cx88[0]/0: registered device video0 [v4l2]
cx88[0]/0: registered device vbi0
cx88[0]/0: cx88: tvaudio thread started
cx88[0]/0: AUD_STATUS: 0x36 [mono/pilot c1] ctl=BTSC_FORCE_MONO
Trying to attach to adapter 0x10005:cx88[0].
cx22702: Detected Hauppauge Nova-T DVB-T - PLL Thomson DTT759x
i2c eeprom content:
15 00 00 00 70 00 02 90 84 09 00 04 20 77 00 40 46
c3 00 f0 73 05 00 00 84 08 00 06 92 5f 01 00 d6 15
8d 72 07 70 73 09 19 00 73 0a 80 4c 72 0b 00 72 0f
01 72 10 01 72 11 ff 79 e7 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00
cx22702_validate_eeprom: Model #90002
cx22702_validate_eeprom: Tuner Thomson DTT 7592

However, I'm not seeing the crucial 'DVB: registering new adapter' and 'DVB:
registering frontend' from dvb-core :( - consequently no luck with 'scan' of
course. I wondered if dvb_register_adapter and dvb_register_frontend were actually
getting called at all by the cx27702 module? - browsing through the linuxtv CVS
repo I noticed that as from version cx27702.c 1.4.2.2 the FE_REFACTORING branch seems to add an explicit call to dvb_register_frontend (checkin comment - "Doh! forgot to
actually register the frontend" :)... 

Just now I tried checking out and building the latest FE_REFACTORING branch, but
with no luck - the frontend/adaptor still don't seem to be registering when I
insmod dvb-core and cx22702

Any help would be greatly appreciated!

Thanks, Timothy Miles-Board





Home | Main Index | Thread Index