QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1757|回复: 1

请问uclinux下gprs上网的问题

[复制链接]
发表于 2005-12-30 14:51:25 | 显示全部楼层 |阅读模式
在linux下,连接MC35模块,配置了ppp-on脚本,运行./ppp-on就可以上网了,可以从日志中看到为其分配了ip地址

但是在uclinux下,相同的脚本却不行

我是这样做的

首先保证uclinux的内核支持PPP

交叉编译了pppd ,chat,pppdump,pppstats到usr/sbin下

运行./ppp-on会出现

<30>Jan  1 01:11:05 pppd[69]: Serial connection established.
<30>Jan  1 01:11:05 pppd[69]: Using interface ppp0
<29>Jan  1 01:11:05 pppd[69]: pppd create pidfile
<29>Jan  1 01:11:05 pppd[69]: Connect: ppp0 <--> /dev/ttyS1
<28>Jan  1 01:11:06 pppd[69]: Will not do PAP for user
<28>Jan  1 01:11:06 pppd[69]: Will not do CHAP for user
<30>Jan  1 01:11:07 pppd[69]: LCP terminated by peer
<29>Jan  1 01:11:10 pppd[69]: Connection terminated.
<30>Jan  1 01:11:11 pppd[69]: Exit.

之前的AT的命令都执行通过,只是在ppp握手时出错,好象是不能和PPP server端握手成功获取local IP and server IP! 关于LCP terminated by peer的错误可能是什么导致的哪,请各位指点一下

另外,我的PC上的linux的PPPD版本是2.4.1,而uclinux是2.3.8,版本不同是不是会导致pppd的拨号的参数配置有问题呢

感觉只差一步了,请各位大侠指点一下,谢谢
发表于 2006-1-1 01:13:03 | 显示全部楼层
"Will not do PAP for user
Will not do CHAP for user "

添加 /etc/ppp/chap-secrets 文件
或   /etc/ppp/pap-secrets 文件
并添加一行字如下
user * password *

其中user为你的上网帐号
password为上网密码.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:40 , Processed in 0.069530 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表