Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thanks for the answer, however, I have never connected an USB camera to my linux system. could you provide me some more specific hints? I assume you're talking about kernel modules. How would I install it?
oh no, but I'm not using OpenSUSE - I'm using Debian Lenny. I just said I read somethings on OpenSUSE's forum (which does not necessarily mean that I use opensus, that's just what I found using google).
I saw the thread you redirected me to, but that is not going to solve my issue because I already know that my webcam is supported, now the question is: how do I install the kernel modules, drivers, packages, etc..?
I'll keep trying googling and if I have success I'll post here how to do it.
BOX4:~# lsmod
Module Size Used by
gspca 639568 0
videodev 27520 1 gspca
v4l1_compat 12260 1 videodev
However, I have 2 probs.:
1) If I reboot the system, the module is not loaded (I assume I have to add it to /etc/modules list)
2) My webcam shows up in lsusb, but I have no /dev/videoX devices .. what's happening? Here's the output of my search for /dev/video devices -.-
Quote:
BOX4:~# ls /dev | grep video
BOX4:~#
lsusb shows me this:
Quote:
BOX4:~# lsusb
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 005: ID 152d:2336 JMicron Technology Corp. / JMicron USA Technology Corp.
Bus 005 Device 004: ID 04fc:0c25 Sunplus Technology Co., Ltd
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 093a:2464 Pixart Imaging, Inc.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 03f0:1317 Hewlett-Packard LaserJet 1005
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I'm running Debian Lenny under linux kernel 2.6.26-2-686:
Quote:
BOX4:~# uname -a
Linux BOX4 2.6.26-2-686 #1 SMP Fri Aug 14 01:27:18 UTC 2009 i686 GNU/Linux
BOX4:~#
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.