LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 12-28-2015, 10:05 AM   #1
gonzovaldez
LQ Newbie
 
Registered: Dec 2015
Posts: 3

Rep: Reputation: Disabled
Webcam not found - Lenovo Thinkpad E550 (OpenSuse Leap42.1)


Hello Folks,

This is really annoying and I didn't had that for quite a while.
I bought a Lenovo Thinkpad E550 and installed OpenSuse Leap on it. Work's fine with
the exception of the integrated Webcam.

$ sudo lsusb

Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 5986:055a Acer, Inc
Bus 002 Device 003: ID 8087:07dc Intel Corp.
Bus 002 Device 002: ID 138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint Reader
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ dmesg | grep uvcvideo

[ 5.718183] uvcvideo: Found UVC 1.00 device Integrated Camera (5986:055a)
[ 5.718213] uvcvideo: No valid video chain found.
[ 5.718238] usbcore: registered new interface driver uvcvideo

$ lsmod | grep videodev

videodev 157329 3 uvcvideo,v4l2_common,videobuf2_core

-----------

cheese, libcheese7, libcheese-common, ... are installed. I also installed guvcview.
BIOS is checked. Webcam is enabled.

I searched the Lenovo Website but had no luck.
Do you have any idea how make this work?

Thank's in advance.
Gonzo

Last edited by gonzovaldez; 12-28-2015 at 12:04 PM.
 
Old 12-29-2015, 04:10 PM   #2
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 gonzovaldez View Post
Do you have any idea how make this work?
Hi Gonzo...

Welcome to the forum

From what I see here and on Google, there appears to be a bug, at least with Ubuntu, although I'm not sure if OpenSUSE is affected or not. I'm not sure how handy you are with the command line but if you want to give it a go, you can try applying one of the two patches offered in the bug report, here and here. Unfortunately, I can't instruct you how to where or how to insert it into the applicable file, perhaps another member can guide you on this.

Also, I can't guarantee this will work for you, try it at your own risk.

Regards...
 
Old 01-01-2016, 10:33 AM   #3
gonzovaldez
LQ Newbie
 
Registered: Dec 2015
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi ardvark,

It is definitely the same issue, but I can't get the patch to work.
https://bugs.launchpad.net/ubuntu/+s...c/+bug/1433906

I was trying this:
uname -a
# check your current kernel version, then download the same version
# note, no root!
apt-get source linux-image-extra-4.2.0-19-generic
# install packages needed to build the kernel
sudo apt-get build-dep linux-image-extra-4.2.0-19-generic
sudo apt-get install git
cd linux-4.2.0
wget -O webcam.patch https://launchpadlibrarian.net/22962...d-UVC_QU.patch
git apply webcam.patch

you can now change the version in debian/changelog, adding "-webcam" or something of the like, which makes it easier to identify your kernel package.

DEB_BUILD_OPTIONS=parallel=4 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic
# now wait until kernel is built, this takes some time
sudo dpkg -i ../linux-headers*.deb ../linux-image*.deb

Then, reboot.
You'll have to repeat this process if Ubuntu updates kernel.


But after the after "git apply webcam.patch" I am unsure what to do...

Thank's in advance
gonzo
 
Old 01-01-2016, 03:33 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
Hi...

I'm not sure how to help you here because, in part, you're using OpenSUSE, not Ubuntu. If no one here on the forum can help you, then I would suggest you either take your system to a local LUG (Linux user's group) or to a computer repair shop who is knowledgeable with Linux.

Regards...
 
Old 01-01-2016, 05:22 PM   #5
gonzovaldez
LQ Newbie
 
Registered: Dec 2015
Posts: 3

Original Poster
Rep: Reputation: Disabled
I changed to Ubuntu 14.04.3, so that is not the problem anymore.
Checked a few more distributions. So far the problem is reproducible in Debian 8, OpenSuse Leap, Ubuntu 14.04.3 and 15.10.

It's is kinda disappointing that there isn't a approved fix out yet. Could Lenovo be the wrong candidate for Linux Desktops?
 
Old 01-01-2016, 07:31 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
Originally Posted by gonzovaldez View Post
I changed to Ubuntu 14.04.3, so that is not the problem anymore.
Checked a few more distributions. So far the problem is reproducible in Debian 8, OpenSuse Leap, Ubuntu 14.04.3 and 15.10.

It's is kinda disappointing that there isn't a approved fix out yet. Could Lenovo be the wrong candidate for Linux Desktops?
Not that I know of.

http://www.thinkwiki.org/wiki/ThinkWiki

IBM laptops and Gnu/Linux walk hand in hand.
 
Old 01-02-2016, 11:33 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,139

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Usually Thinkpads are fine with Linux: Lenovo actually sold this model without Windows. I couldn't even work out what the camera was, though, when I looked for a driver: some sites said the hardware was Intel, some Chicony.. It does seem possible to get the camera working, as the Gentoo website list it as OK. Personally, I'd consider Gentoo a last resort!
 
  


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
[SOLVED] GUI login for root with sddm on openSUSE Leap42.1 JZL240I-U Linux - Software 7 01-02-2016 03:20 PM
Thinkpad E550 trackpad/point not recognised robhad Linux - Newbie 2 07-03-2015 08:05 PM
Linux for my old lenovo Thinkpad. sumit369 Linux - Laptop and Netbook 4 03-22-2012 01:48 PM
Lenovo Thinkpad Fedora 7 harpoon45 Linux - Wireless Networking 1 12-31-2007 08:11 PM
Thinkpad Lenovo T61 Nikosis Slackware 33 07-05-2007 06:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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