How to connect, install and configure TATA Photon in Linux
This post explains how to connect your Tata photon dongle to a Redhat Linux system. It works on other Redhat distributions like Fedora, CentOS too. The procedure is explained in step by steps below. 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 = /dev/modem Baud = 115200 Modem Type = Analog Modem Init1 = ATZ Init2 = ATQ0 V1 E...