webcam led is on when camera is not really used
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Fedora) |
Invalid
|
Medium
|
|||
linux (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
After I had upgraded from Natty to Oneiric I found that sometimes the led of my webcam was on after boot (ASUS K52 laptop). It makes me a bit nervous because I really don't want to have my webcam on while using laptop :)
I tried to find out which program uses the webcam (lsof /dev/video0) but failed. Today I've found that led becomes active while any USB device is connected to laptop: USB flash drive or photo camera.
This information helped me to find the problem on Fedora forum:
https:/
so I know that even `sudo udevadm trigger --action=add` leads to led flash
Unfortunatelly they have no solution, me either.
I believe the problem is somewhere in new udev rules because I never noticed this problem in Natty before
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: udev 173-0ubuntu4
ProcVersionSign
Uname: Linux 3.0.0-14-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Nov 29 21:19:43 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: ASUSTeK Computer Inc. K52F
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: udev
UpgradeStatus: Upgraded to oneiric on 2011-11-09 (19 days ago)
dmi.bios.date: 07/12/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K52F.218
dmi.board.
dmi.board.name: K52F
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.
dmi.modalias: dmi:bvnAmerican
dmi.product.name: K52F
dmi.product.
dmi.sys.vendor: ASUSTeK Computer Inc.
Changed in linux (Fedora): | |
importance: | Unknown → Medium |
status: | Unknown → Invalid |
Created attachment 432563
output of `sudo lsusb -vv'
Description of problem:
After boot and after wakeup from hibernate the LED indicator on the built-in webcam of my ASUS F3 laptop is turned on.
Version-Release number of selected component (if applicable):
It has happened with all kernel (and other related versions) I've upgraded to for a few months, first in Fedora 12 and now in Fedora 13.
How reproducible:
Get such a laptop running Fedora 13 and boot it, or hibernate & resume it.
Or:
Actual results:
The webcam LED will be on after boot / resume.
Expected results:
The webcam LED should be off after boot / resume.
Additional info:
The LED can be turned off by enabling the webcam using some webcam software for a few moments, e.g. vlc or cheese. At first the LED will stay on when the software turns the webcam on, but the LED will go off when the software is closed. In this software, the webcam works fine.
This bug also happened on Fedora 12 (I upgraded a few days ago). On Fedora 12, I used the following workaround: `sleep 30 && modprobe -r uvcvideo && modprobe uvcvideo' in /etc/rc.local.
After upgrading to Fedora 13, this stopped to work: removing and re-inserting the uvcvideo module does (usually) not turn off the LED anymore. However, after the LED has been turned off, removing and re-inserting the uvcvideo module does not turn the LED on either (usually).