summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaddons/x11phonehome/etc/init.d/local-phonehome8
1 files changed, 7 insertions, 1 deletions
diff --git a/addons/x11phonehome/etc/init.d/local-phonehome b/addons/x11phonehome/etc/init.d/local-phonehome
index 4b8ebfa..b825650 100755
--- a/addons/x11phonehome/etc/init.d/local-phonehome
+++ b/addons/x11phonehome/etc/init.d/local-phonehome
@@ -33,7 +33,13 @@ d_start() {
/usr/local/bin/launch-x11
sleep 5
/usr/local/bin/launch-unclutter
- /usr/bin/motion
+
+ # Dirty hack to overload newer PWC driver
+ insmod $(find /lib/modules/ -name videodev.ko) || true
+ insmod $(find /lib/modules/ -regex '/media/pwc\.ko') || true
+
+# /usr/bin/motion
+ simpleopal -lanVIX h323:192.168.102.160
}
#