summaryrefslogtreecommitdiffstats
path: root/multimedia/droidcam/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/droidcam/README.SLACKWARE')
-rw-r--r--multimedia/droidcam/README.SLACKWARE24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/droidcam/README.SLACKWARE b/multimedia/droidcam/README.SLACKWARE
new file mode 100644
index 0000000000..a91a930ff9
--- /dev/null
+++ b/multimedia/droidcam/README.SLACKWARE
@@ -0,0 +1,24 @@
+
+Droidcam Slackware
+
+Probably the camera and microphone modules of the cell
+phone will not be loaded at startup, being necessary to
+add the following lines in the file "rc.modules.local".
+
+/sbin/modprobe v4l2loopback-dc
+/sbin/modprobe snd-aloop
+
+
+It is important to install the dkms package because it
+manages the v412loopback-dc video module. to compile the
+module automatically when the kernel is updated.
+Added this lines in rc.modules.local.
+
+# Enable DKMS module rebuilding
+
+if [ -x /usr/lib/dkms/dkms_autoinstaller ]; then
+ echo "Running DKMS autoinstaller"
+ /usr/lib/dkms/dkms_autoinstaller start
+fi
+
+