-* Since my laptop was running on Ubuntu Lucid, there was already a
- recent Blueman version in the Ubuntu repos available. On older
- systems, you may want to add the [Blueman Launchpad PPA][5].
-
- $ sudo apt-add-repository ppa:blueman/ppa # only necessary on pre-lucid systems
- $ sudo aptitude update
- $ sudo aptitude install blueman
-
-* Note that this also removes possibly installed `gnome-bluetooth`
- packages since Blueman is an adequate replacement for the GNOME
- Bluetooth UI.
-
-* After the installation has finished, I had to enable the NMPANSupport
- plugin for NetworkManager 0.8 by right-clicking on the Blueman icon in
- the GNOME notification area and selecting “Plugins”. For older
- NetworkManager versions, there is also a plugin for NetworkManager
- 0.7, called NMIntegration.
-
- <div class="gallery">
- [[!img blueman-menu.png alt="Blueman context menu"]]
- [[!img blueman-plugins.png alt="Blueman plugin page"]]
- </div>
-
-* Then I activated tethering on my phone (“Programs” → “Internet
- Sharing” on my Windows Mobile 6.1, but YMMV). Apparently this was
- neccesary with my model, because without tethering enabled I could not
- get a Bluetooth PAN connection in the next step.
-
- <div class="gallery">
- [[!img winmo-program-menu.png alt="Windows Mobile Program screen"]]
- [[!img winmo-connection-sharing.png alt="Windows Mobile Internet
+* Since my laptop was running on Ubuntu Lucid, there was already a
+ recent Blueman version in the Ubuntu repos available. On older
+ systems, you may want to add the [Blueman Launchpad PPA][5].
+
+ $ sudo apt-add-repository ppa:blueman/ppa # only necessary on pre-lucid systems
+ $ sudo aptitude update
+ $ sudo aptitude install blueman
+
+* Note that this also removes possibly installed `gnome-bluetooth`
+ packages since Blueman is an adequate replacement for the GNOME
+ Bluetooth UI.
+
+* After the installation has finished, I had to enable the NMPANSupport
+ plugin for NetworkManager 0.8 by right-clicking on the Blueman icon in
+ the GNOME notification area and selecting “Plugins”. For older
+ NetworkManager versions, there is also a plugin for NetworkManager
+ 0.7, called NMIntegration.
+
+ <div class="gallery">
+ [[!img blueman-menu.png alt="Blueman context menu"]]
+ [[!img blueman-plugins.png alt="Blueman plugin page"]]
+ </div>
+
+* Then I activated tethering on my phone (“Programs” → “Internet
+ Sharing” on my Windows Mobile 6.1, but YMMV). Apparently this was
+ neccesary with my model, because without tethering enabled I could not
+ get a Bluetooth PAN connection in the next step.
+
+ <div class="gallery">
+ [[!img winmo-program-menu.png alt="Windows Mobile Program screen"]]
+ [[!img winmo-connection-sharing.png alt="Windows Mobile Internet
- </div >
-
-* I paired the phone and my laptop via Bluetooth, and created a PAN
- (Personal Area Network) by connecting to the “Network Access Point”
- service on the phone. In Blueman, all you have to do after pairing is
- right-click on the device and select “Connect To: Network Access
- Point”. This creates a new network device `bnep0` which is
- automagically configured through NetworkManager (using [stateless
- address autoconfiguration][6]).
-
- <div class="gallery">
- [[!img blueman-pan.png size=x100 alt="Blueman: Context menu for device
+ </div >
+
+* I paired the phone and my laptop via Bluetooth, and created a PAN
+ (Personal Area Network) by connecting to the “Network Access Point”
+ service on the phone. In Blueman, all you have to do after pairing is
+ right-click on the device and select “Connect To: Network Access
+ Point”. This creates a new network device `bnep0` which is
+ automagically configured through NetworkManager (using [stateless
+ address autoconfiguration][6]).
+
+ <div class="gallery">
+ [[!img blueman-pan.png size=x100 alt="Blueman: Context menu for device
-* However, in my setup, though I was able to ping certain IP adresses on
- the internet, DNS lookups timed out for some reason. It got better
- when I explicitly set an IP address for the Bluetooth PAN driver on my
- phone, and did the tethering process all over again.
+* However, in my setup, though I was able to ping certain IP adresses on
+ the internet, DNS lookups timed out for some reason. It got better
+ when I explicitly set an IP address for the Bluetooth PAN driver on my
+ phone, and did the tethering process all over again.