过去两天,我花了 1 个半小时(从第三天开始)试图弄清楚如何配置我的 USB 调制解调器以开始上网。现在我放弃了。显然我不知道自己在做什么,所以我需要一些帮助。尝试使用 wvdial 连接时出现错误。以下是来自终端的错误:
--> Initializing modem.
--> Sending: AT + CGDCONT=1, "IP", "bredband.tre.se"
AT + CGDCONT=1, "IP", "bredband.tre.se"
OK
--> Modem initialized.
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: AT + CGDCONT=1, "IP", "bredband.tre.se"
AT + CGDCONT=1, "IP", "bredband.tre.se"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier. ATDT*99# ~[7f]}#@!}!}!} }9}#}%B#}%}(}"}'}"}"}&} } } } }%}&URy,kT~
CONNECT
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!}"} }9}#}%B#}%}(}"}'}"}"}&} } } } }%}&URy,'9~
--> PPP negotiation detected.
--> Starting pppd at Fri Aug 17 19:20:17 2012
--> Pid of pppd: 10401
--> Using interface ppp0
--> pppd: ��B
--> pppd: ��B
--> pppd: ��B
--> pppd: ��B
--> pppd: ��B
--> pppd: ��B
--> pppd: ��B
--> Disconnecting at Fri Aug 17 19:20:18 2012
--> The PPP daemon has died: A modem hung up the phone (exit code = 16) --> man pppd explains pppd error codes in more detail.
--> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
--> Auto Reconnect will be attempted in 40 seconds
我的wvdial.conf
样子是这样的:
[Dialer Defaults]
Init1 = AT + CGDCONT=1, "IP", "bredband.tre.se"
Modem Type = USB Modem
Phone = *99#
ISDN = 0
Username = *
Password = *
Modem = /dev/ttyACM0
Baud = 460800
Pin = 7702
这是lsusb
输出:
Bus 001 Device 007: ID 12d1:1505 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard
Bus 001 Device 004: ID 0bdb:1902 Ericsson Business Mobile Networks BV F3507g v2 Mobile Broadband Module
我已多次更改 wvdial.config 但没有成功,如果我将 Init1 更改为:
Init1 = ATZ
Init2 = AT + CGDCONT=1, "IP", "bredband.tre.se"
我收到一条错误消息ATZ Error Bad init string
。USB 加密狗是华为 E372 移动宽带调制解调器。它里面有一张 SIM 卡,需要 4 位 PIN 码才能连接到互联网。我在 Ubuntu 12.04 上测试过,运行正常,但我在 Backtrack 5 R3 上设置它时遇到了很大困难。
我正在使用的调制解调器的图片:
答案1
您显然想用最困难的方法来完成它。如果您想要更简单的方法,请查看 NetworkManager(您可能在 Ubuntu 12.04 中这样做过)或甚至是(3 年未维护的)umtsmon。
话虽如此,您显然正遭受一种称为“ZeroCD”的概念的困扰,其中设备首先作为 USB CD 驱动器出现,其中包含适用于 Windows 的自动安装驱动程序。
您需要将设备切换到调制解调器才能工作。有一个工具叫做USB 模式开关
但是...如果您想知道您一直在与什么对话:/dev/ttyACM0 很可能是爱立信设备。它看起来是另一个 3G 调制解调器。
您的 pppd 日志显示的信息太少,无法确定错误。请尝试debug debug debug
向 pppd 添加选项。