[pvrusb2] 100306 snapshot compilation against kernel 2.6.19rc1 fails

Andreas Korinek andreas.korinek at wizards-of-chemistry.net
Sat Oct 7 12:51:14 CDT 2006


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.


More information about the pvrusb2 mailing list