summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-06-04 18:28:33 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-06-04 18:28:33 +0000
commit8faca628ceed07f8787001dbf9c7848f1f5b8031 (patch)
treebae15538c0749da27e7f3573090bcc7bdcad64fc /doc
parent19e82cd20460de773a6e3c2a142ef107874b4b7f (diff)
downloadlibgphoto2-8faca628ceed07f8787001dbf9c7848f1f5b8031.tar.gz
added note about stv680 kernel driver
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4606 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 2cc8f3b64..83c0c3c95 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -25,12 +25,13 @@ Q: I get the error message
*** Error ('Could not claim the USB device') ***
Could not claim interface 0 (Operation not permitted). Make sure no
- other program or kernel module (e.g. dc2xx) is using the device and
+ other program or kernel module (e.g. dc2xx or stv680) is using the device and
you have read/write access to the device.
What can I do to make it work?
-A: You have to set up the permissions on your USB device correctly.
+A: You have to make sure that no such kernel module is loaded and that
+ you have to set up the permissions on your USB device correctly.
For Linux, this is described in the file named gphoto2.txt in
your gphoto2 documentation directory (named doc/ in the source tree).