LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-09-2017, 05:41 AM   #1
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32
Blog Entries: 3

Rep: Reputation: Disabled
Activate web cam


I have a Toshiba satellite C55D A5108 it came with windows 10 on it. And I decided to install Linux on it. The laptop has an integrated web Cam on it and since I changed from windows to Linux I haven't been able how to use the web Cam. Do I have to install something? Or set it up in terminal?
 
Old 02-09-2017, 06:14 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
hawksfan92,

Assuming that it was working in Windows and is switched on (e.g. Fn + F6), open Terminal and type:

Code:
lspci
Press Enter.

Code:
lsusb
Press Enter.

A Device ID should be listed for the webcam.

Check the ID against this list and see whether the device works or not:
http://www.ideasonboard.org/uvc/
 
Old 02-09-2017, 01:05 PM   #3
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
It was working before I switched to Linux. I went through terminal following your instructions and I got I'd numbers starting with 1d6b. And I did not see any that matched on that list, so my built in one isn't compatible with Linux?
 
Old 02-09-2017, 01:08 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hawksfan92 View Post
It was working before I switched to Linux. I went through terminal following your instructions and I got I'd numbers starting with 1d6b. And I did not see any that matched on that list, so my built in one isn't compatible with Linux?
Hi...

Please post the results in their entirety. This might give us a better idea of what's going on.

Regards...

Last edited by ardvark71; 02-09-2017 at 01:10 PM. Reason: Added comment.
 
Old 02-09-2017, 01:15 PM   #5
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
Just decides to take a pic for ya
Attached Thumbnails
Click image for larger version

Name:	IMAG0341.jpg
Views:	202
Size:	272.5 KB
ID:	24187  
 
Old 02-09-2017, 02:10 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hawksfan92 View Post
Just decides to take a pic for ya
It appears your web cam is the Importek device (10f1:1a52.) Unfortunately, the device isn't listed in the page beachboy2 linked to. However, just as an additional check, please open a terminal and post the results of this command...

Code:
dmesg
Post the entire results. Don't upload a picture, please. If nothing else, you can purchase a Linux compatible web cam at a store, using the information that beachboy2 linked to, unless you want to reinstall Windows.

Regards...
 
Old 02-09-2017, 02:15 PM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
hawksfan92,


The command lsb should give a result like this:

Code:
Bus 003 Device 002: ID 04f2:b008 Chicony Electronics Co., Ltd USB 2.0 Camera
It is possible that there is a setting in the BIOS which controls the webcam.

There should also be a webcam indicator light somewhere.

Open Terminal and please give us the output of:

Code:
usb-devices
Code:
dmesg | grep -i usb
Code:
lsmod | grep uvcvideo
Code:
ls /dev/video*

In your reply, copy and paste the outputs separately into the text box.

Then highlight the outputs individually and click on # (above this text box).
 
Old 02-09-2017, 02:18 PM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
hawksfan92,


The command lsb should give a result like this:

Code:
Bus 003 Device 002: ID 04f2:b008 Chicony Electronics Co., Ltd USB 2.0 Camera
It is possible that there is a setting in the BIOS which controls the webcam.

There should also be a webcam indicator light somewhere.

Open Terminal and please give us the output of:

Code:
usb-devices
Code:
dmesg | grep -i usb
Code:
lsmod | grep uvcvideo
Code:
ls /dev/video*

In your reply, copy and paste the outputs separately into the text box.

Then highlight the outputs individually and click on # (above this text box).

@ardvark71,
Importek does not sound very promising! Never heard of that webcam make before.
 
Old 02-09-2017, 02:35 PM   #9
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
And just looked in my bios I have version 1.80 and web Cam is enabled.
 
Old 02-09-2017, 02:38 PM   #10
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by beachboy2 View Post
@ardvark71,
Importek does not sound very promising! Never heard of that webcam make before.
Hi...

Take a look through here.

Regards...
 
Old 02-10-2017, 02:57 AM   #11
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
Yeah, I'm sure all of my drivers need updated. But I did some diggin around in terminal to find out what's wrong with my laptop cause it's been running like crap for a long while now. And I have a lot of debugging to do, somehow I have coding errors... not sure how that happens, I don't mess with that. I'm thinkin I might just back it up and reinstall Linux
 
Old 02-10-2017, 03:42 AM   #12
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Most times webcams are on the usb bus, even when they're built into the laptop.

$ sudo apt-get install guvcviewer
$ guvcviewer

If the driver is working (or appearing to), you should have a /dev/video# device. Otherwise you're missing some low level driver stuff, or it isn't supported.
 
Old 02-10-2017, 03:45 AM   #13
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
I'll try those commands before I reinstall Linux so I know, but my system is so bad I think I just have to do that
 
Old 02-12-2017, 10:56 AM   #14
hawksfan92
Member
 
Registered: Jul 2014
Distribution: Ubuntu
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: Disabled
HEY!!! good news guys!! So here I was messing around on vlc and on the playlist menu there is a video capture option under devices and I clocked on it and over on the play list pops up Toshiba web Cam click on that and it works! Now thinking about it makes sense I had a hard time finding it cause it had a program on windows and switching to Linux took that away. Now I just got to download a program for it. I hear cheese is good, and opinions on the programs available?
 
Old 02-12-2017, 11:35 AM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hawksfan92 View Post
HEY!!! good news guys!! So here I was messing around on vlc and on the playlist menu there is a video capture option under devices and I clocked on it and over on the play list pops up Toshiba web Cam click on that and it works!
Hi...

Awesome, glad you got it working!

Quote:
Originally Posted by hawksfan92 View Post
Now I just got to download a program for it. I hear cheese is good, and opinions on the programs available?
I think Cheese is one of the better ones. I used it once to test my laptop's webcam but not extensively at all. There is also guvcview and some other ones listed here, if you want to check them out.

Let is know how it goes...

Regards...
 
  


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
Web cam garyis2me Linux - Newbie 2 04-11-2014 08:45 PM
Embed web cam images in web page secondhandman Linux - Newbie 1 06-30-2012 08:46 PM
web cam hippie2me Linux - Newbie 6 04-25-2008 11:29 AM
would like to play aMSN web cam sessions (.cam extension) using external program Gogul Linux - Software 5 09-17-2006 08:51 AM
web cam and web cam server citrus Linux - General 2 03-24-2004 09:28 PM

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

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