Mailing List archive

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

[linux-dvb] Re: nova-t model 90002



Hi,

You have a lot of errors to do with parameters being
passed to various modules.  As a result of this I
don't think they're being loaded.

Get rid of the parameters being passed to the modules,
so use something like the following:

modprobe firmware_class
insmod ./video-buf.ko
insmod ./btcx-risc.ko
modprobe i2c-core
insmod ./v4l2-common.ko
insmod ./v4l1-compat.ko
modprobe i2c-algo-bit
modprobe videodev
insmod ../dvb-kernel/build-2.6/dvb-core.ko
insmod ./cx88xx.ko
insmod ./cx8800.ko
insmod ./cx8801.ko
insmod ./cx8802.ko
insmod ./cx88-blackbird.ko
insmod ./cx88-dvb.ko
insmod ../dvb-kernel/build-2.6/cx22702.ko

Regards,

Soyeb



 --- Torgeir Veimo <torgeir@pobox.com> wrote: 
> 	On Sat, 2004-10-09 at 01:51 +0100, Soyeb Aswat
> wrote:
> > Hello,
> > 
> > You haven't loaded the correct pci interface (in
> this
> > case the cx2388x) drivers.  I use the following
> from:
> > 
> >
>
http://www.linuxtv.org:81/mailinglists/linux-dvb/2004/10-2004/msg00060.html
> 
> I get a bit further, but I don't get another dvb
> device;
> 
> 
> Oct  9 13:22:31 vigor10 kernel: cx88xx: Unknown
> parameter `debug'
> Oct  9 13:22:31 vigor10 kernel: cx8800: Unknown
> parameter `debug'
> Oct  9 13:22:31 vigor10 kernel: cx2388x v4l2 driver
> version 0.0.4 loaded
> Oct  9 13:22:31 vigor10 kernel: cx2388x: snapshot
> date 2004-10-08
> Oct  9 13:22:31 vigor10 kernel: ACPI: PCI interrupt
> 0000:00:07.0[A] -> GSI 12 (level, low) -> IRQ 12
> Oct  9 13:22:31 vigor10 kernel: cx88[0]: subsystem:
> 0070:9002, board: Hauppauge Nova-T DVB-T
> [card=18,autodetected]
> Oct  9 13:22:31 vigor10 kernel: cx88[0]: hauppauge
> eeprom: model=90002, tuner=Thomson DTT 7592 (76)
> Oct  9 13:22:31 vigor10 kernel: cx88[0]/0: found at
> 0000:00:07.0, rev: 5, irq: 12, latency: 32, mmio:
> 0xdc000000
> Oct  9 13:22:31 vigor10 kernel: cx88[0]/0:
> registered device video0 [v4l2]
> Oct  9 13:22:31 vigor10 kernel: cx88[0]/0:
> registered device vbi0
> Oct  9 13:22:31 vigor10 kernel: cx8801: Unknown
> parameter `debug'
> Oct  9 13:22:31 vigor10 kernel: cx2388x alsa driver
> version 0.0.4 loaded
> Oct  9 13:22:31 vigor10 kernel: cx2388x: snapshot
> date 2004-10-08
> Oct  9 13:22:31 vigor10 kernel: cx88_blackbird:
> Unknown parameter `ts_frames_to_buffer'
> Oct  9 13:22:31 vigor10 kernel: cx2388x blackbird
> driver version 0.0.4 loaded
> Oct  9 13:22:31 vigor10 kernel: cx2388x: snapshot
> date 2004-10-08
> Oct  9 13:22:31 vigor10 kernel: Trying to attach to
> adapter 0x60000:TT-Budget/WinTV-NOVA-T^I PCI.
> Oct  9 13:22:31 vigor10 kernel: cx22702: Detected
> Hauppauge Nova-T DVB-T - PLL Thomson DTT759x
> Oct  9 13:22:31 vigor10 kernel: i2c eeprom content:
> Oct  9 13:22:31 vigor10 kernel: 10 11 13 c2 26 0f ff
> ff ff ff ff ff ff ff ff ff ff
> Oct  9 13:22:31 vigor10 kernel: ff ff ff ff ff ff ff
> ff ff ff ff ff ff ff ff ff ff
> Oct  9 13:22:31 vigor10 last message repeated 5
> times
> Oct  9 13:22:31 vigor10 kernel: ff ff ff ff ff ff ff
> ff ff
> Oct  9 13:22:31 vigor10 kernel:
> cx22702_validate_eeprom eeprom content is not valid
> Oct  9 13:22:31 vigor10 kernel: Trying to attach to
> adapter 0x10005:cx88[0].
> Oct  9 13:22:31 vigor10 kernel: cx22702: Detected
> Hauppauge Nova-T DVB-T - PLL Thomson DTT759x
> Oct  9 13:22:31 vigor10 kernel: i2c eeprom content:
> Oct  9 13:22:31 vigor10 kernel: 15 00 00 00 70 00 02
> 90 84 09 00 04 20 77 00 40 5a
> Oct  9 13:22:31 vigor10 kernel: ba 00 f0 73 05 00 00
> 84 08 00 06 92 5f 01 00 d6 15
> Oct  9 13:22:31 vigor10 kernel: 8d 72 07 70 73 09 19
> 00 73 0a 80 4c 72 0b 00 72 0f
> Oct  9 13:22:31 vigor10 kernel: 01 72 10 01 72 11 ff
> 79 dc 00 00 00 00 00 00 00 00
> Oct  9 13:22:31 vigor10 kernel: 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00
> Oct  9 13:22:31 vigor10 last message repeated 2
> times
> Oct  9 13:22:31 vigor10 kernel: 00 00 00 00 00 00 00
> 00 00
> Oct  9 13:22:31 vigor10 kernel:
> cx22702_validate_eeprom: Model #90002
> Oct  9 13:22:31 vigor10 kernel:
> cx22702_validate_eeprom: Tuner Thomson DTT 7592
> 
> 
> This is xawtv 4.0-pre, running on Linux/i686
> (2.6.7-1.494.2.2custom)
> 
> probing dvb devices ...
>  [dvb] /dev/dvb/adapter0     Philips TDA10045H
> 
> probing vbi devices ...
>  [vbi] /dev/vbi0             Hauppauge Nova-T DVB-T
> PCI:0000:00:07.0
> 
> probing video devices ...
>  [v4l2] /dev/video0          Hauppauge Nova-T DVB-T
> PCI:0000:00:07.0
>  [v4l] /dev/video0           Hauppauge Nova-T DVB-T
>  [xv] port:141               xv port: 141 (NVIDIA
> Video Inte
> [...]
> 
> -- 
> Torgeir Veimo <torgeir@pobox.com>
> 
> 
> 
>  

=====
email: soyeb@btinternet.com
www:   http://soyeb.homeip.net
work:  http://www.tertio.com
)





Home | Main Index | Thread Index