个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
第16行: 第16行:
 
CONNECT ""
 
CONNECT ""
 
</nowiki></pre>
 
</nowiki></pre>
no username/pass, <code><nowiki>/etc/ppp/peers/BluetoothDialup</nowiki></code> file content in accordance with the main BluetoothDialup article.
+
no username/pass, <code><nowiki>/etc/ppp/peers/BluetoothDialup</nowiki></code> file content in accordance with the main [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] article.
 
Tested on Nokia E51. If it's not working on your phone you may try changing <code><nowiki>AT+CGDCONT=2</nowiki></code> to <code><nowiki>AT+CGDCONT=1</nowiki></code>
 
Tested on Nokia E51. If it's not working on your phone you may try changing <code><nowiki>AT+CGDCONT=2</nowiki></code> to <code><nowiki>AT+CGDCONT=1</nowiki></code>
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

content of /etc/chatscripts/BluetoothDialup :

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=2,"IP","internet"'
OK      ATD*99#
CONNECT ""

no username/pass, /etc/ppp/peers/BluetoothDialup file content in accordance with the main BluetoothDialup article. Tested on Nokia E51. If it's not working on your phone you may try changing AT+CGDCONT=2 to AT+CGDCONT=1