个人工具

“UbuntuHelp:3GInternet”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/3GInternet}} {{Languages|UbuntuHelp:3GInternet}} <<Include(Tag/ContentCleanup)>> <<Include(Tag/StyleCleanup)>> <<Include(Tag/NeedsExpansion)>> The...)
 
 
第6行: 第6行:
 
These are the parameters needed to get internet access via a 3G capable telephone.  I'm using wvdial + gnome-ppp.  My telephone is a Samsung z230
 
These are the parameters needed to get internet access via a 3G capable telephone.  I'm using wvdial + gnome-ppp.  My telephone is a Samsung z230
 
'''#/etc/ppp/peers/wvdial'''
 
'''#/etc/ppp/peers/wvdial'''
 +
<pre><nowiki>
 
noauth
 
noauth
 
debug
 
debug
第11行: 第12行:
 
noipdefault  
 
noipdefault  
 
usepeerdns
 
usepeerdns
 +
</nowiki></pre>
 
'''#/etc/wvdial.conf'''
 
'''#/etc/wvdial.conf'''
 +
<pre><nowiki>
 
[Dialer Defaults]
 
[Dialer Defaults]
 
Init1 = ATZ
 
Init1 = ATZ
第33行: 第36行:
 
DialMessage2 =
 
DialMessage2 =
 
Auto DNS = 1
 
Auto DNS = 1
 +
</nowiki></pre>
 
'''# use sudo gnome-ppp for the connection'''
 
'''# use sudo gnome-ppp for the connection'''
 
orange
 
orange
第42行: 第46行:
 
'''Make sure that firefox is not working Offline (hors connexion) if you are unable to connect but can ping'''
 
'''Make sure that firefox is not working Offline (hors connexion) if you are unable to connect but can ping'''
 
----
 
----
[[category:CategoryNetworking]]
+
[[category:CategoryNetworking]] [[category:CategoryInternet]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月14日 (四) 14:28的最新版本

<<Include(Tag/ContentCleanup)>> <<Include(Tag/StyleCleanup)>> <<Include(Tag/NeedsExpansion)>> These are the parameters needed to get internet access via a 3G capable telephone. I'm using wvdial + gnome-ppp. My telephone is a Samsung z230 #/etc/ppp/peers/wvdial

noauth
debug
defaultroute
noipdefault 
usepeerdns

#/etc/wvdial.conf

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","orange"
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99***1#
Username = orange
Password = orange
Stupid Mode = 1
Ask Password = 0
Dial Command = ATDT
Compuserve = 0
Force Address =
Idle Seconds = 3000
DialMessage1 =
DialMessage2 =
Auto DNS = 1

# use sudo gnome-ppp for the connection orange OOOO chaines d'initalisation init2 ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 init3 AT+CGDCONT=1,"IP","orange.fr" /dev/ttyACM(0:1) Make sure that firefox is not working Offline (hors connexion) if you are unable to connect but can ping