problem attaching PVR250, error message in log

Joe Auty joe at netmusician.org
Thu Apr 13 15:46:28 UTC 2006


Okay, I forgot that last night I experimented with installing a  
kernel without the patch, so I reinstalled the patched kernel... Now  
I'm getting the following different error message:

cxm0: <Conexant iTVC16 MPEG Coder> mem 0xe0000000-0xe3ffffff irq 11  
at device 9.0 on pci0
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 0x63
cxm0: could not initialize tuner
iicbus0: detached
iicbb0: detached
cxm_iic0: detached
device_attach: cxm0 attach returned 6




On Apr 13, 2006, at 10:53 AM, Erin E Conn wrote:

> Joe Auty wrote:
>> Okay, here is what I did...
>> cd /usr/ports/multimedia/pvr250
>> sudo make deinstall
>> sudo make clean
>> sudo make
>> edited work/dev/cxm/cxm_eeprom.c and added the lines:
>> case 0x63:
>>                   tuner_type = CXM_TUNER_TCL_2002N_5H;
>>                   break;
>> right before:
>>                 case 0x55: /* TCL 2002N-6A */
>>                         tuner_type = CXM_TUNER_TCL_2002N_6A;
>>                         break;
>> sudo make patch-iicbb (I'm assuming this is what you meant, make  
>> patch on its own does nothing)
>> sudo make install
>> kldload the kernel...
>> Still the same error message....
>> Did I miss something?
>
> Take out the "break;" The case needs to fall through to the  
> behavior for the 0x55 case.



More information about the freebsd-multimedia mailing list