个人工具

“UbuntuHelp:BluetoothDialup/Verizon”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/BluetoothDialup/Verizon}} {{Languages|UbuntuHelp:BluetoothDialup/Verizon}} == Verizon Bluetooth dial-up networking == This information complement...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:BluetoothDialup/Verizon}}
 
{{Languages|UbuntuHelp:BluetoothDialup/Verizon}}
 
== Verizon Bluetooth dial-up networking ==
 
== Verizon Bluetooth dial-up networking ==
 
 
This information complements the more generic BluetoothDialup guide.
 
This information complements the more generic BluetoothDialup guide.
 
 
This has been tested and worked on the EVDO network but not on the 1xRTT net.
 
This has been tested and worked on the EVDO network but not on the 1xRTT net.
 
 
This file is <code><nowiki>/etc/chatscripts/verizon</nowiki></code>:
 
This file is <code><nowiki>/etc/chatscripts/verizon</nowiki></code>:
 
<pre><nowiki>
 
<pre><nowiki>
第18行: 第15行:
 
CONNECT \d\c
 
CONNECT \d\c
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The corresponding <code><nowiki>/etc/ppp/peers/verizon</nowiki></code> file looks like this (replace the XXX with your phone #):
 
The corresponding <code><nowiki>/etc/ppp/peers/verizon</nowiki></code> file looks like this (replace the XXX with your phone #):
 
<pre><nowiki>
 
<pre><nowiki>
第32行: 第28行:
 
lcp-echo-failure 4
 
lcp-echo-failure 4
 
lcp-echo-interval 65535
 
lcp-echo-interval 65535
 
 
115200
 
115200
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This configuration has been tested and worked on the 1xRTT but not EVDO.
 
This 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>
第53行: 第46行:
 
115200
 
115200
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This file is <code><nowiki>/etc/chatscripts/1x</nowiki></code>:
 
This file is <code><nowiki>/etc/chatscripts/1x</nowiki></code>:
 
<pre><nowiki>
 
<pre><nowiki>

2007年11月30日 (五) 16:19的版本

Verizon Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide. This has been tested and worked on the EVDO network but not on the 1xRTT net. 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 "XXX-XXX-XXXX@vzw3g.com"
lock
lcp-echo-failure 4
lcp-echo-interval 65535
115200

This 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