diff --git a/Get-Started.md b/Get-Started.md index a7f5cab..76d8fda 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -97,6 +97,13 @@ IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM 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.) +## 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] + +Just add facetimehd to /etc/suspend-modules.conf then. + ## 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.