diff --git a/Get-Started.md b/Get-Started.md index 40f8a79..e6b0c0d 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -183,7 +183,12 @@ videobuf2_dma_sg 20480 1 facetimehd videobuf2_core 57344 1 facetimehd videodev 176128 3 v4l2_common,facetimehd,videobuf2_core ``` -- In order to test the camera install mplayer from Packman repo. If not yet done add Packman repo first +- It the moment the kernel module is not loaded automatically. If you would like the kernel module to be loaded at system startup add the following line to `/etc/init.d/after.local` +``` +modprobe facetimehd +``` +- In order to get it working after suspend see [below](#make-driver-load-correctly-after-suspend) +- To test the camera install mplayer from Packman repo. If not yet done add Packman repo first ``` zypper addrepo -f http://packman.inode.at/suse/openSUSE_Leap_42.1/ packman zypper install mplayer @@ -191,7 +196,7 @@ zypper install mplayer - As user start mplayer: `mplayer tv://` - By the way, the Packman repo provides a driver for the WiFi card (Broadcom): `zypper install broadcom-wl` -- In order to get it working after suspend see [below](#make-driver-load-correctly-after-suspend) + IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM OF THIS PAGE OR REPORT AN ISSUE