pea*_*lme 9 webcam drivers 18.04
我已经在这个网站https://medium.com/@racter/how-to-install-ubuntu-16-04-on-a-retina-macbook-11-2-74e7779c0e47上尝试了解决方案:
$ cd /etc/local/src
$ git clone https://github.com/patjak/bcwc_pcie.git
$ cd bcwc_pcie/firmware
$ sudo make
$ sudo make install
$ cd ..
$ sudo make
$ sudo install
$ sudo depmod
$ sudo modprobe -r bdc_pci
$ sudo modprobe facetimehd
Run Code Online (Sandbox Code Playgroud)
但是,我在第一个sudo make后收到以下错误。
Checking dependencies for driver download...
/usr/bin/xzcat
/bin/cpio
Makefile:34: recipe for target 'AppleCameraInterface' failed
make: *** [AppleCameraInterface] Error 1
Run Code Online (Sandbox Code Playgroud)
小智 8
更新
固件存储库已移至单独的存储库。现在的程序是
cd /etc/local/src
git clone https://github.com/patjak/bcwc_pcie.git
cd bcwc_pcie/firmware
git clone https://github.com/patjak/facetimehd-firmware
cd facetimehd-firmware
sudo make
sudo make install
cd ../..
sudo make
sudo make install # (Update with make install for 18.04)
sudo depmod
sudo modprobe -r bdc_pci
sudo modprobe facetimehd
Run Code Online (Sandbox Code Playgroud)
小智 5
尝试安装 curl。我也遇到了同样的问题,然后我发现这是因为在 Ubuntu 18.04 中没有默认安装 curl。
sudo apt-get install curl
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11705 次 |
| 最近记录: |