From 48975a8c016648c2351b6874eb819dde8a17f01e Mon Sep 17 00:00:00 2001 From: JPtheJP Date: Wed, 30 Dec 2015 13:47:01 -0500 Subject: [PATCH] Updated Get Started (markdown) --- Get-Started.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Get-Started.md b/Get-Started.md index e345826..eb3ec83 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -62,11 +62,12 @@ Launch mplayer: `mplayer tv://` and enjoy your own smily face :-) The driver breaks on suspend / resume, so add a script to unload / reload the driver: `vi /usr/lib/systemd/system-sleep/remove-facetimehd.sh` -`#!/bin/bash` -`[ "$1" = "post" ] && exec /usr/sbin/modprobe facetimehd` -`[ "$1" = "pre" ] && exec /usr/sbin/rmmod facetimehd` -`exit 0` +`#!/bin/bash +[ "$1" = "post" ] && exec /usr/sbin/modprobe facetimehd +[ "$1" = "pre" ] && exec /usr/sbin/rmmod facetimehd +exit 0` Save and exit then: + `chmod +x /usr/lib/systemd/system-sleep/remove-facetimehd.sh` IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM OF THIS PAGE OR REPORT AN ISSUE