從第三天開始,我花了過去 2 天和 1.5 個小時試圖弄清楚如何設定我的 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 中新增選項。