Messy Bluetooth Affair
My original goal was to connect the SE M600i smartphone of my wife to the Internet through Bluetooth via my desktop PC. For a trip to Hamburg I wanted to experiment with navigation software running on the mobile phone.
I got it working in the end, more or less, but overall this was an experience, where I really envied the Windows and Mac OSX folks, who click a few dialog boxes and are then ready to go. The lack of user-level documentation was annoying in particular. It seems, that the Bluez is currently in the transition phase to a new service framework and all the documentation, you’ll find via Google still describes the the pre-service framework situation.
It took several passes, recompilation with additional Gentoo USE flags, looking at the sources code, a missing network.conf file, which wasn’t installed. Anyway I didn’t get it working with the new service framework. The last obstacle are probably these lines form the /var/log/messages, which I don’t know how to fix.
Nov 23 13:20:00 trio network[947]: Can't create GN bridge
Nov 23 13:20:00 trio network[947]: Can't create NAP bridge
This Debian oriented document finally helped me to get it at least working with the older pand-daemon. Instead of the iptables NAT setup, I simply used an Apache 2.2 web server operating as a proxy. This worked just as well. This whole stuff is still a pretty much manual approach however.
