this post was submitted on 21 Sep 2023
15 points (94.1% liked)

Linux

47299 readers
537 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Thank you! You folks just are the best!

SOLUTION: https://lemmy.ml/comment/4084707 Follow this thread!


I noticed that my webcam wasn't working and I thought maybe it had some driver missing.

(base) bob@bob:~
$ lsusb
Bus 001 Device 002: ID 0c45:6363 Microdia USB 2.0 Camera

so I created a probe using linux-hardware.org app image and it found that I had this hardware component that wasn't working. https://linux-hardware.org/?id=usb:0c45-6363 and it also has this in the website

Now, I searched for this exact keyword and found this driver lying around a little known guy's repository called linux.

https://github.com/torvalds/linux/blob/master/drivers/media/usb/uvc/uvc_driver.c

Now, I don't know how to install it. So, how do I install this?

you are viewing a single comment's thread
view the rest of the comments
[–] mvirts@lemmy.world 3 points 1 year ago

Watch dmesg when you plug it in and see if uvcvideo gets loaded. If not you may be able to add the device id to the list that uvcvideo will load for