restart the network manager (ubuntu)
sudo service network-manager restart
Works like a charm.
sudo service network-manager restart
sudo apt-get install ecryptfs-utils
ecryptfs-setup-privateYou will be asked to enter your Login-Password and a Passphrase (don't).
cd ~/.ecryptfs
ecryptfs-unwrap-passphraseto extract your passphrase.
Reboot.
cd tor-browser_en-US/
./start-tor-browser.desktop
uvcvideo
kernel module.sudo modprobe -r uvcvideo
modprobe: FATAL: Module uvcvideo is in use.
after trying to remove the uvcvideo module, you can try to force its removal with the following:
sudo rmmod -f uvcvideo
sudo modprobe uvcvideo
ALT+F2
gksu gedit /etc/modprobe.d/blacklist.conf
You will be asked for your password. After giving it, a text file should open. Paste at the end of the text file on a new line:blacklist uvcvideo
Then save the file and exit. Next time you start Ubuntu, the webcam should be disabled.