Bluetooth PAN

(Undo revision 45783 by 70.135.114.247 (Talk) SPAM)
Line 5: Line 5:
If you have [[Nokia N900]] you may instead use it as PAN server to allow an other device such as a Nokia N8x0 to utilize Bluetooth PAN.
If you have [[Nokia N900]] you may instead use it as PAN server to allow an other device such as a Nokia N8x0 to utilize Bluetooth PAN.
-
== Prerequisites ==
+
== Installing ==
-
* maemo-pan
+
For the [[Nokia N900]] pan is disabled by default.
-
 
+
To enable it, edit /etc/bluetooth/main.conf and remove ''network'' from the disabled plugins
-
== Installing ==
+
[General]
 +
# List of plugins that should not be loaded on bluetoothd startup
 +
DisablePlugins = <s>network</s>,input,hal
 +
''libicd-network-null'' is also recommended for using internet over bluetooth
 +
apt-get install libicd-network-null
-
Install maemo-pan through the Application manager. You may need to restart your tablet after installation in order to force a dependency on maemo-pan (libicd-network-dummy package) being loaded.
+
For other devices you need to install maemo-pan through the Application manager. You may need to restart your tablet after installation in order to force a dependency on maemo-pan (libicd-network-dummy package) being loaded.
Tap on the Connectivity icon in your status bar and either "Select a connection" or "Change connection" to see a list of available network access points. You should see one called "Dummy Network" (this name will likely change in future versions of maemo-pan, see [https://bugs.maemo.org/show_bug.cgi?id=3306 bug #3306] for details).
Tap on the Connectivity icon in your status bar and either "Select a connection" or "Change connection" to see a list of available network access points. You should see one called "Dummy Network" (this name will likely change in future versions of maemo-pan, see [https://bugs.maemo.org/show_bug.cgi?id=3306 bug #3306] for details).

Revision as of 03:21, 26 March 2014

This allows you to use your Maemo device to use Bluetooth PAN to connect via another device to another network such as the Internet.

The Connection manager is used for this purpose, exactly the same way as you connect to a WLAN network or to a cell phone dial-up connection (Bluetooth DUN). Most Windows Smartphones use this method of connection when used as a modem via Bluetooth.

If you have Nokia N900 you may instead use it as PAN server to allow an other device such as a Nokia N8x0 to utilize Bluetooth PAN.

Installing

For the Nokia N900 pan is disabled by default. To enable it, edit /etc/bluetooth/main.conf and remove network from the disabled plugins

[General]
# List of plugins that should not be loaded on bluetoothd startup
DisablePlugins = network,input,hal

libicd-network-null is also recommended for using internet over bluetooth

apt-get install libicd-network-null

For other devices you need to install maemo-pan through the Application manager. You may need to restart your tablet after installation in order to force a dependency on maemo-pan (libicd-network-dummy package) being loaded.

Tap on the Connectivity icon in your status bar and either "Select a connection" or "Change connection" to see a list of available network access points. You should see one called "Dummy Network" (this name will likely change in future versions of maemo-pan, see bug #3306 for details).

To connect to the Internet through this connection you must make sure the "Internet Connection Sharing" application is running on your phone and has a connection. Select the "Dummy Network" from the tablet network list and enjoy anywhere Internet!

Using PAN on older releases

It is possible to use PAN to share Internet connections via PAN between two Nokia devices. However, on older devices it is recommended to use Bluetooth DUN (dial-up networking), since this is the normal method which smartphones use to share Internet access over Bluetooth.