- Joined
- Jul 18, 2008
- Messages
- 7
- Reaction score
- 0
I'm trying to get my Nokia E61 mobile phone to work as an modem for my A1 with Ubuntu.
I have been trying to make this happen with this (finnish) tutorial, English version, a little bit different but you get the point
I'm using bluetooth and i didn't use bluez-utils, but the problem doesn't seem to be in bluetooth connection.
After i've used the "pon saunalahti" command, it tries to connect:
After that the connecting froze and nothing happened.
Anyone managed to get a phone working as an modem?
I have been trying to make this happen with this (finnish) tutorial, English version, a little bit different but you get the point
I'm using bluetooth and i didn't use bluez-utils, but the problem doesn't seem to be in bluetooth connection.
After i've used the "pon saunalahti" command, it tries to connect:
Code:
AT
OK
ATH
OK
ATE1
OK
AT+CGDCONT=1,"IP","internet.saunalahti","0.0.0.0",0,0
OK
ATD*99#
CONNECT
Serial connection established.
using channel 2
Using interface ppp0
Connect: ppp0 <--> /dev/rfcomm0
rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
sent [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0xfee15eb7>]
sent [LCP ConfAck id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
rcvd [LCP ConfRej id=0x1 <magic 0xfee15eb7>]
sent [LCP ConfReq id=0x2 <asyncmap 0xa0000>]
rcvd [LCP ConfAck id=0x2 <asyncmap 0xa0000>]
sent [PAP AuthReq id=0x1 user="none" password="123456"]
rcvd [PAP AuthAck id=0x1 ""]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
rcvd [IPCP ConfNak id=0x1 <addr 85.77.249.185> <ms-dns1 195.197.54.100> <ms-dns3 195.74.0.47>]
sent [IPCP ConfReq id=0x2 <addr 85.77.249.185> <ms-dns1 195.197.54.100> <ms-dns3 195.74.0.47>]
rcvd [IPCP ConfAck id=0x2 <addr 85.77.249.185> <ms-dns1 195.197.54.100> <ms-dns3 195.74.0.47>]
Cannot determine ethernet address for proxy ARP
local IP address 85.77.249.185
remote IP address 10.6.6.6
primary DNS address 195.197.54.100
secondary DNS address 195.74.0.47
Script /etc/ppp/ip-up started (pid 6449)
Script /etc/ppp/ip-up finished (pid 6449), status = 0x0
After that the connecting froze and nothing happened.
Anyone managed to get a phone working as an modem?