Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old April 8th, 2005   #1
Remix_88
5 Cups of Ubuntu
 
Remix_88's Avatar
 
Join Date: Apr 2005
Location: Hampshire, UK
Beans: 18
Ubuntu 8.10 Intrepid Ibex
Send a message via AIM to Remix_88 Send a message via MSN to Remix_88 Send a message via Yahoo to Remix_88 Send a message via Skype™ to Remix_88
Lightbulb HOW TO: Fix Logitech QuickCam and GnomeMeeting

This fix is derived from a couple of posts in various topics and may work for more than just Logitech QuickCams, but I can't validate that as I don't have any other brand of web cam.

The Problem

After a fresh install of Hoary, GnomeMeeting produced the following error when I tried to use the web cam.

Error while opening video device /dev/video0

The Fix

Code:
$ sudo apt-get install libpt-pluins-v4l

Start GnomeMeeting and change the video plugin to 'v4l' in the GnomeMeeting Preferences (instead of 'v4l2') and set the channel to 0.

Your webcam should now be working.

Last edited by Remix_88; April 14th, 2005 at 08:14 AM..
Remix_88 is offline   Reply With Quote
Old April 8th, 2005   #2
Jesus Franco
A Carafe of Ubuntu
 
Join Date: Jan 2005
Location: Lawernce, Mass, USA
Beans: 78
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

"libpt-plugins-v4l"

AND THANK YOU! Now I can use my sisters quickcam as a security can while I'm at school. I tried to get it to work before and it didnt. NOW IT DOES!!!!!!
Jesus Franco is offline   Reply With Quote
Old April 9th, 2005   #3
simbloke
First Cup of Ubuntu
 
Join Date: Oct 2004
Beans: 5
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

More thanks!

I thought it was going to be something to do with the pwc module. I'm using a Philips camera by the way.
simbloke is offline   Reply With Quote
Old April 9th, 2005   #4
vrunt
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 5
Send a message via AIM to vrunt
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

If you're using a Labtec QuickCam, you need to do the same thing.
But first you'll have to get the drivers.
I used http://qce-ga.sourceforge.net
vrunt is offline   Reply With Quote
Old April 17th, 2005   #5
Fab_nasty
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 3
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

Motherboard : P4P800-e-deluxe
CPU : P4 2.8Ghz HT
RAM : 1024 MO
Graphic Card : ATI Radeon 9800Pro
Sound card : integred sound card (Realtek ALC 850)
TV Card : PCTV Rave (can Use V4l2 and V4l)
Webcam : Quickcam 4000 Pro
i have done this but i have, my webcam freeze. i have v4l plugin but it doesn't work, if i use gqcam, gnomemeeting ou camstream, it's the same they freeze when my webcam start. Who can help me?
I hope you understand well because english is not my natural language

Last edited by Fab_nasty; April 17th, 2005 at 10:18 AM..
Fab_nasty is offline   Reply With Quote
Old April 22nd, 2005   #6
Jesus Franco
A Carafe of Ubuntu
 
Join Date: Jan 2005
Location: Lawernce, Mass, USA
Beans: 78
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

type the following in a terminal window

$ sudo gedit /etc/X11/xorg.conf

after u type your password a window should pop up with your X-Org configuration.

look for a section that says
Code:
Section "Module"
Make sure you have the following listed under it.
Code:
Load     "v4l"
If not add it. Mines looks like this
Code:
Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
EndSection
Note: I am using a ati video card. Dont know what you need to do to a config with a nvidia card. Maybe its the same. Dont know

Hope that helps you
Jesus Franco is offline   Reply With Quote
Old April 25th, 2005   #7
Fab_nasty
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 3
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

I have always the same probleme, i don't think it's v4l problem, i think my pctv and my webcam make conflict, because my pctv card can use v4l2 and v4l, but i don't know how i can solve it.
Fab_nasty is offline   Reply With Quote
Old April 30th, 2005   #8
st0ic
First Cup of Ubuntu
 
Join Date: Feb 2005
Beans: 6
Send a message via AIM to st0ic
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

Quote:
Originally Posted by vrunt
If you're using a Labtec QuickCam, you need to do the same thing.
But first you'll have to get the drivers.
I used http://qce-ga.sourceforge.net
I get the following error when I run the make all, any help?

awk: cannot open /lib/modules/2.6.10-5-686/build/include/linux/version.h (No such file or directory)
/bin/sh: line 0: [: -ge: unary operator expected
/bin/sh: line 0: [: -ge: unary operator expected
cc -I/lib/modules/2.6.10-5-686/build/include -nostdinc -iwithprefix include -DMODULE -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wall -Wstrict-prototypes -Wno-trigraphs -pipe -c qc-driver.c
make: cc: Command not found
make: *** [qc-driver.o] Error 127
st0ic is offline   Reply With Quote
Old May 2nd, 2005   #9
Wallilabou
First Cup of Ubuntu
 
Join Date: May 2005
Beans: 1
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

Quote:
Originally Posted by st0ic
I get the following error when I run the make all, any help?

awk: cannot open /lib/modules/2.6.10-5-686/build/include/linux/version.h (No such file or directory)
/bin/sh: line 0: [: -ge: unary operator expected
/bin/sh: line 0: [: -ge: unary operator expected
cc -I/lib/modules/2.6.10-5-686/build/include -nostdinc -iwithprefix include -DMODULE -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wall -Wstrict-prototypes -Wno-trigraphs -pipe -c qc-driver.c
make: cc: Command not found
make: *** [qc-driver.o] Error 127
Just finished installing this same driver.

It needs the kernel headers to compile. Search for linux-headers-686 in synaptic. Also, instead of running make directly, I used ./quickcam.sh which guides you through the process. (Check the updated instructions in the README file.)
Hope this helps.
Wallilabou is offline   Reply With Quote
Old June 24th, 2005   #10
geokker
A Carafe of Ubuntu
 
Join Date: Jun 2005
Beans: 109
Re: HOW TO: Fix Logitech QuickCam and GnomeMeeting

I get a:

E: Couldn't find package libpt-pluins-v4l

Which repository is it in? I thought I had all of the biggies installed.

** IGNORE ME!**

found it.

geokker is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:25 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry