On Mar 3, 2006, at 6:35 AM, Michael Adriaansen wrote: > Hi, > > I mailed this list that I had a problem to load the firmware. When > I was > searching in the archive, I found that I had to echo /sbin/hotplug in > /proc/sys/kernel/hotplug because of a bug. This bug still isn't > solved but > I know how to get a step further. I also found out that I had to > load the > modules manually because ivtv can't do that by himself. But when I do > modprobe ivtv, I still get the error that he can't load the other > modules > and it takes a verry long time to load ivtv. I can watch tv, but > ivtv just > should detect those modules. The modules are in > /lib/modules/2.6.14-ck8-r2/extra/. This time I installed ivtv 0.4.2 > with > portage. This is my dmesg log: > > ivtv: ==================== START INIT IVTV ==================== > ivtv: version 0.4.2 (tagged release) loading > ivtv: Linux version: 2.6.14-ck8-r2 SMP gcc-3.4 > ivtv: In case of problems please include the debug info between > ivtv: the START INIT IVTV and END INIT IVTV lines, along with > ivtv: any module options, when mailing the ivtv-users mailinglist. > ivtv0: Autodetected WinTV PVR 150 card (cx23416 based) > tveeprom: ivtv version > ivtv0: i2c attach to card #0 ok [client=tveeprom, addr=50] > tuner (ivtv): chip found at addr 0xc0 i2c-bus ivtv i2c driver #0 > ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=60] > tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #0 > ivtv0: i2c attach to card #0 ok [client=(tuner unset), addr=61] > tda9887 2-0043: (ivtv) chip found @ 0x86 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=tda9887, addr=43] > cx25840 2-0044: ivtv driver > cx25840 2-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=cx25840, addr=44] > wm8775 2-001b: ivtv driver > wm8775 2-001b: chip found @ 0x36 (ivtv i2c driver #0) > ivtv0: i2c attach to card #0 ok [client=wm8775, addr=1b] > ivtv0: Failed to load module tveeprom
This is your primary problem. tveeprom is not loading. It attempts to, as noted in the tveeprom: ivtv version line above, but it never actually works. Do you have anything in your modprobe.conf for ivtv? You should not. You should also try the latest release version of ivtv instead of 0.4.2. Keith C > ivtv0: This is the first unit of a PVR500 > ivtv0: Failed to load module tuner > ivtv0: Failed to load module cx25840 > ivtv0: Failed to load module wm8775 > ivtv0: Failed to load module tda9887 > ivtv0: Detected a TEA5767 radio tuner. Enabling radio support. > ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) > ivtv0: Encoder revision: 0x02050032 > ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers > (4096KB total) > ivtv0: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB > total) > ivtv0: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB > total) > ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers > (2048KB > total) > ivtv0: Create encoder radio stream > ivtv0: Initialized WinTV PVR 500 (unit #1), card #0 > ivtv: ====================== NEXT CARD ====================== > ivtv1: Autodetected WinTV PVR 150 card (cx23416 based) > tveeprom: ivtv version > ivtv1: i2c attach to card #1 ok [client=tveeprom, addr=50] > tuner (ivtv): chip found at addr 0xc2 i2c-bus ivtv i2c driver #1 > ivtv1: i2c attach to card #1 ok [client=(tuner unset), addr=61] > tda9887 3-0043: (ivtv) chip found @ 0x86 (ivtv i2c driver #1) > ivtv1: i2c attach to card #1 ok [client=tda9887, addr=43] > cx25840 3-0044: ivtv driver > cx25840 3-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #1) > ivtv1: i2c attach to card #1 ok [client=cx25840, addr=44] > wm8775 3-001b: ivtv driver > wm8775 3-001b: chip found @ 0x36 (ivtv i2c driver #1) > ivtv1: i2c attach to card #1 ok [client=wm8775, addr=1b] > ivtv1: Failed to load module tveeprom > ivtv1: This is the second unit of a PVR500 > ivtv1: Correcting tveeprom data: no radio present on second unit > ivtv1: Failed to load module tuner > ivtv1: Failed to load module cx25840 > ivtv1: Failed to load module wm8775 > ivtv1: Failed to load module tda9887 > ivtv1: loaded v4l-cx2341x-enc.fw firmware (262144 bytes) > ivtv1: Encoder revision: 0x02050032 > ivtv1: Allocate DMA encoder MPEG stream: 128 x 32768 buffers > (4096KB total) > ivtv1: Allocate DMA encoder YUV stream: 161 x 12960 buffers (2048KB > total) > ivtv1: Allocate DMA encoder VBI stream: 80 x 26208 buffers (2048KB > total) > ivtv1: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers > (2048KB > total) > ivtv1: Initialized WinTV PVR 500 (unit #2), card #1 > ivtv: ==================== END INIT IVTV ==================== > > Thanks in advance > Btw: I'm running kernel 2.6.14-ck8-r2 now. > > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
