Now that cxdtv has landed in the tree, I thought I would revisit a computer containing a Hauppauge WinTV-HVR 3000.
With the attached patch, I see: Conexant Systems CX23880/1/2/3 PCI Video/Audio Decoder (video multimedia, revision 0x05) at pci1 dev 7 function 0 not configured Conexant Systems CX23880/1/2/3 PCI Audio Port (no dbx) (miscellaneous multimedia, revision 0x05) at pci1 dev 7 function 1 not configured cxdtv0 at pci1 dev 7 function 2cxdtv0: unsupported device 0x14020070 Conexant Systems CX23880/1/2/3 PCI IR Port (miscellaneous multimedia, revision 0x05) at pci1 dev 7 function 4 not configured Adding --- a/pcidevs +++ b/pcidevs @@ -2157,6 +2157,9 @@ product GLOBALSUN GL24110P02 0x1102 GL24110P PCI IEE /* Guillemot products */ product GUILLEMOT MAXIRADIO 0x1001 MAXIRADIO +/* Hauppauge products */ +product HAUPPAUGE HVR3000 0x1402 WinTV-HVR 3000 + /* Hawking products */ product HAWKING PN672TX 0xab08 PN672TX 10/100 Ethernet will match the board, but then how do I find out about what to put into cb_tuner and cb_demod? (v4l suggests "TUNER_PHILIPS_FMD1216ME_MK3" for the tuner) Cheers, Patrick http://mail-index.netbsd.org/port-i386/2006/12/26/0000.html ( http://mail-index.netbsd.org/tech-kern/2007/05/24/0001.html )
>From 44c65a164e7a238fa85379a4a983107c333519fe Mon Sep 17 00:00:00 2001 From: Patrick Welche <[email protected]> Date: Fri, 5 Aug 2011 15:30:29 +0100 Subject: [PATCH] Add PCI device ID for audio function 1 of Conexant CX2388x The device id of function 1 of CX23880 can be: 0x8801 0x8811 (no dbx audio) --- pcidevs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pcidevs b/pcidevs index 05b4f9a..ab61ca3 100644 --- a/pcidevs +++ b/pcidevs @@ -1806,6 +1806,7 @@ product CONEXANT CX2388X 0x8800 CX23880/1/2/3 PCI Video/Audio Decoder product CONEXANT CX2388XAUDIO 0x8801 CX23880/1/2/3 PCI Audio Port product CONEXANT CX2388XMPEG 0x8802 CX23880/1/2/3 PCI MPEG Port product CONEXANT CX2388XIR 0x8804 CX23880/1/2/3 PCI IR Port +product CONEXANT CX2388XAUDIO2 0x8811 CX23880/1/2/3 PCI Audio Port (no dbx) product CONEXANT CX23885 0x8852 CX23885 /* Contaq Microsystems products */ -- 1.6.3
