Hi,

a few command lines that install the patch, the patch mentioned above is
attached as file

# download patches to ~/Software/CameraPatch/
# mkdir ~/debian/src

cd ~/debian/src

#get the source
apt-get source linux-image-$(uname -r)
cd linux-4.2.0
cp ~/Software/CameraPatch/*.patch ./

# aplly the patch
patch -p1 < uvc.patch

cd drivers/media/usb/uvc/

# compile the module
make -C /lib/modules/$(uname -r)/build M=$(pwd) modules

# install the module
sudo make -C /lib/modules/$(uname -r)/build M=$(pwd) modules_install

# depmod from modules_install fails, redo it
sudo depmod 

#unload/load module, the camera should work
sudo rmmod uvcvideo
sudo modprobe uvcvideo

** Patch added: "Patch as file."
   
https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1433906/+attachment/4536648/+files/uvc.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1433906

Title:
  Acer, Inc ID 5986:055a is useless after 14.04.2 installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1433906/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to