Hey guys, just updated the computer from an old k6-2 to a speedy dualcore AMD 5000+ (2.6ghz.) First time I've been using Ubuntu (8.10 with the latest kernel & software updates) and its really been great, so far. Just one problem left to figure out.. and that's how to get this WinTV-PVR USB2 unit working.
Something just isn't right, when I plug it in, the red LED comes on for a just a moment and turns off again. (this unit model is 24022.) Here is the dmesg output
[INDENT][ 212.204519] usb 5-4: new high speed USB device using ehci_hcd and address 4 [ 212.342001] usb 5-4: configuration #1 chosen from 1 choice [ 212.413243] Linux video capture interface: v2.00 [ 212.456185] usbcore: registered new interface driver pvrusb2 [ 212.456941] pvrusb2: Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner : V4L in-tree version [ 212.456946] pvrusb2: Debug mask is 31 (0x1f) [ 213.456160] firmware: requesting v4l-pvrusb2-24xxx-01.fw [ 213.491075] pvrusb2: Device microcontroller firmware (re)loaded; it should now reset and reconnect. [ 213.511663] usb 5-4: USB disconnect, address 4 [ 213.512102] pvrusb2: Device being rendered inoperable [ 215.260518] usb 5-4: new high speed USB device using ehci_hcd and address 5 [ 215.397596] usb 5-4: configuration #1 chosen from 1 choice [ 215.493726] cx25840' 1-0044: cx25843-24 found @ 0x88 (pvrusb2_a) [ 215.553996] tuner' 1-0043: chip found @ 0x86 (pvrusb2_a) [ 215.566353] tda9887 1-0043: creating new instance [ 215.566360] tda9887 1-0043: tda988[5/6/7] found [ 215.597452] tuner' 1-0061: chip found @ 0xc2 (pvrusb2_a) [ 215.602188] wm8775' 1-001b: chip found @ 0x36 (pvrusb2_a) [ 215.628868] tveeprom 1-00a2: Hauppauge model 24022, rev E1A3, serial# 8672151 [ 215.628873] tveeprom 1-00a2: tuner model is TCL MFNM05-4 (idx 103, type 43) [ 215.628875] tveeprom 1-00a2: TV standards NTSC(M) (eeprom 0x08) [ 215.628877] tveeprom 1-00a2: audio processor is CX25843 (idx 37) [ 215.628879] tveeprom 1-00a2: decoder processor is CX25843 (idx 30) [ 215.628881] tveeprom 1-00a2: has radio, has IR receiver, has IR transmitter [ 215.628885] pvrusb2: Supported video standard(s) reported available in hardware: PAL-M/N/Nc;NTSC-M/Mj/Mk [ 215.628888] pvrusb2: Mapping standards mask=0xb700 (PAL-M/N/Nc;NTSC-M/Mj/Mk) [ 215.628890] pvrusb2: Setting up 6 unique standard(s) [ 215.628893] pvrusb2: Set up standard idx=0 name=PAL-M [ 215.628895] pvrusb2: Set up standard idx=1 name=PAL-N [ 215.628897] pvrusb2: Set up standard idx=2 name=PAL-Nc [ 215.628898] pvrusb2: Set up standard idx=3 name=NTSC-M [ 215.628900] pvrusb2: Set up standard idx=4 name=NTSC-Mj [ 215.628902] pvrusb2: Set up standard idx=5 name=NTSC-Mk [ 215.628904] pvrusb2: Initial video standard guessed as NTSC-M [ 215.642001] pvrusb2: Device initialization completed successfully. [ 215.642910] pvrusb2: registered device video0 [mpeg] [ 215.643737] pvrusb2: registered device radio0 [mpeg] [ 215.655737] firmware: requesting v4l-cx25840.fw [ 217.838724] cx25840' 1-0044: loaded v4l-cx25840.fw firmware (16382 bytes) [ 217.984070] tuner-simple 1-0061: creating new instance [ 217.984080] tuner-simple 1-0061: type set to 43 (Philips NTSC MK3 (FM1236MK3 or FM1236/F)) [ 218.052042] cx25840' 1-0044: Video signal: not present [ 218.052050] cx25840' 1-0044: Detected format: NTSC-M [ 218.052052] cx25840' 1-0044: Specified standard: NTSC-M [ 218.052053] cx25840' 1-0044: Specified video input: Composite 7 [ 218.052055] cx25840' 1-0044: Specified audioclock freq: 48000 Hz [ 218.058146] cx25840' 1-0044: Detected audio mode: forced mode [ 218.058150] cx25840' 1-0044: Detected audio standard: no detected audio standard [ 218.058152] cx25840' 1-0044: Audio muted: no [ 218.058154] cx25840' 1-0044: Audio microcontroller: detecting [ 218.058156] cx25840' 1-0044: Configured audio standard: automatic detection [ 218.058159] cx25840' 1-0044: Configured audio system: BTSC [ 218.058163] cx25840' 1-0044: Specified audio input: Tuner (In8) [ 218.058165] cx25840' 1-0044: Preferred audio mode: stereo [ 218.058167] tda9887 1-0043: Data bytes: b=0x14 c=0x30 e=0x44 [ 218.058169] tuner' 1-0061: Tuner mode: analog TV [ 218.058171] tuner' 1-0061: Frequency: 175.25 MHz [ 218.058174] tuner' 1-0061: Standard: 0x00001000 [ 218.058176] wm8775' 1-001b: Input: 2 [ 218.058183] firmware: requesting v4l-cx2341x-enc.fw[/INDENT]
It seems to load the correct firmware to begin with.. but then "renders it inoperable" (whatever that means.) And as I highlighted near the bottom it loads up the 2341x firmware .. which obviously isn't correct for the 24022 models. The /dev/ links to video0 and radio0 still exist but obviously they are not working.
Anybody here have a hunch as to whats happening ?