diff --git a/Get-Started.md b/Get-Started.md index 8ce8e8e..86fb78c 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -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