LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 10-26-2009, 11:26 AM   #1
Fill
Member
 
Registered: Jun 2007
Posts: 96

Rep: Reputation: 16
Making my webcam work under linux


Hi,

I bought a Labtec 1200 usb webcam which obviously only brings the drivers for mac / windows.

I'd like to run it under my homemade debian linux server because it would be nice to keep an eye on my house when I'm out.

The problem is: as far as I know, this camera is not supported on linux, according to OpenSUSE foruns. Do you confirm it?

Is there anyway you would suggest to help me on this issue?

Thanks in advance,
Fill
 
Old 10-26-2009, 12:16 PM   #2
camorri
Senior Member
 
Registered: Nov 2002
Location: Toronto Canada
Distribution: Slackware 13.37
Posts: 3,990

Rep: Reputation: 274Reputation: 274Reputation: 274
A little googling turned up this :

Quote:
The modules are:
gspca_main main driver
gspca_xxxx subdriver module with xxxx as follows
supports the Labtec 1200
Quote:
pac207 093a:2464 Labtec Webcam 1200
 
Old 10-27-2009, 10:49 AM   #3
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
Hi camorri,

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?

I tried this:

Quote:
# aptitude install gspca-modules-`uname -r`
# modprobe gspca
# aptitude install camorama
# camorama /dev/video0
but then camorama tells me that there is no such device: /dev/video0

I checked with ls /dev, and in fact there is no video device. Please help me with this, I'm a n00b with webcams :X

See you arround,
Fill
 
Old 10-27-2009, 11:07 AM   #4
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
OK I've been reading some stuff and I installed modconf. Seems like I should find "gspca" on the modconf list, no??

I can't find it, and I'm not sure if I am supposed to use modconf to install this gspca thing that supports my webcam... any help would be appreciated
 
Old 10-27-2009, 01:55 PM   #5
baronobeefdip
Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 907

Rep: Reputation: 32
i started this thread here
http://www.linuxquestions.org/questi...-linux-759608/ and it really explains what will and will not work

personally i don't have any good experiences with opensuse i would suggest a different distro
 
Old 10-27-2009, 02:03 PM   #6
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
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.

Fill
 
Old 10-27-2009, 04:09 PM   #7
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
I've made some progress.

I loaded gspca module:
Quote:
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:~#
Looking forward to hearing from you soon,
Fill
 
Old 10-28-2009, 03:28 AM   #8
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
bump
 
Old 10-28-2009, 12:59 PM   #9
ikem
LQ Newbie
 
Registered: Oct 2009
Distribution: SliTaz
Posts: 17

Rep: Reputation: 1
I think you need to add this device knod yourself. Search the internet for a long listing of /dev/video and take a look at the manpage of "mknod".
 
Old 10-28-2009, 06:02 PM   #10
Fill
Member
 
Registered: Jun 2007
Posts: 96

Original Poster
Rep: Reputation: 16
hummm ... will see that.

Thanks for the tip
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Configuring your webcam to work under Linux LXer Syndicated Linux News 0 09-06-2007 07:40 PM
Making Linux work between here and School Shadowrunner340 Linux - Newbie 6 01-12-2007 02:16 PM
Making Linux to work with Latin2 rohitjun Linux - General 0 04-25-2006 02:46 AM
Clicksmart 310 webcam DOES work in Linux Cage47 Linux - Hardware 4 10-21-2004 02:18 PM
Making linux work on a new computer svele Linux - Hardware 4 10-27-2003 06:14 PM


All times are GMT -5. The time now is 11:38 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration