I have a system with a PVR-150 in it and I recently had to replace the hard drive and reinstall OS and apps from scratch. Now that I'm done, I'm having problems with the PVR-150 card. The three "failed to load" modules listed below are built and can be modprobe'd individually. On my PVR-250 system, I don't have to even explicitly specify them . . . they are loaded automatically by ivtv, but I've tried putting them in /etc/modules.autoload.d/kernel-2.6 before and after ivtv.
When I try to `cat /dev/video0 > /tmp/test.mpg` I get a zero byte file and the second set of messages are appended to dmesg output. I'm using kernel 2.6.26 (gentoo r1) and ivtv 1.3.0. I've included the multimedia section of my kernel config below along with lsmod output. Thanks in advance for your help. I appreciate it. # dmesg . . . ivtv: Start initialization, version 1.3.0 ivtv0: Initializing card #0 ivtv0: Autodetected Hauppauge card (cx23416 based) ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 18 ACPI: PCI Interrupt 0000:01:02.0[A] -> Link [LNKC] -> GSI 18 (level, low) -> IRQ 18 i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2d00 i2c-adapter i2c-2: nForce2 SMBus adapter at 0x2e00 tveeprom 0-0050: Hauppauge model 26132, rev F1B2, serial# 9900016 tveeprom 0-0050: tuner model is TCL M2523_5N_E (idx 112, type 50) tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08) tveeprom 0-0050: audio processor is CX25841 (idx 35) tveeprom 0-0050: decoder processor is CX25841 (idx 28) tveeprom 0-0050: has no radio, has IR receiver, has IR transmitter ivtv0: Autodetected Hauppauge WinTV PVR-150 ivtv0: Reopen i2c bus for IR-blaster support ivtv0: Failed to load module tuner ivtv0: Failed to load module cx25840 ivtv0: Failed to load module wm8775 ivtv0: Registered device video0 for encoder MPG (4096 kB) ivtv0: Registered device video32 for encoder YUV (2048 kB) ivtv0: Registered device vbi0 for encoder VBI (1024 kB) ivtv0: Registered device video24 for encoder PCM (320 kB) ivtv0: Initialized card #0: Hauppauge WinTV PVR-150 ivtv: End initialization # dmesg . . . firmware: requesting v4l-cx2341x-enc.fw ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes) ivtv0: Encoder revision: 0x02060039 ivtv0: i2c addr 0x44 not found for command 0xc008561c ivtv0: i2c addr 0x44 not found for command 0x4008646f ivtv0: i2c hardware 0x00000020 (wm8775) not found for command 0x4008646d ivtv0: i2c hardware 0x00000001 (cx25840) not found for command 0x4008646d ivtv0: i2c addr 0x44 not found for command 0xc0d05605 ivtv0: i2c addr 0x44 not found for command 0x40045613 ivtv0: i2c addr 0x44 not found for command 0x40045612 # cat /usr/src/linux/.config . . . # # Multimedia drivers # CONFIG_MEDIA_ATTACH=y CONFIG_MEDIA_TUNER=m # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set CONFIG_MEDIA_TUNER_SIMPLE=m CONFIG_MEDIA_TUNER_TDA8290=m CONFIG_MEDIA_TUNER_TDA9887=m CONFIG_MEDIA_TUNER_TEA5761=m CONFIG_MEDIA_TUNER_TEA5767=m CONFIG_MEDIA_TUNER_MT20XX=m CONFIG_MEDIA_TUNER_XC2028=m CONFIG_MEDIA_TUNER_XC5000=m CONFIG_VIDEO_V4L2=m CONFIG_VIDEO_V4L1=m CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_DMA_SG=m CONFIG_VIDEO_BTCX=m CONFIG_VIDEO_IR_I2C=m CONFIG_VIDEO_IR=m CONFIG_VIDEO_TVEEPROM=m CONFIG_VIDEO_TUNER=m CONFIG_VIDEO_CAPTURE_DRIVERS=y # CONFIG_VIDEO_ADV_DEBUG is not set CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_TVAUDIO=m CONFIG_VIDEO_TDA7432=m CONFIG_VIDEO_TDA9875=m CONFIG_VIDEO_MSP3400=m CONFIG_VIDEO_CS53L32A=m CONFIG_VIDEO_M52790=m CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_WM8739=m CONFIG_VIDEO_VP27SMPX=m CONFIG_VIDEO_SAA711X=m CONFIG_VIDEO_SAA717X=m CONFIG_VIDEO_CX25840=m CONFIG_VIDEO_CX2341X=m CONFIG_VIDEO_SAA7127=m CONFIG_VIDEO_UPD64031A=m CONFIG_VIDEO_UPD64083=m # CONFIG_VIDEO_VIVI is not set CONFIG_VIDEO_BT848=m # CONFIG_VIDEO_SAA6588 is not set # CONFIG_VIDEO_CPIA is not set # CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set # CONFIG_TUNER_3036 is not set # CONFIG_VIDEO_STRADIS is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIDEO_SAA7134 is not set # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_DPC is not set # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set # CONFIG_VIDEO_CX88 is not set CONFIG_VIDEO_IVTV=m # CONFIG_VIDEO_CAFE_CCIC is not set # CONFIG_V4L_USB_DRIVERS is not set # CONFIG_SOC_CAMERA is not set # CONFIG_RADIO_ADAPTERS is not set # CONFIG_DAB is not set # lsmod Module Size Used by wm8775 8492 0 cx25840 28172 0 tuner 26636 0 xfs 421416 1 dm_mod 51688 3 nvidia 8101616 0 snd_hda_intel 425172 0 snd_pcm 72200 1 snd_hda_intel snd_timer 21968 1 snd_pcm i2c_nforce2 8576 0 snd_page_alloc 10064 2 snd_hda_intel,snd_pcm snd_hwdep 9416 1 snd_hda_intel ivtv 135460 0 compat_ioctl32 9984 1 ivtv i2c_algo_bit 7876 1 ivtv cx2341x 12868 1 ivtv v4l2_common 12416 5 wm8775,cx25840,tuner,ivtv,cx2341x videodev 32256 3 tuner,ivtv,compat_ioctl32 v4l1_compat 14916 2 ivtv,videodev tveeprom 15492 1 ivtv i2c_core 22048 9 wm8775,cx25840,tuner,nvidia,i2c_nforce2,ivtv,i2c_algo_bit,v4l2_common,tveeprom lirc_imon 15116 1 lirc_dev 13000 1 lirc_imon snd 48968 4 snd_hda_intel,snd_pcm,snd_timer,snd_hwdep _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
