My builtin webcam stopped working after a kernel update issued after 22 April 2020 . Before this date i was able to take pictures on cheese and video call etc , and for a while i didn't use my webcam until yesterday i noticed that my webcam is getting detected as "usb 2.0 web camera" but its not working at all . Cheese shows a black screen when opened and Firefox asks for permission and then nothing happens . So i changed the kernel to version 5.0 and webcam started working properly . But i need to work it on the latest Ubuntu kernel . Any help will be thankful .
output of sudo lshw
:
*-usb:1
description: Video
product: USB 2.0 Web Camera
vendor: Alcor Micro, Corp.
physical id: 2
bus info: usb@1:1.2
version: 0.08
capabilities: usb-2.00
configuration: driver=uvcvideo maxpower=200mA speed=480Mbit/s
grub
) should problems have been detected on upgrades, allowing you to try them, prove it was an upgrade issue, report &apt-mark
(hold) them until you had more details on your issue & can make a better plan. You shouldn't need to install any (unless you removed them). – guiverc May 30 '20 at 03:31apt-cache search linux-image-5.4
should show what kernels are available with your current sources... – guiverc May 30 '20 at 04:14journalctl
) for clues on when you rebooted, kernel in use etc, or in apt logs (/var/log/apt/history.log
for example) for when upgrades/packages were installed for clues.. Command history will tell you when/what you executed (by default this doesn't record date/time but it's commonly added to improve logs) etc – guiverc May 30 '20 at 04:51