|
|
发表于 2005-2-6 00:06:45
|
显示全部楼层
只要驱动就可以,不要软件,和普通猫一样!
you have to use wvdial system in linux.. I am assuming that your Reliance mobile phone is detected as "Samsung CDMA technology by Kudzu"
So your next step is to configure wvdial..
Now creat a file in /etc named wvdial.conf with the following contents !!
Code:
[Modem0]
Modem=/dev/input/ttyS0
Baud=115200
SetVolume=0
Dial Command = ATDT
init1=ATZ
FlowControl= Hardware (CRTSCTS)
[Dialer reliance]
Username= Ph No.
Password= Ph No.
Phone=#777
Stupid Mode= 1
Inherits = Modem0
Here in above code change /dev/input/ttyS0 to your computer's com port if you are using serial cable other if you are using USB then replace that with ttyACM2 or ttyACMx here x= you USB port.
Now to dial use..
Code:
wvdial reliance
and you should be up.. if it don't work see whether you are using right ports..
我试试,没成功,希望对你有帮助!!!
如果成功告诉我! |
|