From aca8aa18b5053e85dc2ffe1073e82faca6a1396e Mon Sep 17 00:00:00 2001 From: Kyle Stevens Date: Tue, 26 Jan 2016 08:40:48 -0500 Subject: [PATCH] Added a note to load the driver on startup. --- Get-Started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Get-Started.md b/Get-Started.md index 3104dd3..efb6d3a 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -201,6 +201,10 @@ In some scenarios, you'll have to unload `bdc_pci` before inserting the kernel m ~~Putting the computer to suspend and trying to use the camera afterwards makes the computer freeze. Here is a fix for that.~~ Suspend/resume should now work without any additional fixes. Note that suspend/resume with the device opened is still not supported. +### Make driver load correctly on startup +If you want the driver to be enabled on startup, extra steps may be required. On Ubuntu, the following should work: +`echo facetimehd >> /etc/modules` + ### For Ubuntu 15.04 and higher (Should work on some other distros too): Put this in terminal. Use `gedit` or your favorite text editor: