LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 08-12-2004, 10:29 PM   #1
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Rep: Reputation: 30
webcam install


Trying to install Micro Webcam IC150C.
Continusously get the error message:
Could not connnect to video device /dev/video0.
Please check connection.

/dev/video0 exists.
Any ideas on solving this problem.

dlw
 
Old 08-13-2004, 05:31 AM   #2
slackist
Member
 
Registered: Feb 2004
Location: Phuket
Distribution: Slackware 14.2 and Slackware Arm
Posts: 479

Rep: Reputation: 44
What are the file permissions on /dev/video0?

Post the output of ls -l /dev/video0
 
Old 08-13-2004, 09:05 AM   #3
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
permissions for /dev/video0 are 'don:video"
ls -l /dev/video gives the following:
crw------- 1 don video 81, 0 Aug 13 06:28 /dev/video0
 
Old 08-13-2004, 09:12 AM   #4
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
This is what happens when I try to use 'xawtv'.
This is xawtv-3.91, running on Linux/i686 (2.6.3-7mdk)
can't open /dev/v4l/video0: No such file or directory
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/v4l/video0: No such file or directory
v4l2: open /dev/v4l/video0: No such file or directory
v4l: open /dev/v4l/video0: No such file or directory
no video grabber device available

Are the two related.
How do I find out if v4l exists?

dlw
 
Old 08-13-2004, 09:21 PM   #5
slackist
Member
 
Registered: Feb 2004
Location: Phuket
Distribution: Slackware 14.2 and Slackware Arm
Posts: 479

Rep: Reputation: 44
Here is my set-up
Code:
mark@~/$ ls -l /dev/video0
crw-rw-rw-    1 root     sys       81,   0 Mar 10  2003 /dev/video0
so try (as root) chmod 766 /dev/video0 to give read and write permissions to others and world but I don't think that is the problem,

I'm not really up on this stuff, esp Mandrake, is user don a member of the group video?

As for the v4l part I really can't say, when I installed xawtv (version 3.93 BTW) I only had to change permissions on /dev/video0 to give rw to others since it belonged to root and it worked, that's why I suggested looking at the permissions first.

To find out if v4l exists do locate v4l
Maybe the manual pages on v4l will give you some ideas?

Sorry I can't help more,

mark

NEWSFLASH I just tried my camera out and it doesn't work any more hopefully somebody who knows what they are doing will chime in lol
 
Old 08-14-2004, 06:09 AM   #6
slackist
Member
 
Registered: Feb 2004
Location: Phuket
Distribution: Slackware 14.2 and Slackware Arm
Posts: 479

Rep: Reputation: 44
This is leaving me

After a bit of googling if I run xawtv -noxv my webcam (creative webcam3 works fine)
so I think I am going to have to hit the man pages and google more, sorry I couldn't help you more,

mark
 
Old 08-14-2004, 10:01 AM   #7
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
Webcam problem

Has anyone been able to get a Micro IC150C working with MDK 10?
I keep getting a cannot connect to '/dev/video0' error.
'/dev/video0' is there. I have permission.
'sane-find-scanner' shows it as a 0x0461 0x0815 libusb:002:003

Any ideas on how to solve this.

dlw
 
Old 08-20-2004, 10:00 AM   #8
Slyder42
Member
 
Registered: Jun 2004
Location: Wheaton, IL
Distribution: trying to get FC4 to work
Posts: 46

Rep: Reputation: 15
Re: Webcam problem

Quote:
Originally posted by d1l2w3
Has anyone been able to get a Micro IC150C working with MDK 10?
I keep getting a cannot connect to '/dev/video0' error.
'/dev/video0' is there. I have permission.
'sane-find-scanner' shows it as a 0x0461 0x0815 libusb:002:003

Any ideas on how to solve this.

dlw
I might be of SOME help, but you won't get anywhere looking for that.... Assuming you are running X-desktop...If you go to hardware browser... that maybe the model number... but who is the chipset manufactured by? It definitely is NOT Micro Innovations. I got almost the same webcam and trying to find the same thing. I'll keep posting and see what I can find.
 
Old 08-20-2004, 05:19 PM   #9
wytiger
Member
 
