diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-12-04 18:41:30 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-12-04 18:41:30 +1100 |
commit | 02f8208e8228db99a0a025c351ad60535432ae4c (patch) | |
tree | 756702927da31200ea8765637103ec3aa1fc18dd /module-usb-quickcam/README | |
parent | 055bd8e11b8b8edb28ecfe2e461b67c655b9ad75 (diff) | |
download | contrib-02f8208e8228db99a0a025c351ad60535432ae4c.tar.gz contrib-02f8208e8228db99a0a025c351ad60535432ae4c.tar.xz |
module-usb-quickcam: initial commit
Diffstat (limited to 'module-usb-quickcam/README')
-rw-r--r-- | module-usb-quickcam/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/module-usb-quickcam/README b/module-usb-quickcam/README new file mode 100644 index 000000000..66b03482b --- /dev/null +++ b/module-usb-quickcam/README @@ -0,0 +1,28 @@ +REQUIREMENTS: + +PRECAUTION: + + Remove this port before upgrading the kernel then do a force rebuild then + install, after you have rebooted into the new kernel. + +PRE-INSTALL: + + USB and Video4Linux must be in the kernel, and modprobed if built as modules, + also the kernel source must be present in: + "/usr/src/linux-VERSION" VERSION being what "uname -r" returns. + +POST-INSTALL: + + Add "/sbin/modprobe quickcam" to /etc/rc.modules + +PRE-REMOVE: + +POST-REMOVE: + +NOTES: + +I find setting MODPROBE=/sbin/modprobe easier, then use: + +$MODPROBE quickcam + +This does not compile on kernel 2.6.18 or above. |