summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-01-06 19:58:42 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-01-06 19:58:42 +0000
commit2b0ca50e7950b24a9ddb91f1dae0d9f037096b6b (patch)
tree4070c1aa5cc27f7b1b410f5cb9c2573fe7e7df88 /doc
parentcb75ac3721cfdd99774c7a8a71242bc001c0bbca (diff)
downloadlibgphoto2-2b0ca50e7950b24a9ddb91f1dae0d9f037096b6b.tar.gz
Added FAQ
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3748 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
new file mode 100644
index 000000000..347e43dc1
--- /dev/null
+++ b/doc/FAQ
@@ -0,0 +1,30 @@
+========================================================================
+
+Q: gphoto2 does not find my camera. What shall I do?
+
+A: First try to run "gphoto2 --list-ports" and look whether the ports
+ you want to use are listed.
+ Then try to run "gphoto2 --auto-detect" and look whether the camera
+ is detected.
+ If you gphoto2 cannot access the USB device, you have to set up
+ hotplugging correctly. See gphoto2.txt for details.
+
+========================================================================
+
+Q: My Canon PowerShot G1 doesn't work with gphoto2. What should I do?
+
+A: This is a known bug which is being worked on. In the mean time, run
+ the camera on battery instead of the AC adapter.
+
+========================================================================
+
+Q: I run Linux 2.4.x and I can't get USB to work at all. I keep getting
+
+ kernel: usb_control/bulk_msg: timeout
+ kernel: usbdevfs: USBDEVFS_BULK failed dev 3 ep 0x81 len 64 ret -110
+
+ How can I make USB work?
+
+A: No idea. Sometimes it works and sometimes it doesn't.
+
+========================================================================