PDA

View Full Version : ivtv and my Hauppague 250


undrthecvrsagen
2007-12-24, 03:01 AM CST
Let me preface all of this by saying I'm fairly new to Linux.
I just installed MythDora tonight and my PVR card was not listed in dmesg right away. So I went to install ivtv using yum and everything went fine. Then I got an error when i went to modprobe ivtv

ivtv: disagrees about version of symbol video_unregister_device

I found the solution, but for ubuntu and using apt-get:
you will need to reinstall the running linux image. This can be caused by overwriting the modules necessary for ivtv to work.

Reinstall the linux image:

sudo apt-get install --reinstall linux-image-`uname -r`
sudo depmod -a

Follow the steps to rebuild the modules.

Can anyone help me out with how I can do this on Fedora?