Thank you very much. I tried this, but it does not appear to fix my problem. In my config, I now have
/lib/modules/2.6.11-1.14_FC3/v4l2/tveeprom.ko.old /lib/modules/2.6.11-1.14_FC3/updates/drivers/media/video/tveeprom.ko and the same for the other three files you mention. depmod -ae but modprobe cx88-dvb still says cx88_dvb: disagrees about version of symbol cx22702_attach in dmesg. rebooted, try again same deal. i guess i could go the other way and remove the updates kernel modules and see what happens with just the v4l ones in place? I notice I am on ivtv-0.3.4a-85.rhfc3.at, maybe that is the problem? Or, I could build from scratch, would be straightforward to do that, just seems drastic given the problem, since everything else works great. Thanks again. On 5/20/05, Rich Goodin <[EMAIL PROTECTED]> wrote: > > I don't know if this is the cleanest solution but here is what I did > to get my PVR250 to work with dual pcHDTV 3000s. I'm building from > source, ivtv-0.3.3k, pcHDTV-2.0 but this may not be required with > later kernels. I'd also be interested if someone has a cleaner > solution, particularly for udev on FC3. > > After building and installing the drivers I rename the following > duplicate files: > cd /lib/modules/`uname -r` > mv ivtv/msp3400.ko ivtv/msp3400.ko- > mv ivtv/tveeprom.ko ivtv/tveeprom.ko- > mv v4l2/cx88-atsc.ko v4l2/cx88-atsc.ko- > mv v4l2/tuner.ko v4l2/tuner.ko- > depmod -a > > Then in my /etc/rc.d/rc.local: > # > # Setup vidio capture drivers > # > modprobe ivtv > modprobe cx88-dvb > > This gives me 3 v4l connections: > 1) pcHDTV video in /dev/video0 (unused - it has weird color problems) > 2) pcHDTV video in /dev/video1 (unused - " " " > " " ) > 3) PVR250 video in /dev/video2 (DirectTV reciever Svideo connection) > > And the dvb connections for the ATSC pcHDTV cards at: > 1) /dev/dvb/adapter0 > 2) /dev/dvb/adapter1 > > It has been running reliably since I set it up a few months back. > > Hope this helps, > Rich Goodin > > On May 20, 2005, at 10:17 AM, Ted Healey wrote: > > > I have been stuck on this for a few wks. Overall my system works > > fantastic with a 150, but I can't get my pcHDTV3000 to work. > > > > I think that it means that I have a conflict in one rpm vs another, in > > the kernel modules. Or, that they are being modprobed in the wrong > > order. I installed the pchdtv driver (went just fine) and everything > > else is FC3 Jarod / Axel. > > > > I am modprobing -r various modules, trying to get this to load > > (randomly if I'm honest), but I am in over my head at this point. If > > anyone could offer even a URL that offers troubleshooting information > > wrt conflicts, load order, between kernel modules that would be > > appreciated. I would like to fix it myself but man modprobe and google > > are not getting it done. > > > > $ sudo modprobe cx88-dvb > > FATAL: Error inserting cx88_dvb > > (/lib/modules/2.6.11-1.14_FC3/updates/drivers/media/video/cx88- > > dvb.ko): > > Unknown symbol in module, or unknown parameter (see dmesg) > > FATAL: Error running install command for cx88_dvb > > > > $ dmesg |tail > > cx25840: decoder enable output > > cx88_dvb: disagrees about version of symbol cx22702_attach > > cx88_dvb: Unknown symbol cx22702_attach > > > > Thanks. > > _______________________________________________ > > mythtv-users mailing list > > [email protected] > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > > > _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
