From be0b65d43e41e2f783fa63a4c8c23012d0dab3ca Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sat, 29 Apr 2006 13:47:23 +0000 Subject: This port provides a FreeBSD kernel module that video4linux enabled and raw yuv420p applications can use to access several USB based webcams. WWW: http://www.saillard.org/linux/pwc/ PR: ports/93464 Submitted by: Raaf --- multimedia/pwcbsd/pkg-message | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 multimedia/pwcbsd/pkg-message (limited to 'multimedia/pwcbsd/pkg-message') diff --git a/multimedia/pwcbsd/pkg-message b/multimedia/pwcbsd/pkg-message new file mode 100644 index 000000000000..f3a107d85f99 --- /dev/null +++ b/multimedia/pwcbsd/pkg-message @@ -0,0 +1,17 @@ +=============================================================================== + +This port has installed the pwc kernel module. + +To load the kernel module immediately, type the following command: + + kldload pwc + +If your webcam was already plugged in before the kernel module +was loaded you may have to unplug it first. + +To load the kernel module at boot, add the following line to +/boot/loader.conf: + + pwc_load="YES" + +=============================================================================== -- cgit v1.2.3