summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/FAQ5
-rw-r--r--libgphoto2_port/usb/libusb.c2
2 files changed, 4 insertions, 3 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).
diff --git a/libgphoto2_port/usb/libusb.c b/libgphoto2_port/usb/libusb.c
index 2baa03d47..b0c73af08 100644
--- a/libgphoto2_port/usb/libusb.c
+++ b/libgphoto2_port/usb/libusb.c
@@ -137,7 +137,7 @@ gp_port_usb_open (GPPort *port)
if (ret < 0) {
gp_port_set_error (port, _("Could not claim "
"interface %d (%m). Make sure no other program "
- "or kernel module (e.g. dc2xx) is using the device "
+ "or kernel module (e.g. dc2xx or stv680) is using the device "
"and you have read/write access to the device."),
port->settings.usb.interface);
return GP_ERROR_IO_USB_CLAIM;