summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-08-05 08:09:45 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-08-05 08:09:45 +0000
commit105cb2b71e99f0ff6c22b6e1a2ade1b0435d6238 (patch)
treef16707d198856e4e44c9743deec68250bda9238e /doc
parent865b11be4a04f93e4bd74b8e3c5d898753d792f6 (diff)
downloadlibgphoto2-105cb2b71e99f0ff6c22b6e1a2ade1b0435d6238.tar.gz
hotplug setup clarification from hub
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4978 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/gphoto2.xml32
1 files changed, 26 insertions, 6 deletions
diff --git a/doc/gphoto2.xml b/doc/gphoto2.xml
index 47e2968e1..0d035eb94 100644
--- a/doc/gphoto2.xml
+++ b/doc/gphoto2.xml
@@ -30,6 +30,11 @@ About this file:
<!-- just to make all references to the name consistent -->
<!ENTITY docname "The gPhoto2 Manual">
+<!-- external FAQ file -->
+<!ENTITY faq SYSTEM "faq.xml">
+
+<!ENTITY camera SYSTEM "api/sgml/gphoto2-camera.sgml">
+
]>
<book>
@@ -224,7 +229,7 @@ About this file:
(<acronym>RPM</acronym> packages, <acronym>DEB</acronym>
packages or <acronym>BSD</acronym> ports) and/or your system
administrator should already have done for you. If not, follow
- the instructions in the <xref linkend="setup"/> chapter first.
+ the instructions in the <xref linkend="setup-perms"/> chapter first.
</para>
<para>FIXME: We need examples using <acronym>RS232</acronym>
@@ -391,7 +396,17 @@ Saving file as MVI_5418.AVI
<!-- =========================================================== -->
<!-- =========================================================== -->
- <chapter id="setup">
+ <chapter>
+ <title>Frequently Asked Questions</title>
+ <subtitle>with answers, and not sorted yet</subtitle>
+ &faq;
+ </chapter>
+
+ <!-- =========================================================== -->
+ <!-- =========================================================== -->
+ <!-- =========================================================== -->
+
+ <chapter id="setup-perms">
<title>Setting up your system for use with
<systemitem class="library">libgphoto2</systemitem>
and <command>gphoto2</command>
@@ -618,13 +633,16 @@ Saving file as MVI_5418.AVI
instead of gphoto2 --print-usb-usermap.
</para>
<para>
- Add the output of
+ In the file <filename>/etc/hotplug/usb.usermap</filename>
+ remove all lines beginning with "usbcam".
+ </para>
+ <para>
+ Then add the output of
<screen>
<prompt>[root@home ~]# </prompt><command>gphoto2 <parameter>--print-usb-usermap</parameter></command>
</screen>
- to the file
- <filename>/etc/hotplug/usb.usermap</filename> after
- removing all lines beginning with "usbcam".
+ to that file
+ (<filename>/etc/hotplug/usb.usermap</filename>).
</para>
<formalpara>
<title>Debian peculiarity</title>
@@ -1782,6 +1800,8 @@ Saving file as MVI_5418.AVI
</refsect1>
</refentry>
+ <!-- &camera; -->
+
</reference>
<!-- =========================================================== -->