Intergrated Webcam Not Working after upgrade to 18.04Set webcam on different USB busWebcam not identified on...

How to balance a monster modification (zombie)?

Print last inputted byte

TDE Master Key Rotation

Would this string work as string?

Imaginary part of expression too difficult to calculate

Hot air balloons as primitive bombers

Did Nintendo change its mind about 68000 SNES?

Why is this tree refusing to shed its dead leaves?

Should a narrator ever describe things based on a characters view instead of fact?

Why is indicated airspeed rather than ground speed used during the takeoff roll?

Are hand made posters acceptable in Academia?

What is it called when someone votes for an option that's not their first choice?

Can other pieces capture a threatening piece and prevent a checkmate?

Justification failure in beamer enumerate list

Friend wants my recommendation but I don't want to

Do people actually use the word "kaputt" in conversation?

"Marked down as someone wanting to sell shares." What does that mean?

Do I need to convey a moral for each of my blog post?

Does the Shadow Magic sorcerer's Eyes of the Dark feature work on all Darkness spells or just his/her own?

Hackerrank All Women's Codesprint 2019: Name the Product

What (if any) is the reason to buy in small local stores?

PTIJ: Which Dr. Seuss books should one obtain?

Jem'Hadar, something strange about their life expectancy

Can "few" be used as a subject? If so, what is the rule?



Intergrated Webcam Not Working after upgrade to 18.04


Set webcam on different USB busWebcam not identified on Lenovo IdeaPad Y580Can't get normal resolution on Ubuntu 13.04 with ATI Radeon HD 5470Integrated webcam not working in 16.04HP Stream 14 Won't Enable Proprietary driver for Realtek Semiconductor Corp wireless cardWiFi problem with Thinkpad 11e 5th genZTE Modem not working on Ubuntu 18.04How to Add 802.11ac USB wifi adapter in Ubuntu 18.04Should I remove Ubuntu 18.04 and install Lubuntu 18.10?Mouse clicks caused by Arduino device













1















I'm new to Linux, but fear not, I am posting here after having tried all the relevant solutions available and also asking a friend who is proficient in Linux to have a look. My problem still persists. Would be grateful if someone could help me out here.



Small Backstory: I purchased a second hand Lenovo Z370 that was successfully running Ubuntu 12.10. I did a fresh installation where I erased and installed 18.04. My integrated webcam is not working.




  1. Cheese tells me No Device Found


  2. I have run sudo apt-get install libsbigudrv2 libsbigudrv0 and I get the following message

    Reading package lists... Done
    Building dependency tree

    Reading state information... Done
    libsbigudrv0 is already the newest version (5:0.5-0ubuntu10).
    libsbigudrv2 is already the newest version (2.0.0-0ubuntu1).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


  3. I have also run ls -ltrh /dev/video* and the result I get is



ls: cannot access '/dev/video*': No such file or directory




  1. I have also run sudo apt-get install cheese build-essential linux-headers-``uname -r ` and what I get is



Reading package lists... Done
Building dependency tree

Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
cheese is already the newest version (3.28.0-1ubuntu1).
linux-headers-4.15.0-29-generic is already the newest version (4.15.0-29.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.




  1. I also see a camera icon on my Esc key and I pressed Fn+Esc but I'm not able to detect if anything happened. One thing I can report is that /dev/video was still not available.


  2. Running lspci yields

    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
    06:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)



Any other ideas ?!



Thanks in advance.



EDIT1: Ran a few more commands based on input from Martin.




  1. lsusb gives

    Bus 002 Device 007: ID 0489:e00d Foxconn / Hon Hai Broadcom Bluetooth 2.1 Device
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


  2. dmesg | grep uvc gives nothing.


  3. Checked dmesg | grep uvc after running sudo modprobe uvcvideo and it yields

    [ 2901.557462] usbcore: registered new interface driver uvcvideo


  4. Cheese still doesn't work.


EDIT2: The webcam mysteriously started working. I'm guessing the software updates in the previous months have made it possible. I first noticed this when running zoom. The webcam worked and then stopped working after 5 seconds or so. So I opened cheese and the webcam worked for maybe half a minute (with poor quality) but then stopped working.










share|improve this question




















  • 1





    Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

    – Martin W
    Aug 4 '18 at 15:19











  • @martin-w Please check post.

    – Rohit Rao
    Aug 4 '18 at 15:53











  • Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

    – Martin W
    Aug 4 '18 at 16:29











  • Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

    – Rohit Rao
    Aug 6 '18 at 16:59













  • But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

    – Martin W
    Aug 6 '18 at 20:38


















1















I'm new to Linux, but fear not, I am posting here after having tried all the relevant solutions available and also asking a friend who is proficient in Linux to have a look. My problem still persists. Would be grateful if someone could help me out here.



Small Backstory: I purchased a second hand Lenovo Z370 that was successfully running Ubuntu 12.10. I did a fresh installation where I erased and installed 18.04. My integrated webcam is not working.




  1. Cheese tells me No Device Found


  2. I have run sudo apt-get install libsbigudrv2 libsbigudrv0 and I get the following message

    Reading package lists... Done
    Building dependency tree

    Reading state information... Done
    libsbigudrv0 is already the newest version (5:0.5-0ubuntu10).
    libsbigudrv2 is already the newest version (2.0.0-0ubuntu1).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


  3. I have also run ls -ltrh /dev/video* and the result I get is



ls: cannot access '/dev/video*': No such file or directory




  1. I have also run sudo apt-get install cheese build-essential linux-headers-``uname -r ` and what I get is



