请教,ppp登陆成功后,控制台不能用了<br /><br />移植PPP到9200板上,控制台是ttyS0,连接MODEM的串口是ttyS3,MODEM成功登陆上,但是有个问题,pppd程序没有放到后台去运行,我的控制台ttyS0不能用了,这个怎么解决呢? <br /><br />Serial connection established. <br />using channel 1 <br />Using interface ppp0 <br />Connect: ppp0 <--> /dev/ttyS3 <br />Warning - secret file /etc/ppp/pap-secrets has world and/or group access <br />sent [LCP ConfReq id=0x1 <asyncmap 0x20a0000>] <br />rcvd [LCP ConfAck id=0x1 <asyncmap 0x20a0000>] <br />rcvd [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <pcomp> <accomp> <auth pap>] <br />sent [LCP ConfRej id=0x1 <pcomp> <accomp>] <br />rcvd [LCP ConfReq id=0x2 <mru 1500> <asyncmap 0x0> <auth pap>] <br />sent [LCP ConfAck id=0x2 <mru 1500> <asyncmap 0x0> <auth pap>] <br />Warning - secret file /etc/ppp/pap-secrets has world and/or group access <br />sent [PAP AuthReq id=0x1 user="foo" password=<hidden>] <br />rcvd [PAP AuthAck id=0x1 "Welcome!"] <br />Remote message: Welcome! <br />PAP authentication succeeded <br />sent [IPCP ConfReq id=0x1 <addr 0.0.0.0>] <br />rcvd [IPCP ConfReq id=0x1 <addr 192.168.111.111>] <br />sent [IPCP ConfAck id=0x1 <addr 192.168.111.111>] <br />rcvd [IPCP ConfNak id=0x1 <addr 10.115.78.49>] <br />sent [IPCP ConfReq id=0x2 <addr 10.115.78.49>] <br />rcvd [IPCP ConfAck id=0x2 <addr 10.115.78.49>] <br />local IP address 10.115.78.49 <br />remote IP address 192.168.111.111 |
|