From 2c5287b3970145a63762132a0827d1811eec6d2f Mon Sep 17 00:00:00 2001 From: derjohn Date: Fri, 30 Jun 2017 10:02:02 +0200 Subject: [PATCH] Updated Get Started (markdown) --- Get-Started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index 76d8fda..3c3cd5c 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -100,10 +100,14 @@ All the steps are the same as Debian. (The only difference is that the firmware. ## Suspend on 16.04 and later (systemd) As long as suspend is not working you can use the following approach to make the module unload on suspend: -[https://gist.github.com/mauron85/f764c88d2dc47af157487a7a318dd35b] +[Systemd Module Unload Script] (https://gist.github.com/mauron85/f764c88d2dc47af157487a7a318dd35b) Just add facetimehd to /etc/suspend-modules.conf then. +Also: Don't forget to add a file /etc/modprobe.d/blacklist-facetimehd.conf with the line +`blacklist bdc_pci` to prevent bdc_pci from being auto-loaded. + + ## Setting up DKMS (auto-compile on kernal update) This assumes you have already followed the Debian/Ubuntu deb package steps. You will need to verify `dkms.conf` that the module name `facetimehd` and version number `0.1` are correct and either update the `dkms.conf` or adjust the instructions where `-m` and `-v` are used.