Cannot find my webcam

Greetings!

For starters, I am new to using Linux, so I am sure I’ve not done all I can do to fix this problem.

have recently tried to use a webcam after plugging it into my system but when I try to add it via the camera configuration it’s not showing up, when I use the lsub command it is showing up in the list, but when I use dmesg | tail I am getting the following output:

lsusb  127 ✘
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 003: ID 1a2c:4094 China Resource Semico Co., Ltd USB Keyboard
Bus 005 Device 002: ID 30fa:0400 USB OPTICAL MOUSE
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 008: ID 17ef:c955 Lenovo ITE Device(8297)
Bus 003 Device 062: ID 041e:4095 Creative Technology, Ltd Live! Cam Sync HD [VF0770]
Bus 003 Device 005: ID 0bda:4852 Realtek Semiconductor Corp. Bluetooth Radio
Bus 003 Device 004: ID 0bc2:ab38 Seagate RSS LLC Backup Plus Hub (Mass Storage)
Bus 003 Device 002: ID 0bc2:ab44 Seagate RSS LLC Backup Plus Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   ~  find /lib/modules -modules -name creative.o  :heavy_check_mark:
find: unknown predicate `-modules’
   ~  dmesg | tail  1 ✘
dmesg: read kernel buffer failed: Operation not permitted
   ~  dmesg  1|0 :heavy_check_mark:
dmesg: read kernel buffer failed: Operation not permitted
   ~  v4l2-ctl --list-devices  1 ✘
Cannot open device /dev/video0, exiting.
   ~  ls /dev/video*  1 ✘
zsh: no matches found: /dev/video*
   ~  ls /dev/video  1 ✘
ls: cannot access ‘/dev/video’: No such file or directory
   ~ 
Any help with my problem would be appreciated!

Hi there,
You need sudo for dmesg.

Please also see this:

Hi!

Thank you for the response, I will try just that (on both things)

This should help.
https://wiki.archlinux.org/title/Webcam_setup

Thank you for the response, I will follow the steps in this guide

Hello again, I wanted to post that your responses have been really helpful and I’ve fixed the problem. Thank you both for the help!

How did you fix the problem? im assuming other people that come to this post/thread would like to know? I would like to know in case i run into this issue

Thanks

1 Like

I looked into the correct driver I need for that particular webcam (took some time, but the information I found on the arch wiki was quite helpful)

Just had to look up a particular driver and then install it with the information that the arch wiki gave, after installing it everything worked fine.

Hope it helps.

Could you share what you did in detail? There is a thread active right now where people are talking about problems with this webcam model and the latest kernel versions:
www forum manjaro org/t/webcam-does-not-work-on-kernel-4-19-223-under-ubuntu-14-4-to-20-4-it-was-no-problem/
(I’m not allowed to share links… :frowning:)

I also came here because I own such a system, and while it works fine on other computers (including Arch Linux), it doesn’t work out of the box on Manjaro.

Hi there, first off apologies for the late response I’ve been at school.

Secondly I can really only link the arch wiki as I used that to find the driver I needed and after that it worked just fine, and since I am really new to Linux I don’t wanna give the wrong information. All I can really do is link the Arch wiki sadly.

Regardless I do hope this will help you at least a little bit.

https://wiki.archlinux.org/title/Webcam_setup

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.