这里写自定义目录标题
【mbpro ubuntu 摄像头驱动安装】备忘
一: 参考文献 && THKS
- https://zhuanlan.zhihu.com/p/638835612
- https://blog.youkuaiyun.com/qq_34671967/article/details/83895389
二: 系统基本环境: mbpro2015 独立安装的ubuntu2404
三: 安装过程及问题处理
- 参考 一:1 安装摄像头驱动成功, 并使用cheese(要单独安装)验证及浏览器edge 验证都ok : 正常更新升级ubuntu系统后失效, 简单重新安装驱动一遍也不行 ,最后一步如下提示无效参数… 卡住了 😦
❯ sudo modprobe facetimehd
2.参考 一:2 ,解决一:1 临时更新系统升级失效不能用摄像头问题: 只是参考在目录bcws_pcie下安装驱动后ok, 开始几步安装固件(readme提示已经独立新库出来)----回头要参考一:1对应新库目录facetimehd-fireware, 简单一步一步重新安装…重启… ok ,貌似摄像清晰
3. 其它:基本步骤小结
– 3.1 正常安装使用步骤
git clone https://github.com/patjak/facetimehd
cd facetimehd
make
sudo make install
git clone https://github.com/patjak/facetimehd-firmware
cd facetimehd-firmware
make
sudo make install
cd ~/facetimehd
sudo depmod
sudo modprobe facetimehd
sudo nano /etc/modules-load.d/modules.conf
-- 3.1.1 上文末行添加facetimehd:使用nano编辑, 如有该字段就不要重复添加
reboot
*************************************************
-- 3.2临时失效解决步骤
git clone https://github.com/patjak/facetimehd-firmware
cd facetimehd-firmware
make
sudo make install
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-load.d/modules.conf
-- 3.2.1 上文末行添加facetimehd:使用nano编辑, 如有该字段就不要重复添加
reboot
-- 3.3 验证安装使用 cheese
sudo apt install -y cheese
cheese
四: 小结(建议)
- 使用驱动: https://github.com/patjak/bcwc_pcie.git
- 使用固件: https://github.com/patjak/facetimehd-firmware