Registered: Nov 2003
Location: Virginia
Distribution: Fedora Core 4
Posts: 121

Rep: Reputation: 15
I have the same thing! So I'll share what I have so far...

The spca50x driver supposedly works with it (http://spca50x.sourceforge.net), and more importantly, if you are running a 2.6.x kernel, use the driver here:
http://mxhaard.free.fr/download.html

I can compile the driver on my FC2 box, and it is recognized as an IC200C (not an IC150C, but I imagine that may not be an issue), but the screen only shows black using gspy, gqcam, etc.

Maybe you can have better luck with a different OS? Please let me know.
 
Old 08-24-2004, 06:18 PM   #10
wytiger
Member
 
Registered: Nov 2003
Location: Virginia
Distribution: Fedora Core 4
Posts: 121

Rep: Reputation: 15
You need the spca50x drivers, located here: http://mxhaard.free.fr/download.html
 
Old 09-11-2004, 01:53 PM   #11
sevi
Member
 
Registered: Aug 2004
Location: Hungary
Distribution: Mandriva 2006.0 Free
Posts: 33

Rep: Reputation: 15
genius VideoCam Express V2

hi, i was trying to install the spca driver.
I've done the "make", and "make install" commands.

Quote:
If you have made install, do as root: modprobe spca50x
When I tried, i get the error message:

Quote:
modprobe: command not found
Where is the modprobe command???

I'm using Fedora Core 2, and a Genius Videocam Express v2 camera
The camera is on the list of supported cameras (in the spca readme file)
How to install the v4l driver? I have gnome-meeting with v4l plugin installed
Sorry, if its a silly queston, i'm a newbie Thx for the help

sorri for the bed inglishness

Last edited by sevi; 09-11-2004 at 02:08 PM.
 
Old 09-12-2004, 11:07 AM   #12
d1l2w3
Member
 
Registered: May 2004
Location: Amboy WA USA
Distribution: Mandriva 2007
Posts: 366

Original Poster
Rep: Reputation: 30
Sorry about the delay. Went on vacation.
Downloaded 'spca' as suggested.
These are the instructions on how to install.

Kernel 2.4.x
configure your kernel
make dep
go to the spca5xx directories
make clean (to be sure)
make
if all goes right as root :
make install


Here is what happens when attemping to install.

[root@localhost /]# make dep
make: *** No rule to make target `dep'. Stop.

Tried as 'user' and 'root.'

How do I solve this?

dlw
 
Old 09-13-2004, 11:26 PM   #13
wytiger
Member
 
Registered: Nov 2003
Location: Virginia
Distribution: Fedora Core 4
Posts: 121

Rep: Reputation: 15
SUCCESS! Well, almost...

Even though the IC150 and IC200 share vendor and product IDs, they are different chipsets. I will have more info tomorrow since I did the work at the office, but changing the source to use the spca561 bridge worked for me.

Michel Xhaard has some info here, showing that the IC150 is in test, so I made some changes to the source to reflect this (latest release 10092004), and I am now able to see video through my IC150 using spcaview.
 
Old 09-13-2004, 11:31 PM   #14
wytiger
Member
 
Registered: Nov 2003
Location: Virginia
Distribution: Fedora Core 4
Posts: 121

Rep: Reputation: 15
For those that may be watching this thread instead of this one, I have had some success with the IC150. Since I did the work at the office, I will post my findings tomorrow for you.
 
Old 09-14-2004, 01:16 AM   #15
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-Hardware and has been moved accordingly to help your thread/question get the exposure it deserves. I have asked for this post to be merged with your other, identical one, to keep the discussion in one place.

Next time it will be closed.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Install A Usb Webcam [Genius WebCam on Suse 9.1 Personal] ofvergara SUSE / openSUSE 4 11-29-2006 12:09 PM
How do I INstall my WebCam chem1 Linux - Hardware 8 06-29-2006 11:49 AM
webcam problem pwc install steveel Slackware 3 11-17-2005 10:22 PM
How to install a Labtec webcam? jayhel Slackware 3 03-14-2005 10:17 PM
Labtec Webcam Rh9 2.4.20-6 install help konflict676 Linux - Hardware 0 07-28-2004 10:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:36 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration