2008-05-22 14:56:36 pppd help
blue hash (UNITED STATES)
Message: 56157
I'm unable to connect via pppd betweent the dev machine and blackfin target.
All the steps in the following link were followed:
http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:ppp&s[]=pppd
host-ip: 192.168.4.124
blackfin-ip : 192.168.1.10
File /etc/ppp/options contains:
On the blackfin:
lock
nocrtscts
lock
nocrtscts
192.168.1.10:192.168.1.124
linkname ppp0
local
nodefaultroute
/dev/ttyBF0
57600
-detach
On the Host
lock
nocrtscts
192.168.1.124:192.168.1.10
linkname ppp0
local
nodefaultroute
/dev/ttyS0
57600
-detach
When pppd is started on the host:
[root@localhost ~]# pppd
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS0
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
When pppd is started on the blackfin:
root:/> pppd
Using interface ppp0
Connect: ppp0 <--> /dev/ttyBF0
Warning - secret file /etc/ppp/pap-secrets has world and/or group access
CCP: timeout sending Config-Requests
IPCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Thanks.
QuoteReplyEditDelete
2008-05-22 21:16:15 Re: pppd help
Yi Li (CHINA)
Message: 56162
Are you using 08R1 release or trunk?
QuoteReplyEditDelete
2008-05-23 08:42:57 Re: pppd help
blue hash (UNITED STATES)
Message: 56210
Its the 08R1 release
Has it been fixed in trunk?
QuoteReplyEditDelete
2008-05-26 00:43:15 Re: pppd help
Yi Li (CHINA)
Message: 56261
I need to have a try and let you know.