Date: Wed, 09 Aug 2006 13:18:21 -0700 From: Michael <elshar@cheekan.org> To: freebsd-multimedia@freebsd.org Subject: Hauppauge PVR-500 on 6.1-amd64 Message-ID: <44DA430D.3070405@cheekan.org>
next in thread | raw e-mail | index | archive | help
Hey guys, I'm trying to get this card working. I think I've almost got it, but I'm really not a kernel/driver hacker type. I managed to find someone's patch to get the PVR-250 working. Applied the patches, rebuilt my kernel after making sure to include the iicbus/iicbb devices in the kernel conf file, and rebooted. However when I try to kldload the cxm and cxm_iic modules, it says it finds the card. It seems to only halfway work, complaining about an unknown tuner code and then detaches the devices: cxm0: <Conexant iTVC16 MPEG Coder> mem 0xf4000000-0xf7ffffff irq 17 at device 8. 0 on pci9 cxm_iic0: <Conexant iTVC15 / iTVC16 I2C controller> on cxm0 iicbb0: <I2C bit-banging driver> on cxm_iic0 iicbus0: <Philips I2C bus> on iicbb0 master-only cxm0: unknown tuner code 0x65 cxm0: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic0: detached device_attach: cxm0 attach returned 6 cxm1: <Conexant iTVC16 MPEG Coder> mem 0xf0000000-0xf3ffffff irq 18 at device 9. 0 on pci9 cxm_iic1: <Conexant iTVC15 / iTVC16 I2C controller> on cxm1 iicbb0: <I2C bit-banging driver> on cxm_iic1 iicbus0: <Philips I2C bus> on iicbb0 master-only cxm1: unknown tuner code 0x65 cxm1: could not initialize tuner iicbus0: detached iicbb0: detached cxm_iic1: detached device_attach: cxm1 attach returned 6 I've poked the drivers some, but apparently the version I have (rev E587) uses some Samsung tuner instead of the Phillips/etc ones that the past revs and the PVR 150/250/350's use. Has anyone had any luck in getting farther? Thanks, Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DA430D.3070405>