2019-08-14 00:29:42 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2019-11-29 20:42:46 +01:00
|
|
|
1) webcamd requires the cuse(3) kernel module.
|
|
|
|
Please load this dependency by doing:
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2014-09-13 20:33:50 +02:00
|
|
|
# kldload cuse
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2014-09-13 20:33:50 +02:00
|
|
|
or by adding
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2014-09-13 20:33:50 +02:00
|
|
|
cuse_load="YES"
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2019-11-30 21:04:40 +01:00
|
|
|
to your /boot/loader.conf
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2013-08-29 20:03:03 +02:00
|
|
|
2) add webcamd_enable="YES"
|
|
|
|
|
|
|
|
to your /etc/rc.conf
|
|
|
|
|
2014-09-13 20:33:50 +02:00
|
|
|
3) Please restart devd to start webcamd
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2013-01-26 21:34:30 +01:00
|
|
|
# service devd restart
|
2010-01-16 21:51:23 +01:00
|
|
|
|
2014-05-13 00:01:10 +02:00
|
|
|
4) Optionally add a user to the "webcamd" group
|
|
|
|
|
|
|
|
# pw groupmod webcamd -m <username>
|
|
|
|
|
2014-09-13 20:33:50 +02:00
|
|
|
5) If webcamd still did not start, consult the installed webcamd rc.d
|
|
|
|
script for more help and instructions on how to start webcamd.
|
2019-08-14 00:29:42 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|