| 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.3 2005/08/31 15:03:32 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.4 2005/09/07 00:27:46 yoswink 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"> |
| … | |
… | |
| 334 | </pre> |
334 | </pre> |
| 335 | |
335 | |
| 336 | <p> |
336 | <p> |
| 337 | Let's be sure that the Bluetooth daemons started correctly. If we can see that |
337 | Let's be sure that the Bluetooth daemons started correctly. If we can see that |
| 338 | both <c>hcid</c> and <c>sdpd</c> are running, then we configured Bluetooth the |
338 | both <c>hcid</c> and <c>sdpd</c> are running, then we configured Bluetooth the |
| 339 | right way. After that, we can see if the decices are now up and running with |
339 | right way. After that, we can see if the devices are now up and running with |
| 340 | the configured options. |
340 | the configured options. |
| 341 | </p> |
341 | </p> |
| 342 | |
342 | |
| 343 | <pre caption="Checking whether Bluetooth daemons started correctly"> |
343 | <pre caption="Checking whether Bluetooth daemons started correctly"> |
| 344 | <comment>(Check to see if the services are running)</comment> |
344 | <comment>(Check to see if the services are running)</comment> |
| … | |
… | |
| 399 | Inquiring ... |
399 | Inquiring ... |
| 400 | 00:0A:0B:0C:0D:0E clock offset: 0x5579 class: 0x72010c |
400 | 00:0A:0B:0C:0D:0E clock offset: 0x5579 class: 0x72010c |
| 401 | </pre> |
401 | </pre> |
| 402 | |
402 | |
| 403 | <p> |
403 | <p> |
| 404 | Now that we now the MAC address of the remote Bluetooth devices, we can check |
404 | Now that we know the MAC address of the remote Bluetooth devices, we can check |
| 405 | if we paired them correctly. |
405 | if we paired them correctly. |
| 406 | </p> |
406 | </p> |
| 407 | |
407 | |
| 408 | <pre caption="Running l2ping"> |
408 | <pre caption="Running l2ping"> |
| 409 | # <i>l2ping 00:0A:0B:0C:0D:0E</i> |
409 | # <i>l2ping 00:0A:0B:0C:0D:0E</i> |