Reading package lists... Done
Building dependency tree

Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
cheese is already the newest version (3.28.0-1ubuntu1).
linux-headers-4.15.0-29-generic is already the newest version (4.15.0-29.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.




  1. I also see a camera icon on my Esc key and I pressed Fn+Esc but I'm not able to detect if anything happened. One thing I can report is that /dev/video was still not available.


  2. Running lspci yields

    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
    06:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)



Any other ideas ?!



Thanks in advance.



EDIT1: Ran a few more commands based on input from Martin.




  1. lsusb gives

    Bus 002 Device 007: ID 0489:e00d Foxconn / Hon Hai Broadcom Bluetooth 2.1 Device
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


  2. dmesg | grep uvc gives nothing.


  3. Checked dmesg | grep uvc after running sudo modprobe uvcvideo and it yields

    [ 2901.557462] usbcore: registered new interface driver uvcvideo


  4. Cheese still doesn't work.


EDIT2: The webcam mysteriously started working. I'm guessing the software updates in the previous months have made it possible. I first noticed this when running zoom. The webcam worked and then stopped working after 5 seconds or so. So I opened cheese and the webcam worked for maybe half a minute (with poor quality) but then stopped working.










share|improve this question




















  • 1





    Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

    – Martin W
    Aug 4 '18 at 15:19











  • @martin-w Please check post.

    – Rohit Rao
    Aug 4 '18 at 15:53











  • Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

    – Martin W
    Aug 4 '18 at 16:29











  • Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

    – Rohit Rao
    Aug 6 '18 at 16:59













  • But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

    – Martin W
    Aug 6 '18 at 20:38
















1












1








1


1






I'm new to Linux, but fear not, I am posting here after having tried all the relevant solutions available and also asking a friend who is proficient in Linux to have a look. My problem still persists. Would be grateful if someone could help me out here.



Small Backstory: I purchased a second hand Lenovo Z370 that was successfully running Ubuntu 12.10. I did a fresh installation where I erased and installed 18.04. My integrated webcam is not working.




  1. Cheese tells me No Device Found


  2. I have run sudo apt-get install libsbigudrv2 libsbigudrv0 and I get the following message

    Reading package lists... Done
    Building dependency tree

    Reading state information... Done
    libsbigudrv0 is already the newest version (5:0.5-0ubuntu10).
    libsbigudrv2 is already the newest version (2.0.0-0ubuntu1).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


  3. I have also run ls -ltrh /dev/video* and the result I get is



ls: cannot access '/dev/video*': No such file or directory




  1. I have also run sudo apt-get install cheese build-essential linux-headers-``uname -r ` and what I get is



Reading package lists... Done
Building dependency tree

Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
cheese is already the newest version (3.28.0-1ubuntu1).
linux-headers-4.15.0-29-generic is already the newest version (4.15.0-29.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.




  1. I also see a camera icon on my Esc key and I pressed Fn+Esc but I'm not able to detect if anything happened. One thing I can report is that /dev/video was still not available.


  2. Running lspci yields

    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
    06:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)



Any other ideas ?!



Thanks in advance.



EDIT1: Ran a few more commands based on input from Martin.




  1. lsusb gives

    Bus 002 Device 007: ID 0489:e00d Foxconn / Hon Hai Broadcom Bluetooth 2.1 Device
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


  2. dmesg | grep uvc gives nothing.


  3. Checked dmesg | grep uvc after running sudo modprobe uvcvideo and it yields

    [ 2901.557462] usbcore: registered new interface driver uvcvideo


  4. Cheese still doesn't work.


EDIT2: The webcam mysteriously started working. I'm guessing the software updates in the previous months have made it possible. I first noticed this when running zoom. The webcam worked and then stopped working after 5 seconds or so. So I opened cheese and the webcam worked for maybe half a minute (with poor quality) but then stopped working.










share|improve this question
















I'm new to Linux, but fear not, I am posting here after having tried all the relevant solutions available and also asking a friend who is proficient in Linux to have a look. My problem still persists. Would be grateful if someone could help me out here.



Small Backstory: I purchased a second hand Lenovo Z370 that was successfully running Ubuntu 12.10. I did a fresh installation where I erased and installed 18.04. My integrated webcam is not working.




  1. Cheese tells me No Device Found


  2. I have run sudo apt-get install libsbigudrv2 libsbigudrv0 and I get the following message

    Reading package lists... Done
    Building dependency tree

    Reading state information... Done
    libsbigudrv0 is already the newest version (5:0.5-0ubuntu10).
    libsbigudrv2 is already the newest version (2.0.0-0ubuntu1).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


  3. I have also run ls -ltrh /dev/video* and the result I get is



ls: cannot access '/dev/video*': No such file or directory




  1. I have also run sudo apt-get install cheese build-essential linux-headers-``uname -r ` and what I get is



Reading package lists... Done
Building dependency tree

Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
cheese is already the newest version (3.28.0-1ubuntu1).
linux-headers-4.15.0-29-generic is already the newest version (4.15.0-29.31).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.




  1. I also see a camera icon on my Esc key and I pressed Fn+Esc but I'm not able to detect if anything happened. One thing I can report is that /dev/video was still not available.


  2. Running lspci yields

    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)
    06:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)



Any other ideas ?!



Thanks in advance.



EDIT1: Ran a few more commands based on input from Martin.




  1. lsusb gives

    Bus 002 Device 007: ID 0489:e00d Foxconn / Hon Hai Broadcom Bluetooth 2.1 Device
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


  2. dmesg | grep uvc gives nothing.


  3. Checked dmesg | grep uvc after running sudo modprobe uvcvideo and it yields

    [ 2901.557462] usbcore: registered new interface driver uvcvideo


  4. Cheese still doesn't work.


EDIT2: The webcam mysteriously started working. I'm guessing the software updates in the previous months have made it possible. I first noticed this when running zoom. The webcam worked and then stopped working after 5 seconds or so. So I opened cheese and the webcam worked for maybe half a minute (with poor quality) but then stopped working.







upgrade 18.04 video webcam camera






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 9:09







Rohit Rao

















asked Aug 4 '18 at 14:04









Rohit RaoRohit Rao

613




613








  • 1





    Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

    – Martin W
    Aug 4 '18 at 15:19











  • @martin-w Please check post.

    – Rohit Rao
    Aug 4 '18 at 15:53











  • Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

    – Martin W
    Aug 4 '18 at 16:29











  • Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

    – Rohit Rao
    Aug 6 '18 at 16:59













  • But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

    – Martin W
    Aug 6 '18 at 20:38
















  • 1





    Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

    – Martin W
    Aug 4 '18 at 15:19











  • @martin-w Please check post.

    – Rohit Rao
    Aug 4 '18 at 15:53











  • Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

    – Martin W
    Aug 4 '18 at 16:29











  • Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

    – Rohit Rao
    Aug 6 '18 at 16:59













  • But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

    – Martin W
    Aug 6 '18 at 20:38










1




1





Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

– Martin W
Aug 4 '18 at 15:19





Try lsusb and look for "Lenovo Integrated Camera" or some such thing. Also, post the output of dmesg | grep uvc. If that gives nothing, try: sudo modprobe uvcvideo and try the dmesg | grep uvc command again.

– Martin W
Aug 4 '18 at 15:19













@martin-w Please check post.

– Rohit Rao
Aug 4 '18 at 15:53





@martin-w Please check post.

– Rohit Rao
Aug 4 '18 at 15:53













Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

– Martin W
Aug 4 '18 at 16:29





Hm. That's odd. Is it possible that the integrated camera is turned off in bios? I don't have direct experience with the Z370 but I have used many Lenovos and nearly all of them have internal usb cameras driven by uvcvideo. Your post suggests that 12.10 drove the webcam. You might try to boot a live usb for 12.10 or for some older releases (old-releases.ubuntu.com/releases) to see if the webcam works on those. If so, use dmesg to figure out what driver is being used.

– Martin W
Aug 4 '18 at 16:29













Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

– Rohit Rao
Aug 6 '18 at 16:59







Hey Martin. Thanks for your help. But it doesn't seem to be working with 16.10 and 12.10. I still get the same error in cheese.

– Rohit Rao
Aug 6 '18 at 16:59















But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

– Martin W
Aug 6 '18 at 20:38







But did it used to work with any Ubuntu? If not, perhaps the cam is not uvc compliant. You could try v4l drivers using the command mplayer -cache 128 -tv driver=v4l2:width=640:height=480 -vo xv tv://. You may need sudo install mplayer, if you don't have that package already.

– Martin W
Aug 6 '18 at 20:38












2 Answers
2






active

oldest

votes


















1














Oddly enough I had the same problem with the Playstation eyetoy camera that should have run out of the box as it did on previous installations of Ubuntu 18.10. This could possibly work for you as it did for me. I typed lsusb in terminal and it did not recognize my camera. Cheese and other programs did not recognize it either. I had to go online to a chatting site for the dialogue to come up on if I wanted to initialize my camera. After agreeing to use my camera on Firefox suddenly it was accessible to every previous attempt that it did not work for. Let me know if that works for you.






share|improve this answer
























  • Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

    – Rohit Rao
    Dec 23 '18 at 19:29



















0














For the sake of possibly saving someone else who wasted time like me, some laptops have a keyboard button to turn on the webcam, like my Clevo P150EM, Fn + F10



I also had to restart Cheese to check it worked





share








New contributor




ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062331%2fintergrated-webcam-not-working-after-upgrade-to-18-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Oddly enough I had the same problem with the Playstation eyetoy camera that should have run out of the box as it did on previous installations of Ubuntu 18.10. This could possibly work for you as it did for me. I typed lsusb in terminal and it did not recognize my camera. Cheese and other programs did not recognize it either. I had to go online to a chatting site for the dialogue to come up on if I wanted to initialize my camera. After agreeing to use my camera on Firefox suddenly it was accessible to every previous attempt that it did not work for. Let me know if that works for you.






    share|improve this answer
























    • Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

      – Rohit Rao
      Dec 23 '18 at 19:29
















    1














    Oddly enough I had the same problem with the Playstation eyetoy camera that should have run out of the box as it did on previous installations of Ubuntu 18.10. This could possibly work for you as it did for me. I typed lsusb in terminal and it did not recognize my camera. Cheese and other programs did not recognize it either. I had to go online to a chatting site for the dialogue to come up on if I wanted to initialize my camera. After agreeing to use my camera on Firefox suddenly it was accessible to every previous attempt that it did not work for. Let me know if that works for you.






    share|improve this answer
























    • Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

      – Rohit Rao
      Dec 23 '18 at 19:29














    1












    1








    1







    Oddly enough I had the same problem with the Playstation eyetoy camera that should have run out of the box as it did on previous installations of Ubuntu 18.10. This could possibly work for you as it did for me. I typed lsusb in terminal and it did not recognize my camera. Cheese and other programs did not recognize it either. I had to go online to a chatting site for the dialogue to come up on if I wanted to initialize my camera. After agreeing to use my camera on Firefox suddenly it was accessible to every previous attempt that it did not work for. Let me know if that works for you.






    share|improve this answer













    Oddly enough I had the same problem with the Playstation eyetoy camera that should have run out of the box as it did on previous installations of Ubuntu 18.10. This could possibly work for you as it did for me. I typed lsusb in terminal and it did not recognize my camera. Cheese and other programs did not recognize it either. I had to go online to a chatting site for the dialogue to come up on if I wanted to initialize my camera. After agreeing to use my camera on Firefox suddenly it was accessible to every previous attempt that it did not work for. Let me know if that works for you.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 22 '18 at 0:58









    JayCouture.comJayCouture.com

    1701110




    1701110













    • Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

      – Rohit Rao
      Dec 23 '18 at 19:29



















    • Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

      – Rohit Rao
      Dec 23 '18 at 19:29

















    Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

    – Rohit Rao
    Dec 23 '18 at 19:29





    Thanks for your reply. I tried this but I get a message in lots of websites saying a webcam/camera is not connected or the camera is disconnected. I never get a dialogue box popping up.

    – Rohit Rao
    Dec 23 '18 at 19:29













    0














    For the sake of possibly saving someone else who wasted time like me, some laptops have a keyboard button to turn on the webcam, like my Clevo P150EM, Fn + F10



    I also had to restart Cheese to check it worked





    share








    New contributor




    ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      For the sake of possibly saving someone else who wasted time like me, some laptops have a keyboard button to turn on the webcam, like my Clevo P150EM, Fn + F10



      I also had to restart Cheese to check it worked





      share








      New contributor




      ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        For the sake of possibly saving someone else who wasted time like me, some laptops have a keyboard button to turn on the webcam, like my Clevo P150EM, Fn + F10



        I also had to restart Cheese to check it worked





        share








        New contributor




        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        For the sake of possibly saving someone else who wasted time like me, some laptops have a keyboard button to turn on the webcam, like my Clevo P150EM, Fn + F10



        I also had to restart Cheese to check it worked






        share








        New contributor




        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 1 min ago









        ryan2johnson9ryan2johnson9

        1012




        1012




        New contributor




        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        ryan2johnson9 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062331%2fintergrated-webcam-not-working-after-upgrade-to-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

            Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

            Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...