From e96a3967e588a8a245ad9bc81e40cb53b3ab1edc Mon Sep 17 00:00:00 2001 From: Urs Beyerle Date: Wed, 6 Jan 2016 08:34:24 +0100 Subject: [PATCH] add comment related to openSUSE --- Get-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index 174b476..44a9d92 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -183,7 +183,7 @@ videobuf2_dma_sg 20480 1 facetimehd videobuf2_core 57344 1 facetimehd videodev 176128 3 v4l2_common,facetimehd,videobuf2_core ``` -- At 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` +- At 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` (Note that this is not yet recommended since the driver is not 100% stable yet) ``` modprobe facetimehd ``` @@ -196,6 +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 update the driver later to the newest version, change to the folder where your have cloned the driver's code `cd bcwc_pcie` run `git pull` followed by `make; make install`. IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM OF THIS PAGE OR REPORT AN ISSUE