Justin wrote: > > Just looking for info on how to get both cards to run in my > MythTV box, I'm getting this error - > > Mar 2 20:35:22 myth kernel: tveeprom: Encountered bad packet > header [04]. Corrupt or not a Hauppauge eeprom. > > using kernel 2.6.10-1.760 - FC3 > > Anyone running both of these cards?
Yes and no ;-) Running a PVR-350 and a Nova-T but exactly the same problem that I ran into I think your problem is that the ivtv tveeprom isn't recognising the eeprom in the HD-3000. What I did was rename the ivtv tveeprom.ko to tveeprom-ivtv.ko then create a modprobe.conf.ivtv with alias char-major-81 videodev alias char-major-81-0 ivtv alias tveeprom tveeprom-ivtv options ivtv ivtv_debug=0 ivtv_std=2 In it (you don't need the ivtv_std=2 unless you are PAL and the ivtv_debug=0 is to keep the error logs down ;-) ) and then the line install ivtv-fb /sbin/modprobe -C /etc/modprobe.conf.ivtv ivtv; /sbin/modprobe --ignore-install ivtv-fb In my modprobe.conf.local That cured it and both cards loaded and worked, oh you'll need the original tveeprom.ko from V4l if you've deleted it. HTH Druid ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
