个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/BluetoothDialup/Fido}} {{Languages|UbuntuHelp:BluetoothDialup/Fido}} == Fido Bluetooth dial-up networking == This information complements the mor...)
 
 
(未显示同一用户的9个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:BluetoothDialup/Fido}}
 
{{Languages|UbuntuHelp:BluetoothDialup/Fido}}
 
== Fido Bluetooth dial-up networking ==
 
== Fido Bluetooth dial-up networking ==
 
+
This information complements the more generic [[UbuntuHelp:BluetoothDialup|BluetoothDialup]] guide.
This information complements the more generic BluetoothDialup guide.
+
 
+
 
=== Configuration files ===
 
=== Configuration files ===
 
 
The <code><nowiki>/etc/ppp/peers/FidoBluetooth</nowiki></code> files looks like this:
 
The <code><nowiki>/etc/ppp/peers/FidoBluetooth</nowiki></code> files looks like this:
 
<pre><nowiki>
 
<pre><nowiki>
第20行: 第17行:
 
password "fido"
 
password "fido"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The corresponding <code><nowiki>/etc/chatscripts/FidoGPRS</nowiki></code> is:
 
The corresponding <code><nowiki>/etc/chatscripts/FidoGPRS</nowiki></code> is:
 
<pre><nowiki>
 
<pre><nowiki>
第36行: 第32行:
 
CONNECT ""
 
CONNECT ""
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Confirmed working phones ===
 
=== Confirmed working phones ===
 
* Sony Ericsson K610a
 
* Sony Ericsson K610a
 
 
=== Links ===
 
=== Links ===
 
* [http://fido.ca/portal/en/support/internet.shtml Fido Canada Internet access FAQ]
 
* [http://fido.ca/portal/en/support/internet.shtml Fido Canada Internet access FAQ]
 +
----
 +
[[category:CategoryBluetooth]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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

Fido Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

Configuration files

The /etc/ppp/peers/FidoBluetooth files looks like this:

debug
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/FidoGPRS"
usepeerdns
/dev/rfcomm1 115200
defaultroute
crtscts
lcp-echo-failure 0
user "fido"
password "fido"

The corresponding /etc/chatscripts/FidoGPRS is:

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.fido.ca"'
OK      ATD*99***2#
CONNECT ""

Confirmed working phones

  • Sony Ericsson K610a

Links