On Saturday 07 October 2006 19:22, Mike Isely wrote:
> OK, the root cause was a bad commit that removed the pvrusb2 driver's
> config description from the build system.  All I can say about this (in
> the words of Bart Simpson) is that "I didn't do it" :-)
>
> If you want to build the in-kernel driver you're going to have to undo the
> damage caused by the bad commit.  Edit drivers/media/video/Kconfig and
>
> change this:
> |  menu "V4L USB devices"
> |     depends on USB && VIDEO_DEV
> |
> |  source "drivers/media/video/em28xx/Kconfig"
>
> to this:
> |  menu "V4L USB devices"
> |     depends on USB && VIDEO_DEV
> |
> |  source "drivers/media/video/pvrusb2/Kconfig"
> |
> |  source "drivers/media/video/em28xx/Kconfig"

Now it's working with the in-tree version, the saa7115 module was missing.
Thanks for your help.
_______________________________________________
pvrusb2 mailing list
[email protected]
http://www.isely.net/cgi-bin/mailman/listinfo/pvrusb2

Reply via email to