On Mar 1, 2006, at 12:12 PM, Chuck Messenger wrote: > I've compiled and installed the latest IVTV driver - ivtv-0.4.3. > Everything went according to the instructions at > http://ivtvdriver.org/index.php/Howto. The driver loads (but with > some > error messages). I see /dev/video0. However, when I cat /dev/ > video0, I > get nothing, with the following in /var/log/messages: > > Mar 1 12:22:17 office kernel: ivtv0 warning: i2c client addr: > 0x44 > not found for command 0xc0cc5605! > Mar 1 12:22:17 office kernel: ivtv0 warning: i2c client addr: > 0x44 > not found for command 0x40045613! > Mar 1 12:22:17 office kernel: ivtv0 warning: i2c client addr: > 0x44 > not found for command 0x40045612! > > Here's my procedure: > > First, I shut down the machine for 30 seconds, to get a cold boot (as > per a suggestion somewhere). After booting, I do: > > # modprobe ivtv > > I get the following in /var/log/messages: > > Mar 1 12:21:58 office kernel: ivtv: ==================== START > INIT IVTV ==================== > Mar 1 12:21:58 office kernel: ivtv: version 0.4.3 (tagged > release) > loading > Mar 1 12:21:58 office kernel: ivtv: Linux version: > 2.6.11-6mdk 686 > gcc-3.4 > Mar 1 12:21:58 office kernel: ivtv: In case of problems please > include the debug info between > Mar 1 12:21:58 office kernel: ivtv: the START INIT IVTV and END > INIT IVTV lines, along with > Mar 1 12:21:58 office kernel: ivtv: any module options, when > mailing the ivtv-users mailinglist. > Mar 1 12:21:58 office kernel: ivtv0: Autodetected WinTV PVR 150 > card (cx23416 based) > Mar 1 12:21:58 office kernel: tveeprom: ivtv version > Mar 1 12:21:58 office kernel: tveeprom: Hauppauge: model = 26552, > rev = F0A3, serial# = 8917936 > Mar 1 12:21:58 office kernel: tveeprom: tuner = TCL MFNM05-4 > (idx = > 103, type = 43) > Mar 1 12:21:58 office kernel: tveeprom: tuner fmt = NTSC(M) > (eeprom > = 0x08, v4l2 = 0x00001000) > Mar 1 12:21:58 office kernel: tveeprom: audio processor = CX25843 > (type = 25) > Mar 1 12:21:58 office kernel: tveeprom: decoder processor = > CX25843 > (type = 1e) > Mar 1 12:21:58 office kernel: ivtv0: i2c attach to card #0 ok > [client=tveeprom, addr=50] > Mar 1 12:21:58 office kernel: tuner (ivtv): chip found at addr > 0xc2 > i2c-bus ivtv i2c driver #0 > Mar 1 12:21:58 office kernel: ivtv0: i2c attach to card #0 ok > [client=(tuner unset), addr=61] > Mar 1 12:21:58 office kernel: ivtv0: Failed to load module > cx25840
Here's the problem : you're not getting cx25840 to load, which is required for the PVR150. > <snip> > As you can see, I get the error "Failed to load module cx25840", then > some more errors. You are correct, that is your problem. Try this : /sbin/modinfo cx25840 and then : cd /lib/modules/`uname -r` find . | grep cx25840 This should give us some info on what happened to your cx25840 module. Keith C _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
