LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-01-2011, 01:45 PM   #1
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Rep: Reputation: Disabled
logitech c100 webcam drivers


how do I install Drivers for logitech c100 webcam in kiwi 10.08?

I am dyslexic. Is there a command for install webcam drivers that I can copy and paste to terminal window?

Thnx in advance for any replies.

Last edited by falkiwi; 04-01-2011 at 01:48 PM. Reason: I am dyslexic.
 
Old 04-02-2011, 09:10 AM   #2
no2498
Member
 
Registered: Jan 2010
Posts: 120

Rep: Reputation: 23
webcam drivers are built in to the kernels now days
look in applications graphics or sound and video
for the program cheese webcam booth
if not installed open a terminal type
sudo apt-get install cheese click enter
it ask for your pass word you do not see anything as you type click enter
if you have problems look in the cheese help FAQ'S top 1 should be all you need
 
Old 04-03-2011, 12:29 AM   #3
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Is it possible to use a command in terminal window to Download and Install drivers?

Is it possible for me to use a command in terminal window to Download and Install drivers for Logitech C100 webcam.
If so can I copy and paste because I`m DYSLEXIC.DYSLEXIC.DYSLEXIC.

I`m Dsylexic So Typing Takes Me awhile Because I`m Always Making Corrections. Even then I sometmies can not see my mistakes.

Webcam works in cheese and vlc but when I tyr to connect to a site Flash does not give me the option of settings. (Only global settings and about Flash is Highlighted.) settings is grey-ed out.

I am using a compaq presario cq56-107tu laptop.

Also Should I be using a different version of ubuntu. I HAVE tried using ubuntu 10.10 and netbook same problems.

I already posted a similar query but I did not realise that I had not explained my self properly.

Thankyou in advance for any positive feedback.
 
Old 04-03-2011, 01:48 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
from the terminal
there is ftp or wget

i use wget mostly

if you have trouble typing then why the terminal , use firefox
 
Old 04-03-2011, 02:26 AM   #5
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
thankyou for your reply but I dont know how to type in any commands to install any programs.
I have tried to follow others suggestions on downloading the Ov51x_files
and installing but I dont know where to Extract the files to the proper location.
 
Old 04-03-2011, 02:36 AM   #6
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
To John VV thankyou for your response. I dont understand ftp or wget.

Firefox keeps saying system has drivers.

I have tried to follow others suggestions on downloading the Ov51x_files
and installing but I dont know where to Extract the files to the proper location.
 
Old 04-03-2011, 02:55 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
seeing as you are using Ubuntu , have you read the ubuntu web site? or the documentation?
https://help.ubuntu.com/
http://www.ubuntu.com/support
http://www.ubuntu.com/support/community


you WILL have to read - there is no way around it .
Just like school you will need to do a lot of studying .
 
Old 04-03-2011, 03:25 AM   #8
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
to John VV thanks again for your quick response.
I have tried your suggestions but i seem to be going in circles.
I tried to join Pidgin chat but message response is invalid id I just can not see what i am doing wrong. Plus how do i lauch and use launchpad?
 
Old 04-03-2011, 03:42 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
https://help.ubuntu.com/10.10/newtoubuntu/C/index.html
https://help.ubuntu.com/community

almost every text based programs have a manual page ( linux basic 101 )
http://rute.2038bug.com/rute.html.gz
and older book but for the terminal it is still accurate

there is a " man " page and a "help " paragraph
type in
Code:
wget --help
-- or this --
man wget
use the "q" to get out of the man page

also
Why do you think you need these "drivers" a logitech web cam should work from the installed kernel and from ubuntu .there should be no need for a "driver"
Now there might be a few exceptions but they would be rare .

the program "cheese " should work .

Last edited by John VV; 04-03-2011 at 03:46 AM.
 
1 members found this post helpful.
Old 04-03-2011, 03:54 AM   #10
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Okay, let's try this "by example"...

There is the VLC player, a media player that is available for Linux, in Ubuntu, this is what you'd enter in the console

Quote:
% sudo apt-get update
% sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
The keyword is apt-get...

Manual for apt-get
http://linux.die.net/man/8/apt-get
and wget in case you need that
http://www.gnu.org/software/wget/manual/wget.html

And, sorry, but this:

Quote:
you WILL have to read - there is no way around it .
Just like school you will need to do a lot of studying .
still applies...but there IS a community that is willing to help you ... learn this.

Thor
@ John VV - tnx for the link to Rute's book!

Last edited by ButterflyMelissa; 04-03-2011 at 03:56 AM.
 
Old 04-03-2011, 04:09 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
but when I tyr to connect to a site Flash does not give me the option of settings. (Only global settings and about Flash is Highlighted.) settings is grey-ed out.
What sites are you talking about?
What do you want to change, and more important, what is the problem?

Try to make the changes via this site.
http://www.macromedia.com/support/do...er.html#117118

Kind regards

Last edited by repo; 04-03-2011 at 04:24 AM.
 
Old 04-03-2011, 10:33 AM   #12
falkiwi
LQ Newbie
 
Registered: Apr 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Frustrated dyslexic

no offence peoples but in my post it says Cam works on cheese and vlc. I went to macromedia Flash and used their global settings last week done every thing it says
as I said I am dyslexic and I have downloaded drivers (Ov51x_files) for my webcam as suggested on another forum.But dont know how to extract or make a directory could anyone suggest a version of linux where webcam is auto detected
Or post a script to extract Ov51x_divers for logitech c100 webcam currently sitting in my downloads Folder
I have tried Ubuntu netbook and ubuntu 10.10 same problem.
I do not want to reinstall windows I am not a microsoft fan. Please read my original post
I dont appreciate comments on things that I`ve supposedly not doing.Ie cheese n vlc both work on laptop but do not activate cam on web and when I right click on flash window it gives me a 3 Options a greyed-out SETTINGS OPTION and a Highlighted global settings option and an Highlighted option about Adobe flash 10.2.153.1...
 
