summaryrefslogtreecommitdiffstats
path: root/multimedia/droidcam/README.SLACKWARE
blob: a91a930ff9a7431a456bffa8f02f7ef51438da19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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