Small changes based on my experiences with testing it on Ubuntu 15.10 and MacBook Pro 15 Retina

Grzegorz Dubicki
2016-04-09 17:28:38 +02:00
parent b098b719cf
commit 119c90ae6a

@@ -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