If CONFIG_KALLSYMS is enabled, built-in drivers can be disabled by disabling their init function. For uvcvideo (which is likely to be the driver used for your webcam), add
initcall_blacklist=uvc_video_init
to your kernel’s command line.
If CONFIG_KALLSYMS is enabled, built-in drivers can be disabled by disabling their init function. For uvcvideo (which is likely to be the driver used for your webcam), add
initcall_blacklist=uvc_video_init
to your kernel’s command line.