You are not logged in.
Pages: 1
Hi archers,
I have a builtin USB webcam on my laptop that works with the uvcvideo module.
Something like 6 month ago everything was fine, /dev/video0 was present and I was able to fire up my webcam with mplayer tv:// or cheese.
But then, it began to flicker, i.e /dev/video0 was present on boot and after a moment it disappeared and then reappeared and so on. Kernel logs show that the webcam was regularly re-detected.
But recently, it wasn't even detected on boot, therefore the uvcvideo module is not loaded anymore. Modprobeing it changes nothing.
I wonder if this related to the kernel (I use both core repo kernel and repo-ck one) or some trouble with udev. There is no trace of webcam in dmesg. lsusb neither list it.
What's wrong ?
Offline
Have you ruled out hardware?
Does journalctl mention it? (e.g. grep uvc)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Have you ruled out hardware?
Does journalctl mention it? (e.g. grep uvc)
I use rsyslog with journald, so I greped uvc in /var/log/everything.log
I found
Dec 24 17:16:33 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 24 17:16:33 localhost kernel: usbcore: registered new interface driver uvcvideo
Dec 25 00:45:05 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 09:49:34 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 10:05:42 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 11:43:17 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 12:20:14 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 13:22:42 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)
Dec 25 13:36:31 localhost kernel: uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b013)So I looked at /dev and found /dev/video0 ! I have not rebooted since I opened this thread.
So it's not a hardware problem, and the behavior is the same as previously : the webcam come and go randomly (and according to Murphy's law, it goes off when I need it). Maybe it has to do with USB power saving, I don't know.
Offline
Pages: 1