Updated Get Started (markdown)

derjohn
2017-06-30 10:02:02 +02:00
parent f5acd82140
commit 2c5287b397

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