LinuxQuestions.org
Help answer threads with 0 replies.
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 03-10-2017, 11:42 PM   #1
Norm Carreck
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Rep: Reputation: Disabled
I changed OS from WINDOWS XP to Linux Mint 17.1 and now my web cam doesn't work.


Is there somewhere I can get the drivers for mt Acer Aspire 1 net book and how do I do it?
 
Old 03-11-2017, 12:57 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Welcome to Linux Questions Norm Carreck. There are a lot of Acer Aspire 1 models, so a more defintive model description might be helpful. To start with open a terminal and do
Code:
lsusb
That will produce a list of device chipsets connected to the USB subsystem. That might help us determine if the webcam is detected/recognised.

This might also be useful
Code:
dmesg | grep -i video
It will report any kernel messaging associated with a detected video device.

Report back with the output from those commands. Please enclose within code tags. (Refer to the '#' button in the editor.)
 
Old 03-11-2017, 02:51 PM   #3
Norm Carreck
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
There was no video device detected. The only device that was detected was my Logitech V220 mouse. There was nothing in the editor about video commands either.
 
Old 03-11-2017, 02:59 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Exact model details? Hardware switch (or function key) for disabling the camera perhaps? BIOS setting? Other than that you could try contacting Acer for support.
 
Old 03-11-2017, 03:07 PM   #5
Norm Carreck
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
It is a Model KAV10 and I know that the web cam is a built in Crystal Eye. I am finding the use of the "Terminal" a bit daunting not knowing what commands to input.
 
Old 03-11-2017, 03:40 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
It is a Model KAV10 and I know that the web cam is a built in Crystal Eye.
Okay, thanks.

Quote:
am finding the use of the "Terminal" a bit daunting not knowing what commands to input.
There is a learning curve involved when going under the hood, but don't worry too much as those responding will give you the commands to type as I have. What you're supposed to do is copy/paste the output (if any) for others to review. We're not able to peer over your shoulder, so the general idea is to get the information so that we can gain a better understanding of the issue, otherwise we're left to guess.

A quick google 'Acer Aspire One Ubuntu' and similar turns up lots of results with many threads discussing similar issues. Here's a previous LXQ thread describing the same model and no webcam found. I'd expect to see the webcam chipset reported in the lsusb results as per these threads...

https://ubuntuforums.org/showthread.php?t=2139420
https://ubuntuforums.org/showthread.php?t=2139420

I have another terminal command for you to type
Code:
xinput
This time copy the output produced and post here. Please enclose it within code tags. (Refer to the'#' button in the forum editor.) The reason I ask for that is that the above threads mention the crystal eye in the kernel output and associated with an input device. This makes me wonder whether it can be enabled/disabled somehow. Are you sure that you don't have some kind of hardware switch for it?

Last edited by ferrari; 03-11-2017 at 03:42 PM.
 
Old 03-11-2017, 03:43 PM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
you can try lspci too, and or install cheese and see if that picks it up, it is software to use the webcam with.
 
Old 03-11-2017, 03:47 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I've never known of a webcam connected to the PCI bus. Cheese is an application, so if no webcam device recognised (or no kernel driver loaded) it isn't going to do anything.
 
Old 03-11-2017, 04:03 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by ferrari View Post
Cheese is an application, so if no webcam device recognised (or no kernel driver loaded) it isn't going to do anything.
exactly at least he or she'd know for sure.
 
Old 03-11-2017, 04:15 PM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
I suspect the device is simply disabled (perhaps when Windows was installed), hence now not visible to the kernel. If active, it should be enumerated via 'lsusb', and 'usb-devices' would also confirm a driver bound to the device. Without a Windows environment available, I'm not sure what it might take to enable the device.
 
Old 03-12-2017, 12:50 AM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Norm Carreck View Post
I am finding the use of the "Terminal" a bit daunting not knowing what commands to input.
0. make sure your system is up-to-date. (this is ALWAYS step zero)
1. install an application called "hardinfo".
2. run it, make it create a full report
3. post the full report here.

personally, i think it would've been much easier to simply provide what was requested in post #2, but why not this way.
 
Old 03-12-2017, 01:55 AM   #12
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Norm Carreck,

I believe that your webcam is this one:

ID:
064e:d101
Acer Crystal Eye webcam (manufactured by Suyin).

This webcam is listed for a similar Acer Aspire One ( AOA150-Ab) as functioning here:
http://www.ideasonboard.org/uvc/

Despite this, I can find no record of anybody actually getting this particular webcam to work in Linux.

There is also a listed bug:
https://bugs.launchpad.net/ubuntu/+s...x/+bug/1170802

Your quickest solution is to find a cheap used/new Linux-compatible webcam such as a Logitech Quickcam E3500 (046d:09a4) which is listed as working on:
http://www.ideasonboard.org/uvc/

I have used this particular model and I can confirm that it works in Linux.

Here is one on ebay:
http://www.ebay.com/itm/Logitech-Qui...AAAOSw-kdXyw16

Skype:
https://help.ubuntu.com/community/Skype
 
Old 03-13-2017, 06:52 PM   #13
Norm Carreck
LQ Newbie
 
Registered: Mar 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
I have another issue - my battery is dying so maybe its time buy a new net book and pursue this later. I was also having trouble copy and pasting when I did control a it didn't select everything so that I could copy it so I used the mouse to highlight everything and did the control "C" and control "V" to paste it and nothing happened??
 
Old 03-13-2017, 07:20 PM   #14
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
$ ls /dev/video*

If it's detected, it'll create one of those. Most are usb devices these days.

$ guvcview

One of the simpler webcam gui's.
 
Old 03-13-2017, 07:29 PM   #15
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
0. make sure your system is up-to-date. (this is ALWAYS step zero)
1. install an application called "hardinfo".
2. run it, make it create a full report
inxi is installed by default, but "rock on"!
Code:
inxi -Fsz -c0 | pastebin
from an internet connected terminal.fu

Code:
inxi -Fsz -c0 | nc termbin.com 9999
works also
and has a very short url as output. 4 chars or something.

"inxi -Fsz -c0"
z strips mac and ip details - "<filter> in http://termbin.com/ksap
-c0 strips ansii colors codes from output in same.


http://termbin.com/suyc
 
  


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
Wired/wireless networking works in windows, doesn't work in ubuntu/linux mint nikhil99 Linux - Networking 1 08-06-2015 10:12 AM
[SOLVED] Web cam dont work with cheese under centos6 zafar_dandoti Linux - Laptop and Netbook 0 03-09-2013 02:44 PM
web cam and mic doesn't work newbie0101 Linux - Hardware 0 12-06-2011 09:26 AM
[SOLVED] How to work hp 2133 mini's web cam??? fletch2k3 Linux - Newbie 4 08-19-2009 10:06 AM
Advice on getting USB Web Cam to work unux82 Linux - Hardware 11 11-13-2008 05:38 PM

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

All times are GMT -5. The time now is 10:11 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