source: general/genlib/libusb.xml@ 926e4d3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 926e4d3 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[15b3bc29]7 <!ENTITY libusb-download-http "http://downloads.sourceforge.net/libusb/libusb-&libusb-version;.tar.gz">
[de49ebd]8 <!ENTITY libusb-download-ftp " ">
9 <!ENTITY libusb-md5sum "caf182cbc7565dac0fd72155919672e6">
10 <!ENTITY libusb-size "389 KB">
11 <!ENTITY libusb-buildsize "8.4 MB (includes installing all documentation)">
12 <!ENTITY libusb-time "0.3 SBU (includes building all documentation)">
[52d29f7]13]>
14
[bdf5806e]15<sect1 id="libusb" xreflabel="libusb-&libusb-version;">
[fc3e01f]16 <?dbhtml filename="libusb.html"?>
[4c3474fe]17
[fc3e01f]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[4c3474fe]22
[1f3b7a7]23 <title>libusb-&libusb-version;</title>
[4c3474fe]24
[fc3e01f]25 <indexterm zone="libusb">
26 <primary sortas="a-Libusb">Libusb</primary>
27 </indexterm>
28
29 <sect2 role="package">
[1f3b7a7]30 <title>Introduction to libusb</title>
[4c3474fe]31
[fc3e01f]32 <para>The <application>libusb</application> package contains a library
33 used by some applications for USB device access.</para>
[4c3474fe]34
[fc3e01f]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libusb-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libusb-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libusb-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libusb-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libusb-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libusb-time;</para>
54 </listitem>
55 </itemizedlist>
[4c3474fe]56
[1f3b7a7]57 <bridgehead renderas="sect3">libusb Dependencies</bridgehead>
[4c3474fe]58
[de49ebd]59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para role="optional"><xref linkend="pkgconfig"/></para>
61
62 <bridgehead renderas="sect4">Optional
63 (Required to Build the HTML User Manual)</bridgehead>
[4f26c54]64 <para role="optional"><xref linkend="openjade"/> and
[74390482]65 <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML
[4c3474fe]66 DTD-4.2</ulink></para>
67
[de49ebd]68 <bridgehead renderas="sect4">Optional
69 (Required to Build the API Documentation)</bridgehead>
[4f26c54]70 <para role="optional"><xref linkend="doxygen"/> and
[6722219]71 <xref linkend="graphviz"/></para>
[4c3474fe]72
[1039de3]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/libusb"/></para>
75
[fc3e01f]76 </sect2>
[4c3474fe]77
[fc3e01f]78 <sect2 role="installation">
[1f3b7a7]79 <title>Installation of libusb</title>
[fc3e01f]80
[74390482]81 <para>Install <application>libusb</application> by running the following
[fc3e01f]82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr --disable-build-docs &amp;&amp;
85make</userinput></screen>
86
[1f3b7a7]87 <para>If you wish to build the API documentation (see the required
88 dependencies), issue the following command:</para>
[fc3e01f]89
90<screen><userinput>make apidox</userinput></screen>
[4c3474fe]91
[1f3b7a7]92 <para>To test the results, issue <command>make -k check</command>.</para>
93
[fc3e01f]94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4c3474fe]95
[fc3e01f]96<screen role="root"><userinput>make install</userinput></screen>
97
[1f3b7a7]98 <para>If you built the HTML user manual (by having the required
99 dependencies installed and removing the
100 <parameter>--disable-build-docs</parameter> parameter from the
101 <command>configure</command> command), install it using the following
102 commands as the <systemitem class="username">root</systemitem> user:</para>
[fc3e01f]103
104<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/html &amp;&amp;
105install -v -m644 doc/html/* /usr/share/doc/libusb-&libusb-version;/html</userinput></screen>
106
[1f3b7a7]107 <para>If you built the API documentation, install it using the following
108 commands as the <systemitem class="username">root</systemitem> user:</para>
[fc3e01f]109
110<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
[4c288b0]111install -v -m644 apidocs/html/* \
112 /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
[4c3474fe]113
[fc3e01f]114 </sect2>
[4c3474fe]115
[fc3e01f]116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
[1f3b7a7]119 <para><parameter>--disable-build-docs</parameter>: This switch avoids
[de49ebd]120 building the HTML user manual. Remove it if you have the required
121 dependencies installed and wish to build the manual.</para>
[4412b30b]122
[fc3e01f]123 </sect2>
[4c3474fe]124
[fc3e01f]125 <sect2 role="configuration">
126 <title>Configuring Libusb</title>
127
[33ca2b6]128<!--
[74390482]129 <para><application>libusb</application> requires the
130 <systemitem class="filesystem">usbfs</systemitem> kernel filesystem
131 to be mounted on <filename class="directory">/proc/bus/usb</filename>.
132 Applications require the files in this directory to be accessible to the user,
133 sometimes for both reading and writing. To restrict access to USB devices,
134 ensure the <systemitem class="filesystem">usb</systemitem> group exits
135 on your system. If necessary, create the <systemitem
[fc3e01f]136 class="filesystem">usb</systemitem> group using the following command:</para>
137
138<screen role='root'><userinput>groupadd -g 14 usb</userinput></screen>
[33ca2b6]139-->
[fc3e01f]140
[7bcc1669]141 <para id="libusb-kernel">To access raw USB devices (those not treated as a
142 disk by the mass-storage driver), appropriate support must be available in
143 the kernel. Check your kernel configuration for Device Drivers &rArr; USB
144 support &rArr; Support for Host-side USB. Select any USB hardware device
145 drivers you may need on the same page.</para>
[9f12e36]146
[fc3e01f]147 <indexterm zone="libusb libusb-kernel">
[7bcc1669]148 <primary sortas="d-USB-device-filesystem">Support for Host-side USB</primary>
[fc3e01f]149 </indexterm>
[9f12e36]150
151 <para>To have raw USB devices set up properly, add the following
152 <application>udev</application> rule and add any users
[531886d]153 that need to access raw USB devices to the "usb" group.</para>
[9f12e36]154
[4e4fa01]155<screen><literal>cat &gt; /etc/udev/rules.d/23-usb.rules &lt;&lt; "EOF"
[9f12e36]156# Set group ownership for raw USB devices
157SUBSYSTEM=="usb_device", GROUP="usb"
[7bcc1669]158EOF</literal></screen>
159
[e73e361]160<!--
[531886d]161 <para>Fine-tuning of permissions is also possible by creating extra rules,
[7bcc1669]162 matching on something like this (on one line). The vendor and product can
163 be found by searchng the <filename
[531886d]164 class='directory'>/sys/devices</filename> directory entries or using
165 <command>udevinfo</command> after the device has been attached. See the
166 documentation in the current udev directory of <filename
167 class='directory'>/usr/share/doc></filename> for details.</para>
[7bcc1669]168
[9f12e36]169<screen><literal>SUBSYSTEM=="usb_device", SYSFS{idVendor}=="05d8",
[7bcc1669]170SYSFS{idProduct}=="4002", GROUP:="scanner"</literal></screen>
171
[531886d]172 <para>Some older applications, such as <application>VMware</application>,
173 need the following deprecated entry in the <filename>/etc/fstab</filename>
[93b8f83d]174 file. This is not normally needed.</para>
[fc3e01f]175
176<screen><literal>usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0</literal></screen>
[e73e361]177-->
[4c3474fe]178
[fc3e01f]179 </sect2>
[4c3474fe]180
[fc3e01f]181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Program</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directory</segtitle>
[4c3474fe]188
[fc3e01f]189 <seglistitem>
[7833af6]190 <seg>libusb-config</seg>
[1039de3]191 <seg>libusb.{so,a} and libusbpp.{so,a}</seg>
[fc3e01f]192 <seg>/usr/share/doc/libusb-&libusb-version;</seg>
193 </seglistitem>
194 </segmentedlist>
[4c3474fe]195
[fc3e01f]196 <variablelist>
197 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
198 <?dbfo list-presentation="list"?>
199 <?dbhtml list-presentation="table"?>
[4c3474fe]200
[7833af6]201 <varlistentry id="libusb-config">
202 <term><command>libusb-config</command></term>
[fc3e01f]203 <listitem>
[74390482]204 <para>is a script that provides the right compiler and linker
205 flags for programs using
[fc3e01f]206 <filename class='libraryfile'>libusb</filename>.</para>
[7833af6]207 <indexterm zone="libusb libusb-config">
208 <primary sortas="b-libusb-config">libusb-config</primary>
[fc3e01f]209 </indexterm>
210 </listitem>
211 </varlistentry>
[4c3474fe]212
[fc3e01f]213 <varlistentry id="libusb-lib">
[1039de3]214 <term><filename class='libraryfile'>libusb.{so,a}</filename></term>
[fc3e01f]215 <listitem>
[74390482]216 <para> libraries contain C functions for accessing
[fc3e01f]217 USB hardware.</para>
218 <indexterm zone="libusb libusb-lib">
[1039de3]219 <primary sortas="c-libusb">libusb.{so,a}</primary>
[fc3e01f]220 </indexterm>
221 </listitem>
222 </varlistentry>
[4c3474fe]223
[fc3e01f]224 </variablelist>
225
226 </sect2>
[bdf5806e]227
228</sect1>
Note: See TracBrowser for help on using the repository browser.