0

CAMERA NOT WORKING

there is no driver on my device to make camera works properly and I don't have any knowledge about where to find drivers for Ubuntu 23.10 I am using MacBook pro 2015 15" if any one have a solution please help me I am using the camera almost all the the day for meetings and more. here is the image for cheese app :No Device Found (cheese App)

1 Answers1

0

See below for the code - apologies that this is all in one block - it needs to be broken down into stages and I cannot configure the text properly.

git clone https://github.com/patjak/facetimehd-firmware.git cd facetimehd-firmware make sudo make install cd .. sudo apt-get install kmod libssl-dev checkinstall git clone https://github.com/patjak/bcwc_pcie.git cd bcwc_pcie make sudo make install sudo depmod sudo modprobe -r bdc_pci sudo modprobe facetimehd sudo nano /etc/modules

When modules opens in terminal make the following alterations

add line "facetimehd" without a # in front, write out (ctl+o) & close

Then check camera using cheese or similar. Probably best to save this code in a text doc as you may have to repeat all these steps after an upgrade or after other changes that somehow deactivate your camera.

ys99x
  • 211