Updated Get Started (markdown)

JPtheJP
2015-12-30 13:47:01 -05:00
parent f0fd2f4eab
commit 48975a8c01

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