Forumz India

Go Back   Forumz India > Internet India > 3G Evdo Gprs Edge > Reliance Evdo Gprs

Reliance Evdo Gprs Reliance gsm gprs edge service.
Reliance Broadband+ is evdo service on Reliance Mobile Cdma network.

Reply
 
Thread Tools Display Modes
Old 17-Apr-2009, 09:17 AM   #1
फॉरम इंडिया
 
Gabu's Avatar
 
Join Date: Dec 2007
Location: New Delhi
Posts: 4,267
Thanks: 820
Thanked 442 Times in 351 Posts
Gabu is on a distinguished road
Default How to use Reliance Broadband+ Netconnect with Ubuntu Linux

Open the Terminal (Application->Accessories->Terminal)

Type SU (Super User, gives administrative privilege will need it little later). Key in the password .

then,

lsusb

Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 12d1:1412 Huawei Technologies Co., Ltd.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

This thing pops Out

Note down the no just before Huawei or quallcom depending on which card you use . To my experience all cards of the same vendor will have the same id. like for Huawei itll be 12d1:1412.

next,

modprobe usbserial vendor=0xAAAA product=0xBBBB ,

Where AAAA is 12d1 and BBBB is 1412 in my case.

Then you have to edit wvdial.conf file, type,

gedit /etc/wvdial.conf

This will open wvdial.conf.

