gprs-debug

来自「基于嵌入式linux和s3c2440的gprs拨号脚本程序」· 代码 · 共 34 行

TXT
34
字号
notebook peers # pppd call gprs-motoGPRS modem init: press <ctrl>-C to disconnect + defining PDP context  + defining QoS requirements   + attaching to GPRS    + requesting data connection    Serial connection established.    using channel 25    Using interface ppp0    Connect: ppp0 <--> /dev/ttyS0    sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x7c365256>]    rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x7c365256>]    rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <auth pap> <magic 0xef8ec> <pcomp> <accomp>]    sent [LCP ConfRej id=0x1 <auth pap> <pcomp> <accomp>]    rcvd [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xef917>]    sent [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0xef917>]    cbcp_lowerup    want: 2    sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]    sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]    rcvd [IPCP ConfNak id=0x1 <addr 10.174.3.234> <ms-dns1 211.142.210.98> <ms-dns3 211.136.17.107>]    sent [IPCP ConfReq id=0x2 <addr 10.174.3.234> <ms-dns1 211.142.210.98> <ms-dns3 211.136.17.107>]    rcvd [IPCP ConfAck id=0x2 <addr 10.174.3.234> <ms-dns1 211.142.210.98> <ms-dns3 211.136.17.107>]    rcvd [IPCP ConfReq id=0x3 <addr 192.168.100.101>]    sent [IPCP ConfAck id=0x3 <addr 192.168.100.101>]    local  IP address 10.174.3.234    remote IP address 192.168.100.101    primary   DNS address 202.103.96.68    secondary DNS address 202.103.96.112    Script /etc/ppp/ip-up started (pid 1810)    Script /etc/ppp/ip-up finished (pid 1810), status = 0x0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?