QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 918|回复: 1

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

[复制链接]
发表于 2003-1-21 00:31:19 | 显示全部楼层 |阅读模式
新手。
系统: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如何?是否有必要装一个。
发表于 2003-1-21 02:18:51 | 显示全部楼层
不知道你所用的是什么芯片,如果驱动不对,有可能拔号不成功。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 17:48 , Processed in 0.042504 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表