mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-10 03:20:02 +02:00
Small changes based on my experiences with testing it on Ubuntu 15.10 and MacBook Pro 15 Retina
@@ -90,7 +90,7 @@ IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM
|
||||
|
||||
## Get Started on Ubuntu
|
||||
|
||||
All the steps are almost the same as Debian. The only difference is to put the firmware.bin into `/lib/firmware/facetimehd/` instead of `/usr/lib/firmware/facetimehd/`.
|
||||
All the steps are the same as Debian. (The only difference is that the firmware.bin is copied into `/lib/firmware/facetimehd/` instead of `/usr/lib/firmware/facetimehd/`, but the script does that for you.)
|
||||
|
||||
## Get started on Arch
|
||||
|
||||
@@ -196,7 +196,7 @@ IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM
|
||||
|
||||
## /dev/video not created
|
||||
|
||||
In some scenarios, you'll have to unload `bdc_pci` before inserting the kernel module, or `/dev/video` won't be created. Do this with `modprobe -r bdc_pci`.
|
||||
In some scenarios, you'll have to unload `bdc_pci` before inserting the kernel module, or `/dev/video` (or `/dev/video0`) won't be created. Do this with `modprobe -r bdc_pci`.
|
||||
|
||||
## Make driver load correctly after suspend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user