Skip to main content
2 of 3
Oops, this needs CONFIG_KALLSYMS.
Stephen Kitt
  • 481.5k
  • 60
  • 1.2k
  • 1.4k

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.

Stephen Kitt
  • 481.5k
  • 60
  • 1.2k
  • 1.4k