当前位置:  技术问答>linux和unix

pppd cdma 如何上网

    来源: 互联网  发布时间:2016-07-08

    本文导语:  大家好!我要在arm上实现cdma上网,请有故经验的高手指点! 设备是:一个cdma modem(华为EC121,内插联通卡),连接usb,虚拟成串口 pppd connect 'chat -v "" "AT" "" "ATDT#777 CONNECT"' user CARD password CARD /dev/ttyUSB0 2304...

大家好!我要在arm上实现cdma上网,请有故经验的高手指点!

设备是:一个cdma modem(华为EC121,内插联通卡),连接usb,虚拟成串口

pppd connect 'chat -v "" "AT" "" "ATDT#777 CONNECT"' user CARD password CARD /dev/ttyUSB0 230400 nodetach crtscts debug usepeerdns defaultroute

输出:
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0  /dev/ttyUSB0
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
sent [LCP ConfReq id=0x1    ]
LCP: timeout sending Config-Requests
Connection terminated.
Serial connection established.
using channel 2
Using interface ppp0
Connect: ppp0  /dev/ttyUSB0
tcflush failed: Bad file descriptor
tcsetattr: Invalid argument (line 1001)

我使用ppp里面的脚本也没有成功!

|


Edit your /etc/wvdial.conf

Init1 = ATZ

Init2 = ATQ0 M1 L1 X3 V1 E1 S0=0 &C1 &D2 +FCLASS=0

Modem Type = Analog Modem

ISDN = 0

Abort On No Dialtone = False

New PPPD = yes

Phone = #777

Modem = /dev/ttyUSB0

Username = 10digitReliancePhoneNumber

Password = 10digitReliancePhoneNumber

After this, you should use wvdial as root
This will give some output and will show the primary and secondary dns entries. Unfortunately, For some reason wvdial doesn’t change the DNS name servers so you have to do it manually :

Edit /etc/resolv.conf in your favourite text editor and add the following :

nameserver {the ip of your priimary dns}202.138.103.100 for me

nameserver {the ip of your secondary dns}202.138.96.2

Close the connection and reconnect. It should all work fine for you now

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • pppd-sql
  • 是否绝大部分linux发行版都预装有pppd程序?
  • 怎样在linux下建立一个PPP服务器,并在另一台机子上通过pppd来建立连接呀?
  • PPPD的应用层程序、、??
  • pppd拨号时怎么自动设置DNS
  • pppd 3G拨号问题
  • 谁有PPPD的源代码,谢谢
  • 下载了个pppd-2.2.4,编译成功后,如何设置拨号.
  • pppd拨号连接关闭,在拨号,发现收到的应答是未转义的字符.
  • 请问出现如下错误,该如何修改pppd的配置?
  • pppd 3g 拨号失败 LCP terminated by peer (User request)
  • pppd 拨号段错误


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3