LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-14-2009, 10:47 AM   #1
jeromemail
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
Post How to Configure TATA Photon Plus


Hi
I am Jerome new to linux.
i have installed mandriva spring 2009 in my laptop HP Compaq CQ60..
I am using net connection from Tata Photon plus using the modem ZTE AC8710
Kindly help me to configure net connection..
Please provide me detailed steps as i am new to linux..

with regards
R.Jerome
 
Old 11-15-2009, 07:27 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Hi,

You can use wvdial or kppp
Take a look at
http://www.linuxquestions.org/questi...ac8710-732475/

Last edited by repo; 11-15-2009 at 07:43 AM.
 
Old 06-01-2011, 12:28 PM   #3
anil.pediredla
LQ Newbie
 
Registered: May 2011
Posts: 1

Rep: Reputation: Disabled
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
 
Old 04-04-2012, 01:03 PM   #4
jdev005
LQ Newbie
 
Registered: Apr 2012
Posts: 2

Rep: Reputation: Disabled
Smile a easier way to install tata photon +

ive mentions the details to install tata photon+ in the blog in the next comment[COLOR="Silver"]

<moderated>

Last edited by colucix; 04-04-2012 at 02:11 PM. Reason: Driving traffic to your own blog is not allowed at LQ.
 
Old 04-04-2012, 01:49 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,321

Rep: Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089
Quote:
Originally Posted by jdev005 View Post
ive mentions the details to install tata photon+ in the blog in the next comment
Don't post things to just advertise your personal blog, and don't reopen old threads that have already BEEN answered.

And adding to that...your 'blog' post is incomplete and inaccurate, and doesn't mention anything about usb_modeswitch, which is what is needed to see the device AS A MODEM to start with. Once it's 'switched' to a modem device, ANY Linux PPP dialer will be able to pick it up and configure it.

Last edited by TB0ne; 04-04-2012 at 01:51 PM.
 
Old 04-04-2012, 02:12 PM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
@jdev005: the forum rules do not permit advertising. Please visit http://www.linuxquestions.org/advertising/ for more information on advertising. Feel free to contact the forum admin if you have any questions about this policy.
 
Old 04-05-2012, 01:06 AM   #7
jdev005
LQ Newbie
 
Registered: Apr 2012
Posts: 2

Rep: Reputation: Disabled
sorry i was just trying to help

the method i had posted was a much simpler way to install it

cause i had come here when i was facing this problem

and the posts above dint help much

sorry again !!
 
Old 04-05-2012, 09:05 AM   #8
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
No problem. You can always share your knowledge by posting details here!
 
Old 04-05-2012, 10:19 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,321

Rep: Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089Reputation: 8089
Quote:
Originally Posted by jdev005 View Post
sorry i was just trying to help
the method i had posted was a much simpler way to install it cause i had come here when i was facing this problem and the posts above dint help much
sorry again !!
Always glad to have new ways of doing things, but your blog post leaves out a good bit. Why don't you just post it here, and put in all the steps you followed? Remember; whey you say "copy a file"...some folks won't know how to do that, so be sure to fill in those blanks.

And I'm not sure about 'simpler'; typing in "usb_modeswitch", then configuring a connection with whatever dialer/network manager you wish seems pretty simple. That can even be automated in a script, which will perform the usb_modeswitch, then dial your connection for you.

Last edited by TB0ne; 04-05-2012 at 10:21 AM.
 
Old 05-08-2012, 08:01 AM   #10
mukesh.singh92
LQ Newbie
 
Registered: May 2012
Posts: 1

Rep: Reputation: Disabled
Its not working for me.

I have the photon + connected, it shows mounted. When I try wvdial, it connects fine and IPs are assigned.Ping to this IP is working. PIng to url is also working fine... I have already set the nameserver in resolv.conf.

But unable to browse in Mozilla.

Members, please suggest !!

Last edited by mukesh.singh92; 05-08-2012 at 08:44 AM. Reason: Ping to URL address is now working, browsing still not working
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring TATA Photon Plus in Mandriva 2009 Spring jeromemail Linux - Software 0 11-14-2009 03:27 AM
corrupted X gets allright when Photon Plus pendrive inserted! adityavpratap Ubuntu 2 10-01-2009 06:58 AM
How to install tata modem in RHEL 4 amancbe Red Hat 2 06-27-2007 02:48 AM
How to configure LG CDMA Tata indicom phone in Fedora core 4 Linux ayyub_amu Linux - Hardware 1 10-13-2006 05:24 PM
Photon for Linux? daihard Linux - Software 3 12-14-2004 10:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration