4

i've recently installed Ubuntu 14.04 LTS x64 and cheese isn't working also skype they're recognizing the camera but it shows an error on playing from it

i tried solutions here , here and here and also no one worked for me
i have the file /dev/video0 and i tried

sudo chmod 777 /dev/video*

and

vlc v4l2:////dev//video0

but that's didnt work neither ,
also i tried to install guvcview but also didnt work

the output of dmesg is here , and the output of lsusb is here
and also it was working at initial install

any thoughts please ?

Akram Lazkanee
  • 473
  • 5
  • 11
  • 23

1 Answers1

1

Install the Webcam driver packages :

sudo apt-get install build-essential linux-headers-`uname -r`

If already installed them, reconfigure them:

sudo dpkg-reconfigure -phigh build-essential linux-headers-`uname -r`