个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的6个中间版本)
第3行: 第3行:
 
== T Mobile Bluetooth dial-up networking ==
 
== T Mobile Bluetooth dial-up networking ==
 
This information complements the more generic [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] guide.
 
This information complements the more generic [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] guide.
The <pre><nowiki>/etc/chatscripts/BluetoothDialup</nowiki></pre> file for the cheaper T-Zones (T-MobileWeb) data plan:
+
The <code><nowiki>/etc/chatscripts/BluetoothDialup</nowiki></code> file for the cheaper T-Zones (T-MobileWeb) data plan:
 
<pre><nowiki>
 
<pre><nowiki>
 
TIMEOUT 35
 
TIMEOUT 35
第18行: 第18行:
 
CONNECT ""
 
CONNECT ""
 
</nowiki></pre>
 
</nowiki></pre>
This is the <pre><nowiki>/etc/chatscripts/BluetoothDialup</nowiki></pre> file for the full service plans:
+
This is the <code><nowiki>/etc/chatscripts/BluetoothDialup</nowiki></code> file for the full service plans:
 
<pre><nowiki>
 
<pre><nowiki>
 
TIMEOUT 35
 
TIMEOUT 35
第34行: 第34行:
 
</nowiki></pre>
 
</nowiki></pre>
 
Note: T-Mobile seems to have made changes to their connection settings during the end of 2006. If for some reason the above isn't working in your area, you can try replacing AT+CGDCONT=1 with AT+CGDCONT=2 above. Also, the data-profile-number might be 2.
 
Note: T-Mobile seems to have made changes to their connection settings during the end of 2006. If for some reason the above isn't working in your area, you can try replacing AT+CGDCONT=1 with AT+CGDCONT=2 above. Also, the data-profile-number might be 2.
 +
Note2: if you connect but you go to a website and it says
 +
HTTP ERROR: $CODE$
 +
$MESSAGE$
 +
RequestURI=/
 +
than you have to change your proxy settings in firefox to HTTP Proxy: 216.155.165.50 Port: 8080
 +
----
 +
[[category:CategoryBluetooth]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

T Mobile Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide. The /etc/chatscripts/BluetoothDialup file for the cheaper T-Zones (T-MobileWeb) data plan:

TIMEOUT	35
ECHO	ON
ABORT	'\nBUSY\r'
ABORT	'\nERROR\r'
ABORT	'\nNO ANSWER\r'
ABORT	'\nNO CARRIER\r'
ABORT	'\nNO DIALTONE\r'
ABORT	'\nRINGING\r\n\r\nRINGING\r'
''	\rAT
OK	'AT+CGDCONT=1,"IP","wap.voicestream.com"'
OK	ATD*99#
CONNECT ""

This is the /etc/chatscripts/BluetoothDialup file for the full service plans:

TIMEOUT	35
ECHO	ON
ABORT	'\nBUSY\r'
ABORT	'\nERROR\r'
ABORT	'\nNO ANSWER\r'
ABORT	'\nNO CARRIER\r'
ABORT	'\nNO DIALTONE\r'
ABORT	'\nRINGING\r\n\r\nRINGING\r'
''	\rAT
OK	'AT+CGDCONT=1,"IP","internet3.voicestream.com"'
OK	ATD*99#
CONNECT ""

Note: T-Mobile seems to have made changes to their connection settings during the end of 2006. If for some reason the above isn't working in your area, you can try replacing AT+CGDCONT=1 with AT+CGDCONT=2 above. Also, the data-profile-number might be 2. Note2: if you connect but you go to a website and it says HTTP ERROR: $CODE$ $MESSAGE$ RequestURI=/ than you have to change your proxy settings in firefox to HTTP Proxy: 216.155.165.50 Port: 8080