On Sunday, 20 Nov 2005 6:28 pm, Gaurav Mishra wrote: > > I have got able to get the video but not the audio, > But the audio function of capture card is detected too , which is > shown by lspci as Brooktree Corporation Bt878 Audio Capture (rev 11).
Getting the tuner and audio working is the tricky part. If the autodetect doesnt work, you have to be very sure of the tuner or the audio chip used. Sometimes you might need to physically take out the card and peek at the names on the chips. Check your bootup kernel messages - dmesg should do if you have recently booted. I get something like this on mine. ========================================================================= Nov 17 17:02:17 pluto kernel: [4294701.403000] Linux video capture interface: v1.00 Nov 17 17:02:17 pluto kernel: [4294701.448000] saa7130/34: v4l2 driver version 0.2.12 loaded Nov 17 17:02:17 pluto kernel: [4294701.452000] ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 23 (level, low) -> IRQ 23 Nov 17 17:02:17 pluto kernel: [4294701.452000] saa7130[0]: found at 0000:02:0b.0, rev: 1, irq: 23, latency: 32, mmio: 0xe8002000 Nov 17 17:02:17 pluto kernel: [4294701.452000] saa7130[0]: subsystem: 185b:c100, board: Compro VideoMate TV PVR/FM [card=40,autodetected] Nov 17 17:02:17 pluto kernel: [4294701.452000] saa7130[0]: board init: gpio is 4c0000 Nov 17 17:02:17 pluto kernel: [4294701.462000] saa7130[0]: registered input device for IR Nov 17 17:02:17 pluto kernel: [4294701.573000] saa7130[0]: i2c eeprom 00: 5b 18 00 c1 ff ff ff ff ff ff ff ff ff ff ff ff Nov 17 17:02:17 pluto kernel: [4294701.573000] saa7130[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 17 17:02:17 pluto kernel: [4294701.573000] saa7130[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 17 17:02:17 pluto kernel: [4294701.573000] saa7130[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff Nov 17 17:02:17 pluto kernel: [4294701.586000] tuner 0-0060: chip found @ 0xc0 (saa7130[0]) Nov 17 17:02:17 pluto kernel: [4294701.586000] tuner 0-0060: type set to 17 (Philips NTSC_M (MK2)) Nov 17 17:02:17 pluto kernel: [4294701.606000] saa7130[0]: registered device video0 [v4l2] Nov 17 17:02:17 pluto kernel: [4294701.622000] saa7130[0]: registered device vbi0 Nov 17 17:02:17 pluto kernel: [4294701.638000] saa7130[0]: registered device radio0 ================================================================= -- Sandip Bhattacharya * Puroga Technologies * [EMAIL PROTECTED] Work: http://www.puroga.com * Home/Blog: http://www.sandipb.net/blog PGP/GPG Signature: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3 _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
