ChinaUnix.net
相关文章推荐:

linux 3G pppd 自动拨号

拨号LOG: timeout set to 25 seconds abort on (NO CARRIER) abort on (ERROR) abort on (NO DIALTONE) abort on (BUSY) abort on (NO ANSWER) send (/rAT^M) expect (OK) AT^M^M OK -- got it send (/rATZ^M) expect (OK) ^M ATZ^M^M OK -- got it send (/rAT+CGDCONT=1,"IP","3gnet",,0,0^M) expect (OK) ^M AT+CGDCONT=1,"IP","3gnet",,0,0^M^M OK -- got it send (ATDT*99#^M) expect (CONNECT) ^M ATDT*99#^M^M CONNEC...

by 秋分我裱起 - 嵌入式开发 - 2014-06-13 11:14:02 阅读(1349) 回复(3)

相关讨论

注意不是linux系统启动时执行脚本,而是插上3g上网卡设备后自动执行脚本?恩,应该很难把,求解{:3_200:}

by lg791290501 - 内核源码 - 2014-10-09 11:15:46 阅读(1062) 回复(4)

大家好,我现在用arm linux做了一个路由器,出口是用pppd拨号3g的。 pppd拨号脚本参考网上资料,已经能够ping通外网了。 我用以下命令设置了路由功能: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -F iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o ppp1 -j MASQUERADE 现在我的PC用网线跟linux设备相连,在PC上也能ping通外网,浏览器可以打开网页,可以说...

by lidehua1975 - 嵌入式开发 - 2016-06-28 20:54:03 阅读(3110) 回复(6)

大家好,我在DM368上使用pppd拨号3g无线上网卡,功能已经实现了,但拨号很不稳定, 有时候拨号会失败,有时候发送数据时网络会卡死,出错的时候都有下面的log; root@dm368-evm:/# pppd debug 1 kdebug 7 call unicom& root@dm368-evm:/# Script /usr/sbin/chat -v -f /etc/ppp/peers/unicom-chat finished (pid 1609), status = 0x4 Connect script failed drivers/usb/serial/option.c: option_close drivers/usb/serial/option....

by lidehua1975 - 驱动开发 - 2012-07-22 09:22:27 阅读(2163) 回复(1)

1. 在linux下用ppp和chat 根据以下脚本可以拨号上网, 在android1.6后没有了chat, 那么如何只用pppd拨号呢? 命令改如何写 或者说 配置文件如何写呢? ############################################# #wcdma debug nodetach lock /dev/ttyUSB0 115200 user "card" password "card" crtscts show-password usepeerdns noauth noipdefault novj novjccomp noccp defaultroute ipcp-accept-local ipcp-accept-remote connect '/usr...

by studyboy_3w - 移动操作系统 - 2010-04-20 16:17:52 阅读(3448) 回复(0)

网络设备是adsl linux版本是redhat as 2.1

by ahking - 系统管理 - 2006-08-02 07:33:23 阅读(709) 回复(3)

网络设备是adsl linux版本是redhat as 2.1

by ahking - Linux系统管理 - 2006-08-02 07:33:23 阅读(1119) 回复(3)

RH8.0+rp-pppoe-3.4-7.使用adsl-start能正常上网.加ADSL-START在RC.LOCAL里也正常上网.但是chkconfig --add adsl 会抱错: error reading information on service adsl: No such file or directory 请问是哪里出了问题.???

by 硬-盘 - Linux论坛 - 2004-06-12 16:32:22 阅读(1057) 回复(6)

RH8.0+rp-pppoe-3.4-7.使用adsl-start能正常上网.加ADSL-START在RC.LOCAL里也正常上网.但是chkconfig --add adsl 会抱错: error reading information on service adsl: No such file or directory 请问是哪里出了问题.???

by 硬-盘 - Linux系统管理 - 2004-06-12 16:32:22 阅读(1498) 回复(6)

文件: ppp-2.4.1.tar.gz 大小: 524KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/95172/showart_2052462.html

by sljzj - Linux文档专区 - 2009-09-14 23:20:17 阅读(603) 回复(0)

linux内核自带支持pppd,所以我们在这里配置内核就可以了。
make menuconfig

    Device Drivers->

     ->Network Device Support->...

by zj47596731 - 移动操作系统 - 2011-12-21 08:41:33 阅读(690) 回复(0)