(NOTE: wvdial might not be installed , to install it .
Insert original UBUNTU CD

Go to System->Administration->software sources. add cd as a source and close . itll update itself, Then on terminal type,
sudo apt-get install wvdial .

And key in Ur password , that shall do.

NOW coming back to wvdial .conf. Copy and paste this overriding the previous setting in .

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode = 1
Modem Type = USB Modem
ISDN = 0
Phone = #777
New PPPD = yes
Modem = /dev/ttyUSB0
Username = 9310590985 (This is the no written in the back side and changes in every card).
Password = 9310590985 (This is the no written in the back side and changes in every card and is same as user name).
CBaud = 460800

Save it and exist .

Next,

Just enter terminal and sudo Wvdial
And your password to getconnected.

http://animeshmeher.wordpress.com/20...oadband-linux/
Gabu is online now   Reply With Quote
The Following 3 Users Say Thank You to Gabu For This Useful Post: coolguy010, RDBMAC, SANJAYBAFNA
Old 21-Sep-2009, 05:39 AM   #2
Newbie
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ashraf is on a distinguished road
Red face Re: How to use Reliance Broadband+ Netconnect with Ubuntu Linux

Open the Terminal (Application->Accessories->Terminal)

Type SU (Super User, gives administrative privilege will need it little later). Key in the password .

then,

lsusb

Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 12d1:1412 Huawei Technologies Co., Ltd.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

This thing pops Out

Note down the no just before Huawei or quallcom depending on which card you use . To my experience all cards of the same vendor will have the same id. like for Huawei itll be 12d1:1412.

next,

modprobe usbserial vendor=0xAAAA product=0xBBBB ,

Where AAAA is 12d1 and BBBB is 1412 in my case.
-----------------------------------------------------------------------
Dear Friend,

Thanks for your information. But for me it is not working.
I have UBUNDU 9.4 installed Laptop and TATA Photon whiz net connection.

As per your instruction I did, but I got message like this.

rroot@ashraf-laptop:~# su
root@ashraf-laptop:~# lsusb
Bus 002 Device 004: ID 04f2:b008 Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 004: ID 12d1:1411 Huawei Technologies Co., Ltd.
Bus 005 Device 002: ID 03f0:7904 Hewlett-Packard
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0718:0533 Imation Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 15d9:0a41
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

root@ashraf-laptop:~# modprobe usbserial vendor=0x12d1 product=0x1412
FATAL: Module usbserial not found.
root@ashraf-laptop:~#


Please help me,

Thanks,
Ashraf.

ashraf.vtp@gmail.com,
paashraf@yahoo.com
ashraf is offline   Reply With Quote
Old 21-Sep-2009, 05:42 AM   #3
Newbie
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ashraf is on a distinguished road
Red face Re: How to use Reliance Broadband+ Netconnect with Ubuntu Linux

Open the Terminal (Application->Accessories->Terminal)

Type SU (Super User, gives administrative privilege will need it little later). Key in the password .

then,

lsusb

Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 12d1:1412 Huawei Technologies Co., Ltd.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

This thing pops Out

Note down the no just before Huawei or quallcom depending on which card you use . To my experience all cards of the same vendor will have the same id. like for Huawei itll be 12d1:1412.

next,

modprobe usbserial vendor=0xAAAA product=0xBBBB ,

Where AAAA is 12d1 and BBBB is 1412 in my case.

-----------------------------------------------------------------------
Dear Friend,

Thanks for your information. But for me it is not working.
I have UBUNDU 9.4 installed Laptop and TATA Photon whiz net connection.

As per your instruction I did, but I got message like this.

rroot@ashraf-laptop:~# su
root@ashraf-laptop:~# lsusb
Bus 002 Device 004: ID 04f2:b008 Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 004: ID 12d1:1411 Huawei Technologies Co., Ltd.
Bus 005 Device 002: ID 03f0:7904 Hewlett-Packard
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0718:0533 Imation Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 15d9:0a41
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

root@ashraf-laptop:~# modprobe usbserial vendor=0x12d1 product=0x1412
FATAL: Module usbserial not found.
root@ashraf-laptop:~#


Please help me,

Thanks,
Ashraf.

ashraf.vtp@gmail.com,
paashraf@yahoo.com
ashraf is offline   Reply With Quote
Old 21-Sep-2009, 05:24 PM   #4
Newbie
 
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ashraf is on a distinguished road
Default Re: How to use Reliance Broadband+ Netconnect with Ubuntu Linux

Dear Friend,

I did it, thank you for your information, now my TATA Photon whiz connected.
Also below given page helped to connect my Ubundu
9.4 installed Laptop.

http://mysimpletricks.wordpress.com/...pe-ubuntu-904/

I Changed /etc/wvdial.conf

the contents so that it looks like:

[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
ISDN = 0
Username = internet
Init1 = ATZ
Password = internet
Modem = /dev/ttyUSB0
Baud = 3686400
Phone = #777
stupid mode = 1

Now My WvDial works like this.

root@ashraf-laptop:~# sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 153600
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Sep 22 03:37:08 2009
--> Pid of pppd: 5903
--> pppd: �Ǻ[08]Hк[08]
--> Using interface ppp0
--> pppd: �Ǻ[08]Hк[08]
--> pppd: �Ǻ[08]Hк[08]
--> pppd: �Ǻ[08]Hк[08]
--> pppd: �Ǻ[08]Hк[08]
--> pppd: �Ǻ[08]Hк[08]
--> local IP address 121.245.43.123
--> pppd: �Ǻ[08]Hк[08]
--> remote IP address 172.23.129.14
--> pppd: �Ǻ[08]Hк[08]
--> primary DNS address 203.197.12.30
--> pppd: �Ǻ[08]Hк[08]
--> secondary DNS address 202.54.1.18
--> pppd: �Ǻ[08]Hк[08]


Thanks,
Ashraf.

ashraf.vtp@gmail.com,
paashraf@yahoo.com
ashraf is offline   Reply With Quote
Old 31-Dec-2009, 05:01 PM   #5
Amit Baid
Guest
 
Posts: n/a
Talking Re: How to use Reliance Broadband+ Netconnect with Ubuntu Linux

You dont need do bother much with editing the configuring files etc.
Just goto System->Help and Support and search for the topic "Mobile Broadband". Follow the intstructions outlined in the help documentation. Thats it!
  Reply With Quote
Old 09-Feb-2010, 09:07 PM   #6
Unregistered
Guest
 
Posts: n/a
Default Re: How to use Reliance Broadband+ Netconnect with Ubuntu Linux

Can any one explain for MTS MBlaze?
It is not help above information.

after executing modprobe im not able to find /dev/ttyU*

-Murali
  Reply With Quote
Old 16-Mar-2010, 06:09 AM   #7
Unregistered
Guest
 
Posts: n/a
Question Re: How to use MBLAZE premium with Ubuntu Linux

hi i wna use the mblaze with ubuntu linux, but ca't install the wine software, plz give me a link of WINE for ubuntu 9.10...

plzzzzzzz...
  Reply With Quote
Reply

Tags
reliance broadband+, reliance netconnect+, reliance usb card, reliance wireless usb


Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +5.5. The time now is 07:26 PM.


© 2010 Forumz India. All rights with respected post owners. Read privacy statement for further details.
Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.