It looks like the driver that you built is not for the kernel that you are
running.

   1. Boot with the kernel that you will be using
   2. As root run modprobe -d cx18
   3. Download a fresh copy of the driver at
   http://www.linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz
   4. Extract it to a directory. (Don't use the same one that you just
   used.)
   5. From the directory that you extracted the driver run make and then as
   root run make install; depmod -a
   6. Download the firmware from
   http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz
   7. Extract the files and put all the *.fw into your firmware directory.
   I'm not sure where that is in Mandriva but you might want to look under
   /lib/firmware or /lib/firmware/[kernel-version]. You can get your kernel
   version by running the uname -a command.
   8. As root run modprobe cx18
   9. Run dmesg|grep cx18 to see what happened

--
Richard


On Wed, Oct 8, 2008 at 2:51 PM, Carl L. Gilbert <
[EMAIL PROTECTED]> wrote:

>  Im just getting started here and trying to get the driver loaded so I can
> use MythTV.  I was told the ivtv driver is the one to use for my card which
> is the Hauppauge HVR-1600.  I tried to simply download and build and install
> the driver.  I have Mandriva 2008.  I managed to get it to make and
> appearantly install, but when I go to
>
> modprobe cx18
>
> I get some error messages and it does not seem to load.
>
>
> videodev: exports duplicate symbol v4l_printk_ioctl (owned by v4l2_common)
> cx18: Unknown symbol video_ioctl2
> cx18: Unknown symbol video_devdata
> cx18: Unknown symbol video_unregister_device
> cx18: Unknown symbol video_device_alloc
> cx18: Unknown symbol video_register_device
> cx18: Unknown symbol video_device_release
>
>
> Any idea what I could have done wrong.  I have been into the guts of Linux
> back in the day, but its been a while.  OS just runs and since im not fixing
> on it all the time I tend to forget stuff.  If you could point me to some
> info or give me some tips I would appreciate it.
>
>
>
> Thanks!
>
>
>
> Carl
>
> _______________________________________________
> 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

Reply via email to