View Single Post
Stskeeps's Avatar
Posts: 1,671 | Thanked: 11,478 times | Joined on Jun 2008 @ Warsaw, Poland
#16
Worked a bit on this, and got some progress

* Making bluetooth DUN work and maybe PAN.

Status: wvdial fails miserably, so it's not possible to use gnome-ppp and likes.

/etc/ppp/peers/gprs:

/dev/rfcomm0 115200
connect '/usr/sbin/chat -v -f /etc/ppp/chat-gprs'
crtscts
modem -detach
noccp
defaultroute
usepeerdns
noauth
ipcp-accept-remote
ipcp-accept-local
noipdefault

/etc/ppp/chat-gprs:

'' ATZ OK
AT+CGDCONT=1,"IP","internet"
OK "ATD*99***1#"
CONNECT ''

rfcomm bind rfcomm0 00:19:63:A7:9C:69 3

Nokia-N800-51-3:/etc/ppp# rfcomm release rfcomm0
Nokia-N800-51-3:/etc/ppp# rfcomm bind rfcomm0 00:19:63:A7:9C:69 3
Nokia-N800-51-3:/etc/ppp# pppd call gprs
Serial connection established.
Using interface ppp0
Connect: ppp0 <--> /dev/rfcomm0
Could not determine remote IP address: defaulting to 10.64.64.64
not replacing existing default route via 192.168.98.1
Cannot determine ethernet address for proxy ARP
local IP address 10.20.204.180
remote IP address 10.64.64.64
primary DNS address 212.17.131.3
secondary DNS address 148.122.208.99


.. So it's atleast some progress :>
__________________
As you go on to other communities, remember to build them around politeness, respect, trust and humility. Be wary of poisonous people and deal with them before they end up killing your community.. Seen it happen to too many IRC channels, forums, open source projects.