Old 04-03-2011, 10:57 AM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

Continue here:
http://www.linuxquestions.org/questi...rivers-872650/
 
Old 04-03-2011, 11:18 AM   #14
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by falkiwi View Post
Is it possible for me to use a command in terminal window to Download and Install drivers for Logitech C100 webcam.
Quote:
Originally Posted by falkiwi View Post
Webcam works in cheese and vlc
Well if the webcam works in cheese and vlc then you have drivers for it.


Whatever your problem is I don't think it's related to drivers.


I think what you're doing it seeing a problem, making an incorrect assumption about what is causing the problem then asking for help with the problem that you have decided you have (in this case, not having drivers) rather than the problem you actually have. Part of my job is tech support, I've seen people do this too many times. It can make it very hard to help people and usually their problems only get solved when someone gets sent out to actually talk to them in person and is able to see what the real problem is.


Provide a coherent description of the actual problem you are having and maybe someone can help you. So far it seems to be something to do with using your webcam with Adobe Flash on a website.

You seem to have a habit of starting new threads, if you do that, at least mark the previous thread solved or something so people know not to waste time contributing to it.
 
Old 04-03-2011, 12:22 PM   #15
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place.

In this case I merged your two threads. Next time I'll just close the dupe.
 
  


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 do I resize the terminal window from the command line in the gnome terminal QuIcKSpArK Linux - Newbie 5 04-21-2012 02:04 PM
How do i install Logitech C100 webcam Drivers in kiwi 10.08 Using Terminal window falkiwi Linux - Newbie 7 04-03-2011 11:49 AM
how to download and install TORK 0.30 with terminal window Spike Spiegel Linux - Newbie 1 10-31-2008 11:13 PM
Open Command In New Terminal Window nuxeon Linux - General 7 08-09-2007 12:03 PM
ping command in terminal window devindude Linux - Newbie 6 03-09-2004 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:47 AM.

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