Date: Sat, 27 Mar 2010 18:37:18 +0100 From: Paul <paul@van-diepen.com> To: freebsd-multimedia@freebsd.org Subject: Problem using TV Capture of Hauppauge WinTV PCI-FM (model 718) with cx88 driver Message-ID: <4BAE424E.50406@van-diepen.com>
next in thread | raw e-mail | index | archive | help
Hello, I'm trying to get Hauppauge WinTV PCI-FM (model 718) card working using ht cx88 driver. The driver recognizes the the video and audio devices of the card, but not the TV (mpeg) part: # kldstat | grep cx88 17 7 0xc1a73000 7e4c cx88.ko 18 1 0xc1a7b000 7ec8 cx88video.ko 20 5 0xc1a87000 47b4 cx88i2c.ko 22 1 0xc1a8f000 39ac cx88mpeg.ko 23 2 0xc1a93000 4bc8 cx88mpegcore.ko 24 1 0xc1a98000 34b0 cx88ir.ko 27 1 0xc97cb000 7000 cx88audio.ko # pciconf -lv [...] cx88video0@pci0:5:2:0: class=0x040000 card=0x34010070 chip=0x880014f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems' device = 'Conexant 23881 Video Capture (NTSC) (2003)' class = multimedia subclass = video cx88audio0@pci0:5:2:1: class=0x048000 card=0x34010070 chip=0x881114f1 rev=0x05 hdr=0x00 vendor = 'Conexant Systems' device = 'CX2388x TV Capture Chip' class = multimedia [...] I would have expectedto see an additional "cx88mpeg0" line for the TV capture part. # ls /dev/cx* /dev/cx88audio0 /dev/cx88video0 Any ideas? Maybe this specific model is not supported? Oh, forgot to mention, this is on FreeBSD 8.0 i386. Thanks for your help, Paul
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BAE424E.50406>