|
tata photon plus
hii Jerome u said ur new to linux so as I.
there is a installation guide available in tataindicom website
or u can use the code
Steps.
1. Connect / Plug your photon+ to the system and wait till it gets ditected.
2. Open a terminal, run a command "dmesg" and check it is showing the modem name as HUAWEI.
3. Run another command "sudo wvdial" and its will create a config file in /etc/wvdial.conf, something like shown below.
(if u dont have wvdial, you can download it from open.alumnit.ca)
by running "cat /etc/wvdial.conf"
or you can edit it using the commadn "vi /etc/wvdial.conf"
#
[Dialer Defaults]
Modem = /dev/modem
Baud = 115200
Modem Type = Analog Modem
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
[Dialer info]
Init9 = AT&V
[Dialer photon+]
modem=ur modem model
baud=115200
dial command=atdt
baud=115200
dial command=atdt
init1=atz
init 2=at+crm=1
flow control=hardware
username=internet
password=internet
phone=#777
stupid mode=1
#
then run wvdial in terminal it will detect the modem
goto the network connection and add new vpn connection its "tata photon plus written there" juct connect it and it will be done
|