Installing video4linux was part of the Jarod Wilson instructions: yum -y install ivtv_xdriver video4linux-kmdl-$KVER
Also, I believe the module is loaded, if I understand lsmod correctly: [EMAIL PROTECTED] ~]# lsmod | grep saa saa7127 14740 0 saa7115 17808 0 v4l2_common 25856 9 cx8800,bttv,cx25840,ivtv,cx2341x,videodev,tuner,saa7115,msp3400 i2c_core 26049 14 cx88xx,bttv,lirc_i2c,wm8775,cx25840,i2c_ec,i2c_i801,ivtv,i2c_algo_bit,saa7127,tuner,saa7115,msp3400,tveeprom [EMAIL PROTECTED] ~]# On 3/3/07, Sam Varshavchik <[EMAIL PROTECTED]> wrote: > Fred Firestine writes: > > > John, > > > > Thanks for that suggestion. I am halfway there now, in that I can see > > both my Hauppauge cards are capable of recording at the same time (by > > checking the recordings in mythfrontend, I can see previews). > > Unfortunately, my problem with the black screen on playing the > > recordings still exists. > > Err -- you're running to run the playback on the 350's TV-Out framebuffer, > and you're running FC6? > > For some unknown reason, FC6's kernel does not include the saa7127 module. > > The easiest way to get the saa7127 module: > > Grab the latest v4l-dvb package from > http://www.linuxtv.org/downloads/snapshots, and unpack it (warning: the > tarball extracts to the current directory). > > cd v4l > make ./.config > perl -e 's/=[my]/=n/; s/CONFIG_VIDEO_SAA7127=n/CONFIG_VIDEO_SAA7127=m/' -pi > .config > make Makefile.media > make all > make install > > This hack should end up installing only the missing saa7127 module, without > wasting time building the rest of video4linux. > > > > _______________________________________________ > 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
