Mailing List archive

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

[linux-dvb] Re: AverMedia 771 DVB-T Registering frontend problem



Chris

Thanks for that - no luck unfortunately. It appears that the frontend
registration just doesn't seem to be happening with the modules I have. Could
it be I have a new type of card that's not in the code - see the unknown card
7b message below

Here's the results from the messages file of loading the various modules:

modprobe videodev

Oct 17 09:14:15 linuxpvr kernel: Linux video capture interface: v1.00

modprobe bttv

Oct 17 09:14:27 linuxpvr kernel: bttv: driver version 0.9.15 loaded
Oct 17 09:14:27 linuxpvr kernel: bttv: using 8 buffers with 2080k (520 pages)
each for capture
Oct 17 09:14:27 linuxpvr kernel: bttv: Bt8xx card found (0).
Oct 17 09:14:27 linuxpvr kernel: ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 5
(level, low) -> IRQ 5
Oct 17 09:14:27 linuxpvr kernel: bttv0: Bt878 (rev 17) at 0000:02:02.0, irq: 5,
latency: 32, mmio: 0xd9000000
Oct 17 09:14:27 linuxpvr kernel: bttv0: detected: AVermedia DVB-T 771
[card=123], PCI subsystem ID is 1461:0771
Oct 17 09:14:27 linuxpvr kernel: bttv0: using: AVerMedia AVerTV DVB-T 771
[card=123,autodetected]
Oct 17 09:14:27 linuxpvr kernel: bttv0: using tuner=4
Oct 17 09:14:27 linuxpvr kernel: bttv0: registered device video0
Oct 17 09:14:27 linuxpvr kernel: bttv0: registered device vbi0
Oct 17 09:14:27 linuxpvr kernel: bttv0: PLL: 28636363 => 35468950 .. ok
Oct 17 09:14:27 linuxpvr kernel: bttv0: add subdevice "dvb0"


modprobe dvb-core dvb_shutdown_timeout=0
(Nothing in messages file)

modprobe v4l1-compat
(Nothing in messages file)

modprobe v4l2-common
(Nothing in messages file)

modprobe video-buf
(Nothing in messages file)

modprobe bt878

Oct 17 09:15:23 linuxpvr kernel: bt878: AUDIO driver version 0.0.0 loaded
Oct 17 09:15:23 linuxpvr kernel: bt878: Bt878 AUDIO function found (0).
Oct 17 09:15:23 linuxpvr kernel: ACPI: PCI interrupt 0000:02:02.1[A] -> GSI 5
(level, low) -> IRQ 5
Oct 17 09:15:23 linuxpvr kernel: bt878(0): Bt878 (rev 17) at 02:02.1, irq: 5,
latency: 32, memory: 0xd9001000

modprobe dvb-bt8xx

Oct 17 09:15:43 linuxpvr kernel: dvb_bt8xx_init: unknown card_id found 7711461
Oct 17 09:15:43 linuxpvr kernel: dvb_bt8xx_init: unknown card_type found 7B, NOT
LOADED
Oct 17 09:15:43 linuxpvr kernel: dvb_bt8xx_init: unknown card_nr found 0
Oct 17 09:15:43 linuxpvr kernel: attach: checking "bt878 #0 [hw]"
Oct 17 09:15:43 linuxpvr kernel: find by pci: checking "bt878 #0 [hw]"


modprobe mt352

Oct 17 09:15:57 linuxpvr kernel: dvbfe_mt352: Setup for AverMedia DVB-T 771

Thanks and Regards

Mike


Quoting Christopher Pascoe <c.pascoe@itee.uq.edu.au>:

 Hi Mike,

 The AverMedia 771 should load without any forcing of card types, so drop
 the forced card type on the bttv driver, too - in the dmesg you can see
 that bttv detects it as the right card but then you tell it it is
 something else.

 This order of commands should work:

 > modprobe videodev
 > modprobe bttv
 > modprobe dvb-core dvb_shutdown_timeout=0
 > modprobe v4l1-compat
 > modprobe v4l2-common
 > modprobe video-buf
 > modprobe bt878
 > modprobe dvb-bt8xx
 > modprobe mt352

 Regards,
 Chris





Home | Main Index | Thread Index