Added a note to load the driver on startup.

Kyle Stevens
2016-01-26 08:40:48 -05:00
parent b54cf618bd
commit aca8aa18b5

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