| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | |
2 | |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.11 2007/03/13 00:40:27 nightmorph Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.12 2007/04/10 06:48:59 nightmorph Exp $ --> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/bluetooth-guide.xml"> |
6 | <guide link="/doc/en/bluetooth-guide.xml"> |
| 7 | <title>Gentoo Linux Bluetooth Guide</title> |
7 | <title>Gentoo Linux Bluetooth Guide</title> |
| 8 | |
8 | |
| 9 | <author title="Author"> |
9 | <author title="Author"> |
| … | |
… | |
| 30 | |
30 | |
| 31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 32 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
32 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 33 | <license/> |
33 | <license/> |
| 34 | |
34 | |
| 35 | <version>1.7</version> |
35 | <version>1.8</version> |
| 36 | <date>2007-01-14</date> |
36 | <date>2007-04-09</date> |
| 37 | |
37 | |
| 38 | <chapter id="introduction"> |
38 | <chapter id="introduction"> |
| 39 | <title>Introduction</title> |
39 | <title>Introduction</title> |
| 40 | <section> |
40 | <section> |
| 41 | <title>What is Bluetooth?</title> |
41 | <title>What is Bluetooth?</title> |
| … | |
… | |
| 106 | <body> |
106 | <body> |
| 107 | |
107 | |
| 108 | <p> |
108 | <p> |
| 109 | As the latest Linux stable kernel is 2.6, the configuration will be done for |
109 | As the latest Linux stable kernel is 2.6, the configuration will be done for |
| 110 | these series of the kernel. Most Bluetooth devices are connected to a USB port, |
110 | these series of the kernel. Most Bluetooth devices are connected to a USB port, |
| 111 | so USB will be enabled too. If you want, you can use hotplugging in case you |
111 | so USB will be enabled too. Please refer to the <uri |
| 112 | want to use modules instead of compiling support built into the kernel. Please, |
|
|
| 113 | refer to the <uri link="/doc/en/usb-guide.xml"> Gentoo Linux USB Guide</uri>. |
112 | link="/doc/en/usb-guide.xml"> Gentoo Linux USB Guide</uri>. |
| 114 | </p> |
113 | </p> |
| 115 | |
114 | |
| 116 | <pre caption="Configuration for 2.6 kernels"> |
115 | <pre caption="Configuration for 2.6 kernels"> |
| 117 | Networking ---> |
116 | Networking ---> |
| 118 | |
117 | |
| … | |
… | |
| 210 | </pre> |
209 | </pre> |
| 211 | |
210 | |
| 212 | <warn> |
211 | <warn> |
| 213 | Do not emerge <c>bluez-sdp</c> as it will break <c>bluez-utils</c>! |
212 | Do not emerge <c>bluez-sdp</c> as it will break <c>bluez-utils</c>! |
| 214 | </warn> |
213 | </warn> |
| 215 | |
|
|
| 216 | <p> |
|
|
| 217 | Additionally, as we have compiled the Bluetooth subsystem as modules, we will |
|
|
| 218 | need hotplug, which is explained in the <uri |
|
|
| 219 | link="http://www.gentoo.org/doc/en/usb-guide.xml#doc_chap4_sect2">Gentoo Linux |
|
|
| 220 | USB Guide</uri>. |
|
|
| 221 | </p> |
|
|
| 222 | |
|
|
| 223 | <pre caption="Emerging hotplug"> |
|
|
| 224 | # <i>emerge hotplug</i> |
|
|
| 225 | </pre> |
|
|
| 226 | |
214 | |
| 227 | </body> |
215 | </body> |
| 228 | </section> |
216 | </section> |
| 229 | <section> |
217 | <section> |
| 230 | <title>BlueZ configuration and PIN pairing</title> |
218 | <title>BlueZ configuration and PIN pairing</title> |