| 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.6 2006/03/02 23:59:29 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.7 2006/09/19 10:24:53 jkt 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.3</version> |
35 | <version>1.4</version> |
| 36 | <date>2006-03-03</date> |
36 | <date>2006-09-19</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> |
| … | |
… | |
| 208 | <pre caption="Installing bluez-libs and bluez-utils"> |
208 | <pre caption="Installing bluez-libs and bluez-utils"> |
| 209 | # <i>emerge net-wireless/bluez-libs net-wireless/bluez-utils</i> |
209 | # <i>emerge net-wireless/bluez-libs net-wireless/bluez-utils</i> |
| 210 | </pre> |
210 | </pre> |
| 211 | |
211 | |
| 212 | <warn> |
212 | <warn> |
| 213 | Do not emerge <c>bluez-kernel</c> or <c>bluez-sdp</c> as they will break |
213 | Do not emerge <c>bluez-sdp</c> as it will break <c>bluez-utils</c>! |
| 214 | <c>bluez-utils</c>! |
|
|
| 215 | </warn> |
214 | </warn> |
| 216 | |
215 | |
| 217 | <p> |
216 | <p> |
| 218 | Additionally, as we have compiled the Bluetooth subsystem as modules, we will |
217 | Additionally, as we have compiled the Bluetooth subsystem as modules, we will |
| 219 | need hotplug and coldplug, which are explained in the <uri |
218 | need hotplug and coldplug, which are explained in the <uri |