Score:0

Skype Camera No device found

de flag

enter image description here

I installed Ubuntu 20.04 on MacBook.

I tried different thread of this problem, but I'm not able to solve the problem. How can I fix this problem so that I can use a camera with Skype.

24601 avatar
in flag
Does this answer your question? [Skype no longer recognises camera](https://askubuntu.com/questions/994535/skype-no-longer-recognises-camera)
Score:0
de flag

This is how I solved the problem.

sudo apt install git curl cpio
cd ~/Downloads 
git clone https://github.com/patjak/facetimehd-firmware.git
cd facetimehd-firmware
make clean
make
sudo make install
cd ..
sudo apt install kmod libssl-dev checkinstall
git clone https://github.com/patjak/bcwc_pcie.git
cd bcwc_pcie
make clean
make
sudo make install
sudo depmod
sudo modprobe facetimehd

Run the following to check if you have facetimehd.ko:

ls /lib/modules/$(uname -r)/extra
# output
facetimehd.ko

And add facetimehd to the /etc/modules:

sudo vim /etc/modules

Open Skype to check if the integrated camera is working.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.