|
新手。
系统:Mandrake 9.0,KDE,没有Wvdial。
硬件驱动已安装无误,WLAN已可使用。
第一次配置PPP,Nokia提供了参考的wvdial配置文件如下:
#This is a sample wvdial.conf file for Nokia D211 card
#Usage examples:
#GPRS: wvdial gprs operatorX (uses gprs in operatorX's network)
#GSM data: wvdial csd dialupX
#GSM high speed data: wvdial hscsd dialupX
#GSM ISDN data: wvdial ISDN dialupY
#for more information can be found from wvdial's man page ('man wvdial')
#and AT commands' documentation
#remember to replace 'USERNAME' and 'PASSWORD' below with real ones
#some default configurations needed in every mode
[Dialer Defaults]
#modem's location(serial port)
Modem = /dev/ttyNC0
#just to check that modem is working
Init1 = ATZ
#set HW flow control (no other supported)
Init2 = AT&K3
#set parity: 8n1 odd
#Init3 = AT+ICF=3,0
Dial Command = ATDT
#must be set if pppd version is 2.3.0 or newer (check version: 'pppd --version')
New PPPD = yes
#general configurations for GPRS connections
[Dialer gprs]
#starts ppp immediately after connect (used always with GPRS!!!!)
Stupid Mode = yes
#GPRS configuration that depends on your operator
#these configurations must be provided by your operator!!!
[Dialer operator]
#GPRS access point name (operator.com)
Init4 = AT+CGDCONT=,,"operator.com"
#used phone number
Phone = *99#
#username and password
Username = USERNAME
password = PASSWORD
#another GPRS configuration
[Dialer operatorX]
Init4 = AT+CGDCONT=,,"operatorX.com"
Phone = *99#
Username = USERNAME
password = PASSWORD
#general GSM data configurations
[Dialer csd]
#selects the connection mode (Analog Circuit Switched Data)
#<speed>, <name>, <ce>
Init4 = AT+CBST=0,0,1
#general High Speed GSM data configurations
[Dialer hscsd]
#selects the connection mode (High Speed Circuit Switched Data)
#<speed>, <name>, <ce>
Init4 = AT+CBST=14,0,1
#special HSCSD configuration
Init5 = AT+CHSN=0,0,0,0
#general ISDN GSM data configurations
[Dialer ISDN]
#selects the connection mode (ISDN)
Init4 = AT+CBST=81
#dialup server configuration
[Dialer dialupX]
#Stupid Mode might have to be set to "yes", depends on the dialup server
#uncomment the following if needed
#Stupid Mode = yes
#phone number area code
Area Code = 01
#phone number (without the area code, which is set above)
Phone = 1234567
#usename and password
Username = USERNAME
Password = PASSWORD
#another dialup server configuration
[Dialer dialupY]
Area Code = 01
Phone = 7654321
Username = USERNAME
Password = PASSWORD
不知在KPPP下如何配置(如何映射)已知:网络为:cmnet,username,passwd为空。
另:wvdial比KPPP如何?是否有必要装一个。 |
|