Hi.
I want to make a PPP dial-up connection via bluetooth and a Nokia 6310i mobile - CSD not GPRS. The phone and ISP works OK with the Nokia Windows modem software.
The bluetooth part works OK and I can dial the ISP - but then nothing. I'm pretty sure it fails to PAP authenticate - there are no authentication messages in the log and a ping to an internet address fails.
I've tried several ways of specifying username/password and lots of combinations of PPP parameters - it's a long way from the standard setup now. Here's the latest log:
root@zaurus:/etc/ppp/peers>pppd call BTNokDialFreeUK
pppd options in effect:
debug # (from /etc/ppp/peers/BTNokDialFreeUK)
nodetach # (from /etc/ppp/peers/BTNokDialFreeUK)
connect-delay 8000 # (from /etc/ppp/peers/BTNokDialFreeUK)
dump # (from /etc/ppp/peers/BTNokDialFreeUK)
noauth # (from /etc/ppp/peers/BTNokDialFreeUK)
user royal # (from /etc/ppp/peers/BTNokDialFreeUK)
remotename FreeUK1 # (from /etc/ppp/peers/BTNokDialFreeUK)
/dev/rfcomm0 # (from /etc/ppp/peers/BTNokDialFreeUK)
115200 # (from /etc/ppp/peers/BTNokDialFreeUK)
connect /usr/sbin/chat -v -f /etc/ppp/chatscript.NokDialFreeUK.connect # (from /etc/ppp/peers/BTNokDialFreeUK)
disconnect /usr/sbin/chat -v -f /etc/ppp/chatscript.NokDial.disconnect # (from /etc/ppp/peers/BTNokDialFreeUK)
crtscts # (from /etc/ppp/peers/BTNokDialFreeUK)
silent # (from /etc/ppp/peers/BTNokDialFreeUK)
show-password # (from /etc/ppp/peers/BTNokDialFreeUK)
noipdefault # (from /etc/ppp/peers/BTNokDialFreeUK)
defaultroute # (from /etc/ppp/peers/BTNokDialFreeUK)
usepeerdns # (from /etc/ppp/peers/BTNokDialFreeUK)
AT
OK
ATE1
OK
AT+CBST=14,0,1;+chsn=2,1,0,8
OK
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/rfcomm0
And it just sits there for a minute or so, when the call ends itself. There should be some PAP messages in the log at this point, I think. If I kill it myself I get:
Terminating on signal 2
Connection terminated.
Receive serial link is not 8-bit clean:
Problem: all had bit 7 set to 0
Sending break to the modem
PDP context detached
Serial link disconnected.
To debug this I want to look at the messages between the Z and the phone in detail. I have debug on, but as I understand it, the usual syslogd stuff is not implemented by busybox. So how do I get at these messages to find out what's happening?
I'd appreciate a few pointers on this - although I've been using Linux for some years I'm new to the Z.
Dave