How to Disable Laptop Camera in Ubuntu 13.10 Saucy

Last updated: October 15, 2013

This simple tutorial is going to show you how to disable laptop camera in Ubuntu 13.10 Saucy. Cameras are controlled by the uvcvideo kernel module, so all you need to do is block it from loading.

After this tutorial, you’ll get a blank screen in Cheese:

blank screen after disabled camera

blank screen after disabled camera

To get started:

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run command to disable the camera until reboot:

sudo modprobe -r uvcvideo

You will be asked for your password, and after typing it, if there are no errors shown in the terminal, your webcam should be disabled.

To enable your webcam again, run:

sudo modprobe uvcvideo

If you want to permanently disable camera, run below command to block the kernel mode by adding to config file.

echo 'blacklist uvcvideo' | sudo tee -a /etc/modprobe.d/blacklist.conf

Reboot your machine and done.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to How to Disable Laptop Camera in Ubuntu 13.10 Saucy

  1. Thank you. It worked first time.

  2. i need how to disable laptop default webcam then enable usb webcam in ubuntu