BadMedicine 发表于 2003-1-21 00:31:19

KPPP配置求教:Nokia D211(WLAN/GPRS/GSM) GPRS拨号配置

新手。
系统: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

        #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

        #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!!!

        #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

        Init4 = AT+CGDCONT=,,"operatorX.com"
        Phone = *99#
        Username = USERNAME
        password = PASSWORD

#general GSM data configurations

        #selects the connection mode (Analog Circuit Switched Data)
        #<speed>, <name>, <ce>       
        Init4 = AT+CBST=0,0,1
       
#general High Speed GSM data configurations

        #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

        #selects the connection mode (ISDN)
        Init4 = AT+CBST=81

#dialup server configuration

        #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

        Area Code = 01
        Phone = 7654321
        Username = USERNAME
        Password = PASSWORD

不知在KPPP下如何配置(如何映射)已知:网络为:cmnet,username,passwd为空。
另:wvdial比KPPP如何?是否有必要装一个。

pk 发表于 2003-1-21 02:18:51

不知道你所用的是什么芯片,如果驱动不对,有可能拔号不成功。
页: [1]
查看完整版本: KPPP配置求教:Nokia D211(WLAN/GPRS/GSM) GPRS拨号配置