diff options
Diffstat (limited to 'multimedia/pwcbsd/pkg-message')
-rw-r--r-- | multimedia/pwcbsd/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
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" + +=============================================================================== |