You are not logged in.

#1 2020-03-24 12:56:14

brzosts
Member
Registered: 2020-03-24
Posts: 2

Thinkpad E495, internal webcam doesn't work.

I have no idea which logs may help with troubleshooting the problem, so I will include everything I can think of. Please let me know if I should upload anything else.

~/ ls /dev | grep video

Has no output.
Dmesg:
https://hastebin.com/xizanuqota.bash
lspci:
https://hastebin.com/nefeverebi.makefile
lsusb:
https://hastebin.com/muhazeyizo

Offline

#2 2021-12-22 02:21:07

osyed1
Member
Registered: 2021-12-22
Posts: 1

Re: Thinkpad E495, internal webcam doesn't work.

Found a possible answer here:
https://forums.linuxmint.com/viewtopic.php?t=339218

TL;DR

Hi, I have found a workaround : uvdvideo driver allows some quirks to manage buggy devices.

For this, this is what works for me :

1- Unload the driver : rmmod uvcvideo
2- Reload the driver with the correct quirks : modprobe uvcvideo quirks=4

If this makes the webcam work, create a /etc/modprobe.d/uvcvideo.conf file and add the following line to it:

/etc/modprobe.d/uvcvideo.conf

this makes the uvcvideo module load with quirks on startup.

Offline

Board footer

Powered by FluxBB