Larry wrote:
> I'm jump in and answer my own question on what I did for the benefit of
> those that might come across this later on. This may not be the best way
> but it seemed to work.
>
> I'm going to go back and use kernel version 2.6.19-1.2911.fc6
>   
It wasn't strictly necessary to downgrade the kernel--I'm using 
2.6.19-1.2911.6.5 and I managed to get everything working fine by 
downgrading just the video4linux module.
> I had to erase the latest and then install the working version.
>
> rpm -e video4linux-kmdl-2.6.19-1.2911.fc6-20070302-78.fc6.at
> rpm -ivh video4linux-kmdl-2.6.19-1.2911.fc6-20061107-77.fc6.at.i686.rpm
>   
That's the meat of it. To generalize:

# rpm -e video4linux-kmdl-`uname -r`.fc6-20070302-78.fc6.at
# rpm -ivh video4linux-kmdl-`uname -r`.fc6-20061107-77.fc6.at.i686.rpm

Those commands should fix the speed problems.

Dan

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to