Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763249 - sys-kernel/gentoo-sources-5.10.4 USB uvcvideo
Summary: sys-kernel/gentoo-sources-5.10.4 USB uvcvideo
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-03 09:14 UTC by jorge
Modified: 2021-01-03 18:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jorge 2021-01-03 09:14:58 UTC
***Assuming one is building the kernel from scratch***:

following the steps of https://wiki.gentoo.org/wiki/Webcams for enabling uvc webcams in the latest stable kernel (sys-kernel/gentoo-sources-5.4.81-r1) is enough. However, if building with the kernel sys-kernel/gentoo-sources-5.10.4 there are a few extra steps/changes in order to enable webcams, enable:

CONFIG_MEDIA_SUPPORT_FILTER
CONFIG_USB_VIDEO_CLASS (has to be a module, building into kernel doesn't work)
CONFIG_MEDIA_PLATFORM_SUPPORT -> CONFIG_VIDEO_MEM2MEM_DEINTERLACE

(in addition to the previous configurations suggested in the wiki page)
Comment 1 Jonas Stein gentoo-dev 2021-01-03 14:14:53 UTC
I do not see a bug in gentoo here.
Sounds as a general hint. 
Please improve the wiki as you like.

Please reopen, if you really found a bug.
Comment 2 jorge 2021-01-03 18:57:02 UTC
Hello:

Will do. I'll wait until the kernel is stable and see if something changes. That should also give me the time to do research on wiki best practices.