特殊:Badtitle/NS100:BluetoothDialup/Verizon:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
 
(未显示同一用户的4个中间版本)
第3行: 第3行:
== Verizon Bluetooth dial-up networking ==
== Verizon Bluetooth dial-up networking ==
This information complements the more generic [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] guide.
This information complements the more generic [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] guide.
This has been tested and worked on the EVDO network but not on the 1xRTT net.
===== EVDO Configuration =====
This has been tested and worked on the EVDO network but not on the 1xRTT net. (See the 1x configuration below)
This file is <code><nowiki>/etc/chatscripts/verizon</nowiki></code>:
This file is <code><nowiki>/etc/chatscripts/verizon</nowiki></code>:
<pre><nowiki>
<pre><nowiki>
第31行: 第32行:
115200
115200
</nowiki></pre>
</nowiki></pre>
This configuration has been tested and worked on the 1xRTT but not EVDO.
===== 1xRTT Configuration =====
The following configuration has been tested and worked on the 1xRTT but not EVDO.
This file is <code><nowiki>/etc/ppp/peers/1x</nowiki></code>:
This file is <code><nowiki>/etc/ppp/peers/1x</nowiki></code>:
<pre><nowiki>
<pre><nowiki>

2010年5月19日 (三) 21:44的最新版本

{{#ifexist: :BluetoothDialup/Verizon/zh | | {{#ifexist: BluetoothDialup/Verizon/zh | | {{#ifeq: {{#titleparts:BluetoothDialup/Verizon|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:BluetoothDialup/Verizon|1|-1|}} | zh | | }}

Verizon Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

EVDO Configuration

This has been tested and worked on the EVDO network but not on the 1xRTT net. (See the 1x configuration below) This file is /etc/chatscripts/verizon:

# abortstring
ABORT 'NO CARRIER' ABORT 'ERROR' ABORT 'NO DIALTONE' ABORT 'BUSY' ABORT 'NO ANSWER'
# modeminit
'' ATZ
# ispnumber
OK-AT-OKL3 ATDT#777
# ispconnect
CONNECT \d\c

The corresponding /etc/ppp/peers/verizon file looks like this (replace the XXX with your phone #):

hide-password
/dev/rfcomm0
connect "/usr/sbin/chat -v -f /etc/chatscripts/verizon"
noauth
defaultroute
usepeerdns
connect-delay 10000
user "[email protected]"
lock
lcp-echo-failure 4
lcp-echo-interval 65535

115200
1xRTT Configuration

The following configuration has been tested and worked on the 1xRTT but not EVDO. This file is /etc/ppp/peers/1x:

hide-password
/dev/rfcomm0
connect "/usr/sbin/chat -v -f /etc/chatscripts/1x"
noauth
defaultroute
usepeerdns
connect-delay 10000
user "qnc"
password "qnc"
lcp-echo-failure 4
lcp-echo-interval 65535s
115200

This file is /etc/chatscripts/1x:

# abortstring
ABORT 'NO CARRIER' ABORT 'ERROR' ABORT 'NO DIALTONE' ABORT 'BUSY' ABORT 'NO ANSWER'
# modeminit
'' AT$QCMDR=2 
# ispnumber
OK-AT-OKL3 ATDT#777
# ispconnect
CONNECT \d\c