[linux-dvb] Avermedia A16D
Michael Krufky
mkrufky at linuxtv.org
Fri Apr 25 15:22:06 CEST 2008
On Fri, Apr 25, 2008 at 8:50 AM, timf <timf at iinet.net.au> wrote:
> Hi Mauro,
>
> Mauro Carvalho Chehab wrote:
> >> However, whether I simply install v4l-dvb over the top of the
> >> existing modules,
> >> or use rm -r /lib/modules/`uname -r`/kernel/drivers/media
> >> and then install v4l-dvb modules
> >>
> >> this is the result:
> >>
> >> [ 37.414395] Linux video capture interface: v2.00
> >> [ 37.563230] saa7134: disagrees about version of symbol
> >> videobuf_streamoff
> >> [ 37.563236] saa7134: Unknown symbol videobuf_streamoff
> >
> > What seems to be happen is that you are using an old version of
> > videobuf. This may happen on a few cases:
> >
> > 1) the old videobuf* (or video-buf) is still loaded. In this case,
> > rmmod it manually or rebooting should fix;
> >
> > 2) videobuf weren't compiled as a module. You'll need to compile your
> > kernel, being sure that both DVB and V4L are compiled as module;
> >
> > 3) the kernel building system is using some dirty information. In this
> > case, "make distclean" generally solves.
> >
> > I don't think (2) applies to distro kernels, but I'm not sure what
> > Ubuntu guys are doing.
Ubuntu has this issue in their open bugs list:
https://bugs.launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.24/+bug/220857
It is not an issue of the old video-buf being used -- I don't have the
old module present on my system at all:
/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/videobuf-vmalloc.ko
/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/videobuf-dma-sg.ko
/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/videobuf-dvb.ko
/lib/modules/2.6.24-16-generic/kernel/drivers/media/video/videobuf-core.ko
Tim Gardener says to use the linux-headers-lum-`uname -r` package
rather than linux-headers-`uname -r` , but that is not working,
either.
Hopefully this will be resolved soon -- Hardy Heron has already been
released, containing this bug!
Regards,
Mike
More information about the linux-dvb
mailing list