* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-07-25 11:12 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-07-25 11:12 UTC (permalink / raw
To: gentoo-doc-cvs
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7256 bytes --]
fox2mike 05/07/25 11:12:45
Added: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
Draft version to play around with before going final. Still needs a bit of grammer/english corrections + some content to be added.
Revision Changes Path
1.1 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.1&content-type=text/plain&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
<author title="Author">
<mail link="deathwing00@gentoo.org">Ioannis Aslanidis</mail>
</author>
<author title="Contributor">
<mail link="puggy@gentoo.org">Douglas Russell</mail>
</author>
<author title="Contributor">
<mail link="marcel@holtmann.org">Marcel Holtmann</mail>
</author>
<author title="Contributor/Editor">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
</author>
<author title="Editor">
<mail link="rane@gentoo.pl">Łukasz Damentko</mail>
</author>
<abstract>
This guide will explain how to successfully install a host Bluetooth device,
configure the kernel properly, explain all the possibilities that the Bluetooth
interconnection offers and how to have some fun with Bluetooth.
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>1.0</version>
<date>2005-07-25</date>
<chapter id="introduction">
<title>Introduction</title>
<section>
<title>What is Bluetooth?</title>
<body>
<p>
Bluetooth is an industrial specification that provides users a way to connect
and exchange information between devices like personal computers, PDAs or
mobile phones. Using the Bluetooth technology, users can achieve wireless voice
and data transmission between devices at a low cost. Bluetooth also offers the
possibility to create small wireless LANs and to synchronize devices.
</p>
</body>
</section>
<section>
<title>About the content of this guide</title>
<body>
<p>
The first part of this guide is to identify qualified and non-qualified devices
that support the Bluetooth technology. This way, users can purchase Bluetooth
devices that are known to work. After that, the guide explains how to configure
the system kernel, identify the Bluetooth devices installed on the system and
detected by the kernel and install the necessary basic Bluetooth tools.
</p>
<p>
The second part covers how to detect remote devices and how to establish a
connection from or to them by either setting up radio frequency communication
(RFCOMM) or by setting up a personal area network (PAN).
</p>
<p>
The last part of the guide lists in detail applications that can take
advantage of all the possibilities offered by the Bluetooth technology.
</p>
</body>
</section>
</chapter>
<chapter id="devices">
<title>Supported Devices</title>
<section>
<title>Qualified and non-qualified devices that support Bluetooth</title>
<body>
<impo>
These products might work even though some are not qualified Bluetooth
products. Gentoo does not support them in any way, they might just work.
</impo>
<p>
A list of the currently supported devices can be found at: <uri
link="http://www.holtmann.org/linux/bluetooth/features.html">Bluetooth device
features and revision information by Marcel Holtmann</uri>.
</p>
</body>
</section>
</chapter>
<chapter id="kernel">
<title>Configuring the system</title>
<section>
<title>Kernel Configuration</title>
<body>
<p>
As the latest linux stable kernel is 2.6, the configuration will be done for
these series of the kernel. Most Bluetooth devices are connected to a USB port,
so USB will be enabled too. If you want, you can use hotplugging in case you
want to use modules instead of compiling support built into the kernel. Please,
refer to the <uri link="/doc/en/usb-guide.xml"> Gentoo
Linux USB Guide</uri>.
</p>
<pre caption="Configuration for 2.6 kernels">
Device Drivers --->
Networking Support --->
<*> Bluetooth subsystem support --->
--- Bluetooth subsystem support
<M> L2CAP protocol support
<M> SCO links support
<M> RFCOMM protocol support
[*] RFCOMM TTY support
<M> BNEP protocol support
[*] Multicast filter support
[*] Protocol filter support
<M> HIDP protocol support
Bluetooth device drivers --->
<M> HCI USB driver
[*] SCO (voice) support
<M> HCI UART driver
[*] UART (H4) protocol support
[*] BCSP protocol support
[*] Transmit CRC with every BCSP packet
<M> HCI BCM203x USB driver
<M> HCI BPA10x USB driver
<M> HCI BlueFRITZ! USB driver
<comment>(The four drivers below are for PCMCIA Bluetooth devices and will only
show up if you have also selected PCMCIA support in your kernel.)</comment>
<M> HCI DTL1 (PC Card) driver
<M> HCI BT3C (PC Card) driver
<M> HCI BlueCard (PC Card) driver
<M> HCI UART (PC Card) device driver
<comment>(The driver below is intended for HCI Emulation software.)</comment>
<M> HCI VHCI (Virtual HCI device) driver
<comment>(Move back three levels to Device Drives and then check if USB is
enabled. This is required if you use a Bluetooth dongle, which are mostly USB
based.)</comment>
USB support --->
<*> Support for Host-side USB
--- USB Host Controller Drivers
<M> EHCI HCD (USB 2.0) support
[ ] Full speed ISO transactions (EXPERIMENTAL)
[ ] Root Hub Transaction Translators (EXPERIMENTAL)
<*> OHCI HCD support
<*> UHCI HCD (most Intel and VIA) support
< > SL811HS HCD support
</pre>
<p>
Now we'll reboot with our new kernel. If everything went fine, we will have a
system that is Bluetooth ready.
</p>
<impo>
Your USB device may have two modes the default of which may not be HCI, but HID.
If this is your case, use <c>hid2hci</c> to switch to HCI mode. Your system
will not remember this change when you next reboot.
</impo>
<pre caption="Checking the Bluetooth devices">
<comment>(One way to check for the device)</comment>
# <i>cat /proc/bus/usb/devices | grep -e^[TPD] | grep -e Cls=e0 -B1 -A1</i>
<comment>(The Cls=e0(unk. ) identifies the Bluetooth adapter.)</comment>
T: Bus=02 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0a12 ProdID=0001 Rev= 5.25
<comment>(Some might show up on lsusb from sys-apps/usbutils)</comment>
# <i>lsusb</i>
Bus 003 Device 002: ID 046d:c00e Logitech, Inc. Optical Mouse
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0db0:1967 Micro Star International Bluetooth Dongle
</pre>
</body>
</section>
</chapter>
<chapter id="bluez">
<title>BlueZ installation, configuration and PIN pairing</title>
<section>
<title>Installing BlueZ</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-07-26 11:44 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-07-26 11:44 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/07/26 11:44:34
Modified: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
Mixed bag of changes...
Revision Changes Path
1.2 +58 -102 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bluetooth-guide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluetooth-guide.xml 25 Jul 2005 11:12:45 -0000 1.1
+++ bluetooth-guide.xml 26 Jul 2005 11:44:34 -0000 1.2
@@ -123,19 +123,19 @@
<M> L2CAP protocol support
<M> SCO links support
<M> RFCOMM protocol support
- [*] RFCOMM TTY support
+[*] RFCOMM TTY support
<M> BNEP protocol support
- [*] Multicast filter support
- [*] Protocol filter support
+[*] Multicast filter support
+[*] Protocol filter support
<M> HIDP protocol support
Bluetooth device drivers --->
<M> HCI USB driver
- [*] SCO (voice) support
+[*] SCO (voice) support
<M> HCI UART driver
- [*] UART (H4) protocol support
- [*] BCSP protocol support
- [*] Transmit CRC with every BCSP packet
+[*] UART (H4) protocol support
+[*] BCSP protocol support
+[*] Transmit CRC with every BCSP packet
<M> HCI BCM203x USB driver
<M> HCI BPA10x USB driver
<M> HCI BlueFRITZ! USB driver
@@ -156,8 +156,8 @@
<*> Support for Host-side USB
--- USB Host Controller Drivers
<M> EHCI HCD (USB 2.0) support
- [ ] Full speed ISO transactions (EXPERIMENTAL)
- [ ] Root Hub Transaction Translators (EXPERIMENTAL)
+[ ] Full speed ISO transactions (EXPERIMENTAL)
+[ ] Root Hub Transaction Translators (EXPERIMENTAL)
<*> OHCI HCD support
<*> UHCI HCD (most Intel and VIA) support
< > SL811HS HCD support
@@ -193,7 +193,7 @@
</chapter>
<chapter id="bluez">
-<title>BlueZ installation, configuration and PIN pairing</title>
+<title>BlueZ Installation</title>
<section>
<title>Installing BlueZ</title>
<body>
@@ -202,18 +202,14 @@
Now that the device is detected by the kernel, we need a layer that lets
applications communicate with the Bluetooth device. BlueZ provides the official
Linux Bluetooth stack. The ebuilds that provide what we need are
-<c>bluez-libs</c> and <c>bluez-utils</c>.
+<c>bluez-libs</c> and <c>bluez-utils</c>. Devices that need Broadcom firmware
+files or the like may need <c>bluez-firmware</c>.
</p>
<pre caption="Installing bluez-libs and bluez-utils">
# <i>emerge net-wireless/bluez-libs net-wireless/bluez-utils</i>
</pre>
-<impo>
-Some devices might also need <c>bluez-firmware</c> to get the Broadcom firmware
-files.
-</impo>
-
<warn>
Do not emerge <c>bluez-kernel</c> or <c>bluez-sdp</c> as they will break
<c>bluez-utils</c>!
@@ -239,16 +235,16 @@
<p>
Now it's time to see if the Bluetooth device is being picked up correctly by the
-system.
+system. We start up the required Bluetooth services first.
</p>
<pre caption="Running hciconfig">
<comment>(Start up Bluetooth)</comment>
# <i>/etc/init.d/bluetooth start</i>
* Starting Bluetooth ...
-* Starting hcid ... [ ok ]
-* Starting sdpd ... [ ok ]
-* Starting rfcomm ... [ ok ]
+* Starting hcid ... [ ok ]
+* Starting sdpd ... [ ok ]
+* Starting rfcomm ... [ ok ]
# <i>hciconfig</i>
hci0: Type: USB
@@ -261,85 +257,45 @@
<p>
This shows that the Bluetooth device has been recognised. As you might have
noticed the device is <e>DOWN</e>. Let's configure it so that we can bring it
-up. A sample file with an already configured device is below. For additional
-details: <c>man hcid.conf</c>.
+up. The configuration file is at <path>/etc/bluetooth/hcid.conf</path>. The
+required changes to the config file are shown below. For additional details
+please refer to <c>man hcid.conf</c>.
</p>
-<pre caption="/etc/bluetooth/hcid.conf">
-<comment>#</comment>
-<comment># HCI daemon configuration file.</comment>
-<comment>#</comment>
-
-<comment># HCId options</comment>
-options {
- <comment># Automatically initialize new devices</comment>
- autoinit yes;
-
- <comment># Security Manager mode</comment>
- <comment># none - Security manager disabled</comment>
- <comment># auto - Use local PIN for incoming connections</comment>
- <comment># user - Always ask user for a PIN</comment>
- <comment>#</comment>
+<pre caption="Editing /etc/bluetooth/hcid.conf">
+<comment>(Recommended changes to be made to the file are shown)</comment>
+
+<comment>(Change security to "auto")</comment>
+ # Security Manager mode
+ # none - Security manager disabled
+ # auto - Use local PIN for incoming connections
+ # user - Always ask user for a PIN
+ #
security auto;
-
- <comment># Pairing mode</comment>
- <comment># none - Pairing disabled</comment>
- <comment># multi - Allow pairing with already paired devices
- </comment>
- <comment># once - Pair once and deny successive attempts</comment>
- pairing multi;
-
- <comment># PIN helper</comment>
- <comment># pin_helper /usr/bin/bluepin;</comment>
+
+<comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
+ # PIN helper
pin_helper /etc/bluetooth/pin-helper;
- <comment># D-Bus PIN helper</comment>
- <comment>#dbus_pin_helper;</comment>
-}
-
-<comment># Default settings for HCI devices</comment>
-device {
- <comment># Local device name</comment>
- <comment> # %d - device id</comment>
- <comment> # %h - host name</comment>
+<comment>(Set your device name here, you can call it anything you
+want)</comment>
+ # Local device name
+ # %d - device id
+ # %h - host name
name "BlueZ at %h (%d)";
- <comment> # Local device class</comment>
- class 0x3e0100;
-
- <comment> # Default packet type</comment>
- <comment> #pkt_type DH1,DM1,HV1;</comment>
-
- <comment> # Inquiry and Page scan</comment>
- iscan enable; pscan enable;
-
- <comment># Default link mode</comment>
- <comment># none - no specific policy</comment>
- <comment># accept - always accept incoming connections</comment>
- <comment># master - become master on incoming connections,</comment>
- <comment># deny role switch on outgoing connections
- </comment>
- lm accept;
-
- <comment># Default link policy</comment>
- <comment># none - no specific policy</comment>
- <comment># rswitch - allow role switch</comment>
- <comment># hold - allow hold mode</comment>
- <comment># sniff - allow sniff mode</comment>
- <comment># park - allow park mode</comment>
- lp rswitch,hold,sniff,park;
-
- <comment># Authentication and Encryption (Security Mode 3)</comment>
- <comment>#auth enable;</comment>
- <comment>#encrypt enable;</comment>
+<comment>(Leave as is, if you don't know what exactly these do)</comment>
+ # Authentication and Encryption (Security Mode 3)
+ #auth enable;
+ #encrypt enable;
}
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-07-28 12:20 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-07-28 12:20 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/07/28 12:20:12
Modified: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
Fixed up rfcomm section with a wee bit more explanation. Corrected a few typos.
Revision Changes Path
1.3 +51 -49 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bluetooth-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bluetooth-guide.xml 26 Jul 2005 11:44:34 -0000 1.2
+++ bluetooth-guide.xml 28 Jul 2005 12:20:12 -0000 1.3
@@ -248,7 +248,7 @@
# <i>hciconfig</i>
hci0: Type: USB
- BD Address: 00:10:60:A2:DD:2A ACL MTU: 192:8 SCO MTU: 64:8
+ BD Address: 00:01:02:03:04:05 ACL MTU: 192:8 SCO MTU: 64:8
DOWN
RX bytes:131 acl:0 sco:0 events:18 errors:0
TX bytes:565 acl:0 sco:0 commands:17 errors:0
@@ -272,7 +272,7 @@
# user - Always ask user for a PIN
#
security auto;
-
+
<comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
# PIN helper
pin_helper /etc/bluetooth/pin-helper;
@@ -291,12 +291,6 @@
}
</pre>
-<!--<warn>
-If you enable <c>auth</c> and <c>encrypt</c> you'll invoke security mode
-3. Do not enable this unless you know what you are doing. Most users do not
-need it.
-</warn>-->
-
<p>
After that, we have to configure the Bluetooth device PIN. That will help in
pairing this device with another one.
@@ -356,7 +350,7 @@
# <i>hciconfig -a</i>
hci0: Type: USB
- BD Address: 00:10:60:A3:CB:41 ACL MTU: 192:8 SCO MTU: 64:8
+ BD Address: 00:0A:0B:0C:0D:0E ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN AUTH ENCRYPT
RX bytes:125 acl:0 sco:0 events:17 errors:0
TX bytes:565 acl:0 sco:0 commands:17 errors:0
@@ -392,19 +386,19 @@
<pre caption="Checking for local devices">
# <i>hcitool dev</i>
Devices:
- hci0 00:10:60:A2:DD:2A
+ hci0 00:01:02:03:04:05
</pre>
<pre caption="Scanning for remote devices">
# <i>hcitool scan</i>
Scanning ...
- 00:10:60:A3:CB:41 Grayhat
+ 00:0A:0B:0C:0D:0E Grayhat
</pre>
<pre caption="Inquiring remote devices">
# <i>hcitool inq</i>
Inquiring ...
- 00:10:60:A3:CB:41 clock offset: 0x5579 class: 0x72010c
+ 00:0A:0B:0C:0D:0E clock offset: 0x5579 class: 0x72010c
</pre>
<p>
@@ -413,12 +407,12 @@
</p>
<pre caption="Running l2ping">
-# <i>l2ping 00:10:60:A3:CB:41</i>
-Ping: 00:10:60:A3:CB:41 from 00:10:60:A2:DD:2A (data size 20) ...
-20 bytes from 00:10:60:A3:CB:41 id 200 time 69.85ms
-20 bytes from 00:10:60:A3:CB:41 id 201 time 9.97ms
-20 bytes from 00:10:60:A3:CB:41 id 202 time 56.86ms
-20 bytes from 00:10:60:A3:CB:41 id 203 time 39.92ms
+# <i>l2ping 00:0A:0B:0C:0D:0E</i>
+Ping: 00:0A:0B:0C:0D:0E from 00:01:02:03:04:05 (data size 20) ...
+20 bytes from 00:0A:0B:0C:0D:0E id 200 time 69.85ms
+20 bytes from 00:0A:0B:0C:0D:0E id 201 time 9.97ms
+20 bytes from 00:0A:0B:0C:0D:0E id 202 time 56.86ms
+20 bytes from 00:0A:0B:0C:0D:0E id 203 time 39.92ms
4 sent, 4 received, 0% loss
</pre>
@@ -433,42 +427,50 @@
</note>
<p>
-We can establish a radio frequancy connection to another Bluetooth device. In
-order to do that we will have to configure it properly.
+We can establish a radio frequency connection to another Bluetooth device using
+the <c>rfcomm</c> command. To make things a little easier especially for users
+with multiple devices that support Bluetooth, it is advisable to make a few
+changes to the default rfcomm config at <path>/etc/bluetooth/rfcomm.conf</path>.
+</p>
+
+<p>
+The whole segment of the config starting from <c>rfcomm0 {</c> and ending with
+<c>}</c> is the config for the device that will establish a connection at
+<path>/dev/rfcomm0</path>. In this case, we will only show one example, rfcomm0.
+You can add more devices as you see fit.
</p>
-<pre caption="Configuring /etc/bluetooth/rfcomm.conf">
+<pre caption="Editing /etc/bluetooth/rfcomm.conf">
+<comment>(Only changes that might be needed are shown)</comment>
rfcomm0 {
-<comment>#</comment>
-<comment># RFCOMM configuration file.</comment>
-<comment>#</comment>
-<comment># $Id: bluetooth-guide.xml,v 1.2 2005/07/26 11:44:34 fox2mike Exp $</comment>
-<comment>#</comment>
- <comment># Automatically bind the device at startup</comment>
+ # Automatically bind the device at startup
+ <comment>(Creates the device node, /dev/rfcomm0 at start up)</comment>
bind yes;
- <comment># Bluetooth address of the device</comment>
- device 00:10:60:A3:CB:41;
-
- <comment># RFCOMM channel for the connection</comment>
- channel 1;
+ # Bluetooth address of the device
+ <comment>(Enter the address of the device you want to connect to)</comment>
+ device 00:0A:0B:0C:0D:0E;
- <comment># Description of the connection</comment>
- comment "Bluetooth at Bluehat";
}
</pre>
<p>
-After configuring RFCOMM, we can connect to any device.
+After configuring RFCOMM, we can connect to any device. Since we've made the
+required settings to the <path>/etc/bluetooth/rfcomm.conf</path> file, we just
+issue the command shown below. In case you've not made changes to the config
+file, an alternative method is also shown in the code listing that follows
</p>
<pre caption="Establishing an RFCOMM connection">
-<comment>(If we didn't inquire the target device before, we can do it now,
-before connecting)</comment>
-# <i>hcitool inq</i>
-Inquiring ...
- 00:10:60:A3:CB:41 clock offset: 0x5579 class: 0x72010c
-# <i>rfcomm connect 0 00:10:60:A3:CB:41 1</i>
+<comment>(The 0 refers to the rfcomm0 in the config file)</comment>
+# <i>rfcomm connect 0 </i>
+Connected /dev/rfcomm0 to 00:0A:0B:0C:0D:0E on channel 1
+Press CTRL-C for hangup
+
+<comment>(If you did not edit /etc/bluetooth/rfcomm.conf)</comment>
+# <i>rfcomm connect 0 00:0A:0B:0C:0D:0E 1</i>
+Connected /dev/rfcomm0 to 00:0F:DE:69:50:24 on channel 1
+Press CTRL-C for hangup
</pre>
<p>
@@ -476,12 +478,12 @@
that will be used (usually 0). The second parameter is the MAC address of the
remote device. The third parameter is optional and specifies the channel to be
used. Please, note that in order to connect to a device, that device must be
-listening for incomming connections. To do that, we have to explicitly tell it
+listening for incoming connections. To do that, we have to explicitly tell it
to listen. We can cancel the communication at any moment by just hitting
CTRL+C.
</p>
-<pre caption="Listenning for incomming RFCOMM connections">
+<pre caption="Listening for incoming RFCOMM connections">
# <i>rfcomm listen 0 1</i>
Waiting for connection on channel 1
</pre>
@@ -494,16 +496,16 @@
</p>
<p>
-Each time you call the <c>rfcomm</c> command, you can also specify the phisical
+Each time you call the <c>rfcomm</c> command, you can also specify the physical
device you want to use. Below you can see a small example specifiying the
-phisical device on the above two commands.
+physical device on the above two commands.
</p>
<pre caption="RFCOMM connections specifying phisical device">
# <i>rfcomm -i hci0 listen 0 1</i>
Waiting for connection on channel 1
<comment>(To listen to a determined device) </comment>
-# <i>rfcomm -i hci0 connect 0 00:10:60:A3:CB:41 1</i>
+# <i>rfcomm -i hci0 connect 0 00:0A:0B:0C:0D:0E 1</i>
<comment>(To use a determined device when connecting to another one)</comment>
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-15 23:16 Camille Huot
0 siblings, 0 replies; 19+ messages in thread
From: Camille Huot @ 2005-08-15 23:16 UTC (permalink / raw
To: gentoo-doc-cvs
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]
cam 05/08/15 23:16:06
Modified: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
s/rane@gentoo.pl/rane@gentoo.org/
Revision Changes Path
1.4 +1 -1 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bluetooth-guide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluetooth-guide.xml 28 Jul 2005 12:20:12 -0000 1.3
+++ bluetooth-guide.xml 15 Aug 2005 23:16:06 -0000 1.4
@@ -18,7 +18,7 @@
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
</author>
<author title="Editor">
- <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+ <mail link="rane@gentoo.org">Łukasz Damentko</mail>
</author>
<abstract>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-22 6:59 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-08-22 6:59 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/08/22 06:59:11
Modified: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
Applied Arun's patch, noted irmc for Multisync. Explained gnome-bt stuff a bit. Pretty much final I guess, marking so on the bug and will go live if there are no more changes.
Revision Changes Path
1.5 +62 -54 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bluetooth-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bluetooth-guide.xml 15 Aug 2005 23:16:06 -0000 1.4
+++ bluetooth-guide.xml 22 Aug 2005 06:59:11 -0000 1.5
@@ -14,7 +14,7 @@
<author title="Contributor">
<mail link="marcel@holtmann.org">Marcel Holtmann</mail>
</author>
-<author title="Contributor/Editor">
+<author title="Author/Editor">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
</author>
<author title="Editor">
@@ -32,7 +32,7 @@
<license/>
<version>1.0</version>
-<date>2005-07-25</date>
+<date>2005-08-22</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -444,11 +444,11 @@
<comment>(Only changes that might be needed are shown)</comment>
rfcomm0 {
# Automatically bind the device at startup
- <comment>(Creates the device node, /dev/rfcomm0 at start up)</comment>
+ <comment>(Creates the device node, /dev/rfcomm0 at start up)</comment>
bind yes;
# Bluetooth address of the device
- <comment>(Enter the address of the device you want to connect to)</comment>
+ <comment>(Enter the address of the device you want to connect to)</comment>
device 00:0A:0B:0C:0D:0E;
}
@@ -501,7 +501,7 @@
physical device on the above two commands.
</p>
-<pre caption="RFCOMM connections specifying phisical device">
+<pre caption="RFCOMM connections specifying physical device">
# <i>rfcomm -i hci0 listen 0 1</i>
Waiting for connection on channel 1
<comment>(To listen to a determined device) </comment>
@@ -606,8 +606,9 @@
<body>
<p>
-There are two main alternatives on this section: either we use gnome-bluetooth
-or kdebluetooth. However there are also text based applications that run fine.
+There are two main alternatives on this section: either we use
+<c>gnome-bluetooth</c> or <c>kdebluetooth</c>. However there are also text based
+applications that run fine.
</p>
</body>
@@ -622,21 +623,37 @@
</p>
<ul>
- <li>
- <c>gnome-bluetooth-manager</c>: To manage Bluetooth remote devices
- </li>
- <li>
- <c>gnome-obex-send</c>: To send files to other devices
- </li>
- <li>
- <c>gnome-obex-server</c>: To receive files
- </li>
+ <li><c>gnome-bluetooth-manager</c>: To manage Bluetooth remote devices.</li>
+ <li><c>gnome-obex-send</c>: To send files to other devices.</li>
+ <li><c>gnome-obex-server</c>: To receive files.</li>
</ul>
<pre caption="Installing gnome-bluetooth">
# <i>emerge gnome-bluetooth</i>
</pre>
+<p>
+This adds menu entries under Applications > System Tools from where you can
+easily start up the manager or File sharing to transfer files between devices.
+</p>
+
+<p>
+To transfer files (the easy way) :
+</p>
+
+<ul>
+ <li>
+ From the Phone to the Computer - Send the file from the phone via Bluetooth
+ and it will be picked up and saved to your <path>/home</path> always.
+ </li>
+<!--FIXME : Need to check this option. Worked from home... -->
+ <li>
+ From the Computer to the Phone - Fire up <c>nautilus</c> and select the file
+ you want to send and right click on it. Select the Send via Bluetooth option
+ and ask your phone to accept the file.
+ </li>
+</ul>
+
</body>
</section>
<section>
@@ -653,43 +670,21 @@
</p>
<ul>
- <li>
- <c>kbluetoothd</c>: Bluetooth Meta Server
- </li>
- <li>
- <c>kbtsearch</c>: Bluetooth device/service search utility
- </li>
- <li>
- <c>khciconfig</c>: KDE Bluetooth Monitor
- </li>
- <li>
- <c>kioclient</c>: KIO command line client
- </li>
- <li>
- <c>qobexclient</c>: Swiss army knife for obex testing/development
- </li>
- <li>
- <c>kbtobexclient</c>: A KDE Bluetooth Framework Application
- </li>
- <li>
- <c>kioobex_start</c>
- </li>
- <li>
- <c>kbtserialchat</c>
- </li>
- <li>
- <c>kbemusedsrv</c>: KDE Bemused Server
- </li>
- <li>
- <c>kbtobexsrv</c>: KDE OBEX Push Server for Bluetooth
- </li>
- <li>
- <c>kbluepin</c>: A KDE KPart Application
- </li>
- <li>
- <c>auth-helper</c>: A helper program for kbtobexsrv that sends an
- authentication request for a given ACL link
- </li>
+ <li><c>kbluetoothd</c>: Bluetooth Meta Server.</li>
+ <li><c>kbtsearch</c>: Bluetooth device/service search utility.</li>
+ <li><c>khciconfig</c>: KDE Bluetooth Monitor.</li>
+ <li><c>kioclient</c>: KIO command line client.</li>
+ <li><c>qobexclient</c>: Swiss army knife for obex testing/development.</li>
+ <li><c>kbtobexclient</c>: A KDE Bluetooth Framework Application.</li>
+ <li><c>kioobex_start</c></li>
+ <li><c>kbtserialchat</c></li>
+ <li><c>kbemusedsrv</c>: KDE Bemused Server.</li>
+ <li><c>kbtobexsrv</c>: KDE OBEX Push Server for Bluetooth.</li>
+ <li><c>kbluepin</c>: A KDE KPart Application.</li>
+ <li>
+ <c>auth-helper</c>: A helper program for kbtobexsrv that sends an
+ authentication request for a given ACL link.
+ </li>
</ul>
<pre caption="Installing kdebluetooth">
@@ -699,7 +694,7 @@
</body>
</section>
<section>
-<title>Other interesting applications</title>
+<title>Other Interesting Applications</title>
<body>
<ul>
@@ -710,6 +705,19 @@
<c>app-mobilephone/bemused</c>: Bemused is a system which allows you to
control your music collection from your phone, using Bluetooth.
</li>
+ <li>
+ <c>app-pda/multisync</c>: Multisync allows you to sync contacts, calendar
+ entries and notes from your mobile phone with your computer, over a
+ Bluetooth connection (amongst other things). It includes such features as
+ backing up this information and restoring it later, and syncing with the
+ Evolution e-mail client. You will need the <c>irmc</c> USE flag set to
+ ensure that <c>multisync</c> has Bluetooth support.
+ </li>
+ <li>
+ <c>media-plugins/xmms-btexmms</c>: Btexmms is an XMMS plugin that allows
+ you to use your Bluetooth-enabled (Sony) Ericsson mobile phone as a remote
+ control for XMMS.
+ </li>
</ul>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-25 7:06 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-08-25 7:06 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/08/25 07:06:10
Modified: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
Final version, before going live. Added gnome-phone-manager.
Revision Changes Path
1.6 +32 -19 xml/htdocs/doc/en/draft/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/bluetooth-guide.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/bluetooth-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluetooth-guide.xml 22 Aug 2005 06:59:11 -0000 1.5
+++ bluetooth-guide.xml 25 Aug 2005 07:06:10 -0000 1.6
@@ -193,7 +193,7 @@
</chapter>
<chapter id="bluez">
-<title>BlueZ Installation</title>
+<title>BlueZ - The Bluetooth Stack</title>
<section>
<title>Installing BlueZ</title>
<body>
@@ -600,26 +600,27 @@
</chapter>
<chapter id="apps">
-<title>Using a desktop application to control Bluetooth</title>
+<title>Desktop Applications for Bluetooth</title>
<section>
-<title>Preamble</title>
+<title>Introduction</title>
<body>
<p>
-There are two main alternatives on this section: either we use
-<c>gnome-bluetooth</c> or <c>kdebluetooth</c>. However there are also text based
-applications that run fine.
+We have quite a few Bluetooth applications that run on the desktop and this
+chapter has been divided into 3 parts, one each for Gnome, KDE and Miscellaneous
+applications.
</p>
</body>
</section>
<section>
-<title>Configuring gnome-bluetooth</title>
+<title>For Gnome</title>
<body>
<p>
-If you are a gnome user, you might preffer this application. It provides the
-most basic but yet more used functionalities, as you can see below.
+If you are a gnome user, you will most probably go with <c>gnome-bluetooth</c>
+. It provides the most basic yet most used functionalities, as you can see
+below.
</p>
<ul>
@@ -646,27 +647,37 @@
From the Phone to the Computer - Send the file from the phone via Bluetooth
and it will be picked up and saved to your <path>/home</path> always.
</li>
-<!--FIXME : Need to check this option. Worked from home... -->
+<!--FIXME : Doesn't work on Nautilus 2.10.x. Bug #103464 for details -->
+<!--
<li>
From the Computer to the Phone - Fire up <c>nautilus</c> and select the file
you want to send and right click on it. Select the Send via Bluetooth option
and ask your phone to accept the file.
</li>
+-->
</ul>
+<p>
+<c>gnome-phone-manager</c> is a nifty app that you can use to send and receive
+messages to and from your phone, using only your system. You do not have to
+touch your phone to read or send messages since all that happens through the
+application. You are also notified of a new message on your screen if the option
+is enabled under Preferences. Installation is a breeze as always.
+</p>
+
+<pre caption="Installing gnome-phone-manager">
+# <i>emerge gnome-phone-manager</i>
+</pre>
+
</body>
</section>
<section>
-<title>Configuring kdebluetooth</title>
+<title>For KDE</title>
<body>
-<note>
-Notice that <c>kdebluetooth</c> might be masked for some architectures.
-</note>
-
<p>
-This KDE application provides more utilities than its gnome counterpart. See
-the list below.
+KDE makes use of <c>kdebluetooth</c> and provides more utilities than its Gnome
+counterpart as seen below.
</p>
<ul>
@@ -722,8 +733,11 @@
</body>
</section>
-<section>
+</chapter>
+
+<chapter>
<title>Acknowledgements</title>
+<section>
<body>
<p>
@@ -736,5 +750,4 @@
</body>
</section>
</chapter>
-
</guide>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-25 10:43 Shyam Mani
0 siblings, 0 replies; 19+ messages in thread
From: Shyam Mani @ 2005-08-25 10:43 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/08/25 10:43:40
Removed: xml/htdocs/doc/en/draft bluetooth-guide.xml
Log:
#99156 is now RESO FIXED, no need of draft anymore.
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-27 9:19 swift
0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2005-08-27 9:19 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/27 09:19:30
Modified: xml/htdocs/doc/en bluetooth-guide.xml
Log:
Fix typo: deamon/daemon
Revision Changes Path
1.2 +2 -2 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bluetooth-guide.xml 25 Aug 2005 10:40:55 -0000 1.1
+++ bluetooth-guide.xml 27 Aug 2005 09:19:30 -0000 1.2
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.1 2005/08/25 10:40:55 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.2 2005/08/27 09:19:30 swift Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -340,7 +340,7 @@
the configured options.
</p>
-<pre caption="Checking whether Bluetooth deamons started correctly">
+<pre caption="Checking whether Bluetooth daemons started correctly">
<comment>(Check to see if the services are running)</comment>
# <i>ps -ae | grep hcid</i>
26050 ? 00:00:00 hcid
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-08-31 15:03 Xavier Neys
0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2005-08-31 15:03 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/08/31 15:03:32
Modified: xml/htdocs/doc/en bluetooth-guide.xml
Log:
Fixed fox2mike's title, removed trailing spaces
Revision Changes Path
1.3 +18 -18 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bluetooth-guide.xml 27 Aug 2005 09:19:30 -0000 1.2
+++ bluetooth-guide.xml 31 Aug 2005 15:03:32 -0000 1.3
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.2 2005/08/27 09:19:30 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.3 2005/08/31 15:03:32 neysx Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -15,7 +15,7 @@
<author title="Contributor">
<mail link="marcel@holtmann.org">Marcel Holtmann</mail>
</author>
-<author title="Author/Editor">
+<author title="Author">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
</author>
<author title="Editor">
@@ -25,15 +25,15 @@
<abstract>
This guide will explain how to successfully install a host Bluetooth device,
configure the kernel properly, explain all the possibilities that the Bluetooth
-interconnection offers and how to have some fun with Bluetooth.
+interconnection offers and how to have some fun with Bluetooth.
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.0</version>
-<date>2005-08-25</date>
+<version>1.1</version>
+<date>2005-08-31</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -144,7 +144,7 @@
<M> HCI DTL1 (PC Card) driver
<M> HCI BT3C (PC Card) driver
<M> HCI BlueCard (PC Card) driver
-<M> HCI UART (PC Card) device driver
+<M> HCI UART (PC Card) device driver
<comment>(The driver below is intended for HCI Emulation software.)</comment>
<M> HCI VHCI (Virtual HCI device) driver
@@ -180,7 +180,7 @@
<comment>(The Cls=e0(unk. ) identifies the Bluetooth adapter.)</comment>
T: Bus=02 Lev=02 Prnt=03 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
-P: Vendor=0a12 ProdID=0001 Rev= 5.25
+P: Vendor=0a12 ProdID=0001 Rev= 5.25
<comment>(Some might show up on lsusb from sys-apps/usbutils)</comment>
# <i>lsusb</i>
Bus 003 Device 002: ID 046d:c00e Logitech, Inc. Optical Mouse
@@ -251,7 +251,7 @@
BD Address: 00:01:02:03:04:05 ACL MTU: 192:8 SCO MTU: 64:8
DOWN
RX bytes:131 acl:0 sco:0 events:18 errors:0
- TX bytes:565 acl:0 sco:0 commands:17 errors:0
+ TX bytes:565 acl:0 sco:0 commands:17 errors:0
</pre>
<p>
@@ -391,13 +391,13 @@
<pre caption="Scanning for remote devices">
# <i>hcitool scan</i>
Scanning ...
- 00:0A:0B:0C:0D:0E Grayhat
+ 00:0A:0B:0C:0D:0E Grayhat
</pre>
<pre caption="Inquiring remote devices">
# <i>hcitool inq</i>
Inquiring ...
- 00:0A:0B:0C:0D:0E clock offset: 0x5579 class: 0x72010c
+ 00:0A:0B:0C:0D:0E clock offset: 0x5579 class: 0x72010c
</pre>
<p>
@@ -412,7 +412,7 @@
20 bytes from 00:0A:0B:0C:0D:0E id 201 time 9.97ms
20 bytes from 00:0A:0B:0C:0D:0E id 202 time 56.86ms
20 bytes from 00:0A:0B:0C:0D:0E id 203 time 39.92ms
-4 sent, 4 received, 0% loss
+4 sent, 4 received, 0% loss
</pre>
</body>
@@ -450,7 +450,7 @@
<comment>(Enter the address of the device you want to connect to)</comment>
device 00:0A:0B:0C:0D:0E;
-}
+}
</pre>
<p>
@@ -484,14 +484,14 @@
<pre caption="Listening for incoming RFCOMM connections">
# <i>rfcomm listen 0 1</i>
-Waiting for connection on channel 1
+Waiting for connection on channel 1
</pre>
<p>
In a similar way to the connect command, the listen command can receive two
parameters. The first one explicits the RFCOMM TTY device node (usually 0) that
will be used to accept a connection, while the second is the channel that will
-be used.
+be used.
</p>
<p>
@@ -559,7 +559,7 @@
host1 #<i> ifconfig bnep0 192.168.2.2</i>
host0 #<i> ifconfig bnep0</i>
-bnep0 Link encap:Ethernet HWaddr 00:0A:0B:0C:0D:0E
+bnep0 Link encap:Ethernet HWaddr 00:0A:0B:0C:0D:0E
inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::210:60ff:fea3:cb41/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
@@ -569,7 +569,7 @@
RX bytes:208 (208.0 b) TX bytes:188 (188.0 b)
host1 #<i> ifconfig bnep0</i>
-bnep0 Link encap:Ethernet HWaddr 00:01:02:03:04:05
+bnep0 Link encap:Ethernet HWaddr 00:01:02:03:04:05
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::210:60ff:fea2:dd2a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
@@ -591,7 +591,7 @@
--- 192.168.2.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
-rtt min/avg/max/mdev = 34.045/35.690/37.336/1.656 ms
+rtt min/avg/max/mdev = 34.045/35.690/37.336/1.656 ms
</pre>
</body>
@@ -637,7 +637,7 @@
</p>
<p>
-To transfer files (the easy way):
+To transfer files (the easy way):
</p>
<ul>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2005-09-07 0:27 Jose Luis Rivero
0 siblings, 0 replies; 19+ messages in thread
From: Jose Luis Rivero @ 2005-09-07 0:27 UTC (permalink / raw
To: gentoo-doc-cvs
yoswink 05/09/07 00:27:46
Modified: xml/htdocs/doc/en bluetooth-guide.xml
Log:
<rane> cvs commit -m "fixed typos, no content change"
Revision Changes Path
1.4 +3 -3 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluetooth-guide.xml 31 Aug 2005 15:03:32 -0000 1.3
+++ bluetooth-guide.xml 7 Sep 2005 00:27:46 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.3 2005/08/31 15:03:32 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.4 2005/09/07 00:27:46 yoswink Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -336,7 +336,7 @@
<p>
Let's be sure that the Bluetooth daemons started correctly. If we can see that
both <c>hcid</c> and <c>sdpd</c> are running, then we configured Bluetooth the
-right way. After that, we can see if the decices are now up and running with
+right way. After that, we can see if the devices are now up and running with
the configured options.
</p>
@@ -401,7 +401,7 @@
</pre>
<p>
-Now that we now the MAC address of the remote Bluetooth devices, we can check
+Now that we know the MAC address of the remote Bluetooth devices, we can check
if we paired them correctly.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2006-01-05 19:57 swift
0 siblings, 0 replies; 19+ messages in thread
From: swift @ 2006-01-05 19:57 UTC (permalink / raw
To: gentoo-doc-cvs
swift 06/01/05 19:57:06
Modified: xml/htdocs/doc/en bluetooth-guide.xml
Log:
New location since new 2.6 stable kernel tree
Revision Changes Path
1.5 +4 -5 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bluetooth-guide.xml 7 Sep 2005 00:27:46 -0000 1.4
+++ bluetooth-guide.xml 5 Jan 2006 19:57:06 -0000 1.5
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.4 2005/09/07 00:27:46 yoswink Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.5 2006/01/05 19:57:06 swift Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.1</version>
-<date>2005-08-31</date>
+<version>1.2</version>
+<date>2006-01-05</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -114,8 +114,7 @@
</p>
<pre caption="Configuration for 2.6 kernels">
-Device Drivers --->
- Networking Support --->
+Networking --->
<*> Bluetooth subsystem support --->
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2006-03-02 23:59 Xavier Neys
0 siblings, 0 replies; 19+ messages in thread
From: Xavier Neys @ 2006-03-02 23:59 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/03/02 23:59:29
Modified: xml/htdocs/doc/en bluetooth-guide.xml
Log:
#124710 Fix config file and a minor error
Revision Changes Path
1.6 +27 -4 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluetooth-guide.xml 5 Jan 2006 19:57:06 -0000 1.5
+++ bluetooth-guide.xml 2 Mar 2006 23:59:29 -0000 1.6
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.5 2006/01/05 19:57:06 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.6 2006/03/02 23:59:29 neysx Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.2</version>
-<date>2006-01-05</date>
+<version>1.3</version>
+<date>2006-03-03</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -264,6 +264,11 @@
<pre caption="Editing /etc/bluetooth/hcid.conf">
<comment>(Recommended changes to be made to the file are shown)</comment>
+# HCId options
+options {
+ # Automatically initialize new devices
+ autoinit yes;
+
<comment>(Change security to "auto")</comment>
# Security Manager mode
# none - Security manager disabled
@@ -272,16 +277,34 @@
#
security auto;
+ # Pairing mode
+ pairing multi;
+
<comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
# PIN helper
pin_helper /etc/bluetooth/pin-helper;
+}
+# Default settings for HCI devices
+device {
<comment>(Set your device name here, you can call it anything you want)</comment>
# Local device name
# %d - device id
# %h - host name
name "BlueZ at %h (%d)";
+ # Local device class
+ class 0x3e0100;
+
+ # Inquiry and Page scan
+ iscan enable; pscan enable;
+
+ # Default link mode
+ lm accept;
+
+ # Default link policy
+ lp rswitch,hold,sniff,park;
+
<comment>(Leave as is, if you don't know what exactly these do)</comment>
# Authentication and Encryption (Security Mode 3)
#auth enable;
@@ -349,7 +372,7 @@
# <i>hciconfig -a</i>
hci0: Type: USB
BD Address: 00:0A:0B:0C:0D:0E ACL MTU: 192:8 SCO MTU: 64:8
- UP RUNNING PSCAN ISCAN AUTH ENCRYPT
+ UP RUNNING PSCAN ISCAN
RX bytes:125 acl:0 sco:0 events:17 errors:0
TX bytes:565 acl:0 sco:0 commands:17 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2006-09-19 10:24 Jan Kundrat
0 siblings, 0 replies; 19+ messages in thread
From: Jan Kundrat @ 2006-09-19 10:24 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 06/09/19 10:24:53
Modified: bluetooth-guide.xml
Log:
#132600, bluez-kernel was removed from the tree
Revision Changes Path
1.7 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.6&r2=1.7
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bluetooth-guide.xml 2 Mar 2006 23:59:29 -0000 1.6
+++ bluetooth-guide.xml 19 Sep 2006 10:24:53 -0000 1.7
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.6 2006/03/02 23:59:29 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.7 2006/09/19 10:24:53 jkt Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.3</version>
-<date>2006-03-03</date>
+<version>1.4</version>
+<date>2006-09-19</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -210,8 +210,7 @@
</pre>
<warn>
-Do not emerge <c>bluez-kernel</c> or <c>bluez-sdp</c> as they will break
-<c>bluez-utils</c>!
+Do not emerge <c>bluez-sdp</c> as it will break <c>bluez-utils</c>!
</warn>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2006-11-02 18:37 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-11-02 18:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/02 18:37:33
Modified: bluetooth-guide.xml
Log:
Removed XMMS references, bug 153830
Revision Changes Path
1.8 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.7&r2=1.8
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bluetooth-guide.xml 19 Sep 2006 10:24:53 -0000 1.7
+++ bluetooth-guide.xml 2 Nov 2006 18:37:33 -0000 1.8
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.7 2006/09/19 10:24:53 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.8 2006/11/02 18:37:33 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.4</version>
-<date>2006-09-19</date>
+<version>1.5</version>
+<date>2006-11-02</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -743,11 +743,6 @@
Evolution e-mail client. You will need the <c>irmc</c> USE flag set to
ensure that <c>multisync</c> has Bluetooth support.
</li>
- <li>
- <c>media-plugins/xmms-btexmms</c>: Btexmms is an XMMS plugin that allows
- you to use your Bluetooth-enabled (Sony) Ericsson mobile phone as a remote
- control for XMMS.
- </li>
</ul>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2006-11-27 0:16 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2006-11-27 0:16 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/27 00:16:17
Modified: bluetooth-guide.xml
Log:
updated bluetooth guide for bug 156335
Revision Changes Path
1.9 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.8&r2=1.9
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bluetooth-guide.xml 2 Nov 2006 18:37:33 -0000 1.8
+++ bluetooth-guide.xml 27 Nov 2006 00:16:17 -0000 1.9
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.8 2006/11/02 18:37:33 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.9 2006/11/27 00:16:17 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
-<date>2006-11-02</date>
+<version>1.6</version>
+<date>2006-11-26</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -225,6 +225,15 @@
# <i>rc-update add coldplug boot</i>
</pre>
+<note>
+You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version
+103 and higher, as udev itself will handle module loading. If you are upgrading
+to version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before
+upgrading udev. Be sure to remove the coldplug init script from all runlevels
+(<c>rc-update del coldplug</c>), and then delete it from
+<path>/etc/init.d/</path> afterward.
+</note>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2007-01-14 12:36 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-01-14 12:36 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/01/14 12:36:10
Modified: bluetooth-guide.xml
Log:
added a bit about command line OBEX tools per bug 110221, thanks to deathwing00 for comments, review, etc., and i'm sure jakub helped out somewhere in there too
Revision Changes Path
1.10 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.9&r2=1.10
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bluetooth-guide.xml 27 Nov 2006 00:16:17 -0000 1.9
+++ bluetooth-guide.xml 14 Jan 2007 12:36:10 -0000 1.10
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.9 2006/11/27 00:16:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.10 2007/01/14 12:36:10 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.6</version>
-<date>2006-11-26</date>
+<version>1.7</version>
+<date>2007-01-14</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -752,6 +752,11 @@
Evolution e-mail client. You will need the <c>irmc</c> USE flag set to
ensure that <c>multisync</c> has Bluetooth support.
</li>
+ <li>
+ <c>net-wireless/opd</c> and <c>net-wireless/ussp-push</c> are command line
+ tools (server and client) that can be used to send files to your mobile
+ phone.
+ </li>
</ul>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2007-05-16 9:10 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-05-16 9:10 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/05/16 09:10:33
Modified: bluetooth-guide.xml
Log:
added stuff on the upcoming 3.x PIN stuff, bug 178100
Revision Changes Path
1.13 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.12&r2=1.13
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bluetooth-guide.xml 10 Apr 2007 06:48:59 -0000 1.12
+++ bluetooth-guide.xml 16 May 2007 09:10:33 -0000 1.13
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.12 2007/04/10 06:48:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.13 2007/05/16 09:10:33 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
-<date>2007-04-09</date>
+<version>1.9</version>
+<date>2007-05-16</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -266,7 +266,8 @@
# Pairing mode
pairing multi;
-<comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
+<comment>(You only need a pin helper if you are using <=bluez-libs-2.x and <=bluez-utils-2.x)
+(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
# PIN helper
pin_helper /etc/bluetooth/pin-helper;
}
@@ -303,15 +304,8 @@
pairing this device with another one.
</p>
-<note>
-You can choose from different pin helpers, depending on what you want to use.
-Available pin helpers are: <c>/usr/lib/kdebluetooth/kbluepin</c>
-(net-wireless/kdebluetooth), <c>/usr/bin/bluepin</c> or
-<c>/etc/bluetooth/pin-helper</c> among others.
-</note>
-
<pre caption="Editing /etc/bluetooth/pin">
-<comment>(Change 123456 with your desired pin number.)</comment>
+<comment>(Replace 123456 with your desired pin number.)</comment>
123456
</pre>
@@ -322,6 +316,22 @@
devices.
</impo>
+<note>
+If you are using <c><=bluez-libs-2.x</c> and <c><=bluez-utils-2.x</c> you
+can choose from different pin helpers, depending on what you want to use.
+Available pin helpers are: <c>/usr/lib/kdebluetooth/kbluepin</c>
+(net-wireless/kdebluetooth), <c>/usr/bin/bluepin</c> or
+<c>/etc/bluetooth/pin-helper</c> among others.
+</note>
+
+<note>
+Beginning with <c>>=bluez-libs-3.x</c> and <c>>=bluez-utils-3.x</c>, pin helpers
+have been replaced by passkey agents. There are a few different graphical
+passkey agents available to help manage your PIN, such as <c>bluez-gnome</c> and
+<c>kdebluetooth</c>. You can also use <c>passkey-agent</c> (found in
+<c>bluez-utils</c>) from the command line.
+</note>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2007-10-22 5:27 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-10-22 5:27 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/10/22 05:27:37
Modified: bluetooth-guide.xml
Log:
bluez-sdp was removed from portage two years ago
Revision Changes Path
1.14 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.13&r2=1.14
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bluetooth-guide.xml 16 May 2007 09:10:33 -0000 1.13
+++ bluetooth-guide.xml 22 Oct 2007 05:27:37 -0000 1.14
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.13 2007/05/16 09:10:33 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.14 2007/10/22 05:27:37 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.9</version>
-<date>2007-05-16</date>
+<version>1.10</version>
+<date>2007-10-21</date>
<chapter id="introduction">
<title>Introduction</title>
@@ -208,10 +208,6 @@
# <i>emerge net-wireless/bluez-libs net-wireless/bluez-utils</i>
</pre>
-<warn>
-Do not emerge <c>bluez-sdp</c> as it will break <c>bluez-utils</c>!
-</warn>
-
</body>
</section>
<section>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
@ 2007-10-22 5:28 Josh Saddler
0 siblings, 0 replies; 19+ messages in thread
From: Josh Saddler @ 2007-10-22 5:28 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/10/22 05:28:14
Modified: bluetooth-guide.xml
Log:
coding style, no content changes
Revision Changes Path
1.15 xml/htdocs/doc/en/bluetooth-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.14&r2=1.15
Index: bluetooth-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bluetooth-guide.xml 22 Oct 2007 05:27:37 -0000 1.14
+++ bluetooth-guide.xml 22 Oct 2007 05:28:14 -0000 1.15
@@ -1,7 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
-
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.14 2007/10/22 05:27:37 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.15 2007/10/22 05:28:14 nightmorph Exp $ -->
<guide link="/doc/en/bluetooth-guide.xml">
<title>Gentoo Linux Bluetooth Guide</title>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2007-10-22 5:39 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 5:27 [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml Josh Saddler
-- strict thread matches above, loose matches on Subject: below --
2007-10-22 5:28 Josh Saddler
2007-05-16 9:10 Josh Saddler
2007-01-14 12:36 Josh Saddler
2006-11-27 0:16 Josh Saddler
2006-11-02 18:37 Josh Saddler
2006-09-19 10:24 Jan Kundrat
2006-03-02 23:59 Xavier Neys
2006-01-05 19:57 swift
2005-09-07 0:27 Jose Luis Rivero
2005-08-31 15:03 Xavier Neys
2005-08-27 9:19 swift
2005-08-25 10:43 Shyam Mani
2005-08-25 7:06 Shyam Mani
2005-08-22 6:59 Shyam Mani
2005-08-15 23:16 Camille Huot
2005-07-28 12:20 Shyam Mani
2005-07-26 11:44 Shyam Mani
2005-07-25 11:12 Shyam Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox