Lately I've been trying really really hard to tether a laptop running tinycore 2.1 rc1 to a g1 phone using bluetooth... It's been quite an adventure (mostly due to my inexperience in such matters).
Anyways, I seem to be stuck... basically here's what I got so far:
1) I start the tethering app on my g1 phone
2) I pair up using the bluez-gnome package
3) I add bnep using modprobe
4) I use sdptool to browse the services on on the phone
5) stuck (pand not inlcuded in bluez package
)
So, I found bluez 4.41 source tarball (which the bluez tce package is based on) and I've located the source code for pand (it's in the compat folder). Of cource, it's been about 6 years since I've compiled anything in C for linux... and I remember it always being next to impossible for me (I'm a java guy).
Any advice?
Update: I've done more reading after my complete failure of compiling pand for bluez 4.41, and it SEEMS that pand was deprecated for bluez 4.x... yet, there's no information on the internet for how to connect to a wireless network over bluetooth using BlueZ 4.x... I will attempt to compile something from 3.x.
Update2: Oddly enough, I get the same problem with bluez 3.x, which even has a specific pand source folder... it just skips it during compilation.... I'm currently searching other forums for how to get PAN working with bluez 4.x, but I don't think anyone has gotten it to work without pand because I can't find any information on the subject.
Update3: I give up.