Reliance Mobile (CDMA & GSM) - Discussion Forums: Reliance Netconnect Usb Card On Linux - Howto - Reliance Mobile (CDMA & GSM) - Discussion Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Reliance Netconnect Usb Card On Linux - Howto Rate Topic: -----

#16 User is offline   vickram 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 05-March 08
  • Full Name: vickram
  • City: - Not Selected-
  • Handset: - Select Handset -

Post icon  Posted 05 March 2008 - 07:51 PM

View PostJungle Boy, on Mar 3 2007, 11:34 PM, said:

Reliance Netconnect USB card on Linux - Howto
=============================================
The following worked for me on Ubuntu amd64 but should work
for all the distros.

Execute everything as root

Check your card is recognized by the kernel

Code:
# cat /proc/bus/usb/devices

.....
.....
T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=12d1 ProdID=1001 Rev= 0.00
S: Manufacturer=Huawei Technologies
S: Product=Huawei Mobile
S: SerialNumber=HUAWEI EC3X1
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
E: Ad=8a(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=0b(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
.....
.....


Now modprobe the driver

Code:
# modprobe usbserial vendor=0x12d1 product=0x1001

Should get something like this with dmesg
Code:
# dmesg
[ 2315.412106] usbcore: registered new interface driver usbserial
[ 2315.412508] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 2315.461938] usbcore: registered new interface driver usbserial_generic
[ 2315.461945] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 2315.480382] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[ 2315.480414] pl2303 2-6:1.0: pl2303 converter detected
[ 2315.480608] usb 2-6: pl2303 converter now attached to ttyUSB0
[ 2315.480620] pl2303 2-6:1.1: pl2303 converter detected
[ 2315.480691] usb 2-6: pl2303 converter now attached to ttyUSB1

Now edit your wvdial.conf file

Code
# vi /etc/wvdial.conf

[Modem0]
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = You Phone Number Here
Password = Your Password ... usually same as your phone number
Phone = #777
Stupid Mode = 1
Inherits = Modem0

Now run wvdial

Code:
# wvdial cdma
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 230400
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Mar 3 22:55:20 2007
--> Pid of pppd: 24314
--> Using interface ppp0
--> local IP address 220.226.50.126
--> remote IP address 97.239.2.10
--> primary DNS address 202.138.103.100
--> secondary DNS address 202.138.96.2

Thats it ... you are now connected
Ensure that your internet traffic goes through your "Modem"
In Ubuntu ... this can be done @ System->Administration->Networking

Enjoy :o )

Dunno how to make this sticky ... if anyone can, please do it



hi i am new to linux and using fedora 8 and would like to use the zte mg880 on it.
when the steps are followed i get the following....

[root@localhost ~]# wvdial zte
--> 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
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Mar 5 18:20:25 2008
--> Pid of pppd: 2864
--> Using interface ppp0
--> pppd: O�[08]@O�[08]
--> pppd: O�[08]@O�[08]
--> pppd: O�[08]@O�[08]
--> local IP address 220.226.16.2
--> pppd: O�[08]@O�[08]
--> remote IP address 220.224.135.36
--> pppd: O�[08]@O�[08]
--> primary DNS address 202.138.103.100
--> pppd: O�[08]@O�[08]
--> secondary DNS address 202.138.96.2
--> pppd: O�[08]@O�[08]


it stops with tis and when i use any browser it says cannot display page.
i dont know wat error this is.
pls help me.
0

#17 User is offline   ashwin42 

  • Newbie
  • Group: Members
  • Posts: 2
  • Joined: 01-April 08
  • Full Name: Ashwin Shah
  • City: NewDelhi or Delhi
  • Handset: Not Listed

Posted 01 April 2008 - 04:13 AM

View Posthemanttalwelkar@gmail.com, on Feb 20 2008, 02:42 PM, said:

View PostJungle Boy, on Mar 3 2007, 11:34 PM, said:

Reliance Netconnect USB card on Linux - Howto
=============================================
do it



hi
thanks...
do you know how to send sms programatically through Huawei Ec325 using at commands...
I tried in Hyper Terminal of windows but sms at comands are not working...


To send a sms using a reliance (huawei) usb modem you need to give the following command in a terminal like hyperterm in windows or minicom in linux.


AT$HSMSSD=<destID>, <length>, [ack], [format]<CR>
<msg>

in simple words

AT$HSMSSD=phone-number,length-of-message,ack,format
message

e.g. if you want to send the message "hello world" to phone number "12345678" and you dont need and acknowledgement and the format is ascii the command would be

AT$HSMSSD=12345678,11,0,1<CR>
hello world

the second parameter is 11 because there are 11 characters in the message.

You can write a simple script in linux to get this working.

Here is the direct translation of the chinese text

DestID: Reception Short Message Terminal numbers, ranges from 0 to 9, *, #, the effective length of 32;
Length: short message to be sent by the length of the English, the effective length of the range of 0 to 160 words
Festival For Chinese, effective length of the range of 0 to 70 Chinese characters;
Ack: that the need for the success of short messaging confirmed. 1 is a need to recognize; 0 no need for confirmation;
The parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of the Senate
Few.
Format: that the short message encoding formats; 1 for ASCII coding; 2 encoding for UNICODE, this
Parameters for optional, and if we do not enter this parameter, using AT $ HSMSSS choice of parameters.
Msg: information specific content.


Have fun

-Ashwin

www.petroniatech.com
0

#18 User is offline   sujitkrnandi 

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 01-April 08
  • Full Name: sujit Kr Nandi
  • City: NewDelhi or Delhi
  • Handset: ZTE - MC 315

Posted 03 April 2008 - 07:49 PM

View Postvickram, on Mar 5 2008, 07:51 PM, said:

View PostJungle Boy, on Mar 3 2007, 11:34 PM, said:

Reliance Netconnect USB card on Linux - Howto
=============================================
The following worked for me on Ubuntu amd64 but should work
for all the distros.

Execute everything as root

Check your card is recognized by the kernel

Code:
# cat /proc/bus/usb/devices

.....
.....
T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=12d1 ProdID=1001 Rev= 0.00
S: Manufacturer=Huawei Technologies
S: Product=Huawei Mobile
S: SerialNumber=HUAWEI EC3X1
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
E: Ad=8a(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=0b(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
.....
.....


Now modprobe the driver

Code:
# modprobe usbserial vendor=0x12d1 product=0x1001

Should get something like this with dmesg
Code:
# dmesg
[ 2315.412106] usbcore: registered new interface driver usbserial
[ 2315.412508] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 2315.461938] usbcore: registered new interface driver usbserial_generic
[ 2315.461945] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 2315.480382] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[ 2315.480414] pl2303 2-6:1.0: pl2303 converter detected
[ 2315.480608] usb 2-6: pl2303 converter now attached to ttyUSB0
[ 2315.480620] pl2303 2-6:1.1: pl2303 converter detected
[ 2315.480691] usb 2-6: pl2303 converter now attached to ttyUSB1

Now edit your wvdial.conf file

Code
# vi /etc/wvdial.conf

[Modem0]
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = You Phone Number Here
Password = Your Password ... usually same as your phone number
Phone = #777
Stupid Mode = 1
Inherits = Modem0

Now run wvdial

Code:
# wvdial cdma
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 230400
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Mar 3 22:55:20 2007
--> Pid of pppd: 24314
--> Using interface ppp0
--> local IP address 220.226.50.126
--> remote IP address 97.239.2.10
--> primary DNS address 202.138.103.100
--> secondary DNS address 202.138.96.2

Thats it ... you are now connected
Ensure that your internet traffic goes through your "Modem"
In Ubuntu ... this can be done @ System->Administration->Networking

Enjoy :o )

Dunno how to make this sticky ... if anyone can, please do it



hi i am new to linux and using fedora 8 and would like to use the zte mg880 on it.
when the steps are followed i get the following....

[root@localhost ~]# wvdial zte
--> 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
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Mar 5 18:20:25 2008
--> Pid of pppd: 2864
--> Using interface ppp0
--> pppd: O�[08]@O�[08]
--> pppd: O�[08]@O�[08]
--> pppd: O�[08]@O�[08]
--> local IP address 220.226.16.2
--> pppd: O�[08]@O�[08]
--> remote IP address 220.224.135.36
--> pppd: O�[08]@O�[08]
--> primary DNS address 202.138.103.100
--> pppd: O�[08]@O�[08]
--> secondary DNS address 202.138.96.2
--> pppd: O�[08]@O�[08]


it stops with tis and when i use any browser it says cannot display page.
i dont know wat error this is.
pls help me.



==============================
==============================
Hello,

Myself Sujit. I am running redhat5 and the connection is fine via usb-mg880-modem as:

[root@localhost ~]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> 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
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Thu Apr 3 23:28:04 2008
--> pid of pppd: 4888
--> Using interface ppp0
--> pppd: Modem
--> pppd: Modem
--> pppd: Modem
--> local IP address 220.226.90.77
--> pppd: Modem
--> remote IP address 220.224.135.108
--> pppd: Modem
--> primary DNS address 202.138.103.100
--> pppd: Modem
--> secondary DNS address 202.138.96.2
--> pppd: Modem

BUT, when I try to open the Firefox following messages are encountered.. .......
Any idea?

+++++++++++++++++++++++++++++++++++++++++
Server not found

Firefox can't find the server at www.google.com.

* Check the address for typing errors such as
ww.example.com instead of
www.example.com

* If you are unable to load any pages, check your computer's network
connection.

* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
+++++++++++++++++++++++++++++++++++++++++++++++++++++

Plz help me ..........

-Sujit
0

#19 User is offline   sujitkrnandi 

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 01-April 08
  • Full Name: sujit Kr Nandi
  • City: NewDelhi or Delhi
  • Handset: ZTE - MC 315

Posted 03 April 2008 - 11:19 PM

I am still getting the same message in firefox browser :(

"Firefox can't find the server at www.yahoo.com"



Is there any setting I need to do ?


-Sujit
0

#20 User is offline   sujitkrnandi 

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 01-April 08
  • Full Name: sujit Kr Nandi
  • City: NewDelhi or Delhi
  • Handset: ZTE - MC 315

Posted 04 April 2008 - 10:43 PM

Just added two servers at resolv.conf and its working now.

thanks to all.
0

#21 User is offline   manickam 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 07-May 08
  • Full Name: manickam
  • City: Chennai (formerly Madras)
  • Handset: Not Listed

Post icon  Posted 07 May 2008 - 12:41 PM

View PostJungle Boy, on Mar 3 2007, 11:34 PM, said:

Reliance Netconnect USB card on Linux - Howto
=============================================
The following worked for me on Ubuntu amd64 but should work
for all the distros.

Execute everything as root

Check your card is recognized by the kernel

Code:
# cat /proc/bus/usb/devices

.....
.....
T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 1.01 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs= 1
P: Vendor=12d1 ProdID=1001 Rev= 0.00
S: Manufacturer=Huawei Technologies
S: Product=Huawei Mobile
S: SerialNumber=HUAWEI EC3X1
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms
E: Ad=8a(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=0b(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=pl2303
E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=06(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
.....
.....


Now modprobe the driver

Code:
# modprobe usbserial vendor=0x12d1 product=0x1001

Should get something like this with dmesg
Code:
# dmesg
[ 2315.412106] usbcore: registered new interface driver usbserial
[ 2315.412508] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 2315.461938] usbcore: registered new interface driver usbserial_generic
[ 2315.461945] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 2315.480382] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[ 2315.480414] pl2303 2-6:1.0: pl2303 converter detected
[ 2315.480608] usb 2-6: pl2303 converter now attached to ttyUSB0
[ 2315.480620] pl2303 2-6:1.1: pl2303 converter detected
[ 2315.480691] usb 2-6: pl2303 converter now attached to ttyUSB1

Now edit your wvdial.conf file

Code
# vi /etc/wvdial.conf

[Modem0]
Modem = /dev/ttyUSB0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = Hardware (CRTSCTS)
[Dialer cdma]
Username = You Phone Number Here
Password = Your Password ... usually same as your phone number
Phone = #777
Stupid Mode = 1
Inherits = Modem0

Now run wvdial

Code:
# wvdial cdma
--> WvDial: Internet dialer version 1.56
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT 230400
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Mar 3 22:55:20 2007
--> Pid of pppd: 24314
--> Using interface ppp0
--> local IP address 220.226.50.126
--> remote IP address 97.239.2.10
--> primary DNS address 202.138.103.100
--> secondary DNS address 202.138.96.2

Thats it ... you are now connected
Ensure that your internet traffic goes through your "Modem"
In Ubuntu ... this can be done @ System->Administration->Networking

Enjoy :o )

Dunno how to make this sticky ... if anyone can, please do it




dear sir,

my name is manickam i am using reliance wireless modem (MG880) i am new in linux framware so pls help me i am using ubuntu 7.10 but ware i want enter the code what ever you gave pls help me i am waitting for u r replay :confuse:
0

#22 User is offline   purnendu 

  • Newbie
  • Group: Members
  • Posts: 3
  • Joined: 22-May 08
  • Full Name: purnendu chatterjee
  • City: Kolkata (Calcutta)
  • Handset: Not Listed

Posted 22 May 2008 - 03:26 AM

please help me. I have a reliance net connectiom ( prepaid @ 115.2 kbps). I connect to Internet via bluetooth from my mobile (Sony Ericsson Z550i ). now I want to connect from fedora linux (v 8.0) and I can't do that, I can't setup network connection. Any body can help me what I have to do after installing the linux ?
0

#23 User is offline   betty_63ae 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 29-May 08
  • Full Name: Dhanya Sasi
  • City: - Not Telling -
  • Handset: Not Listed
  • Handset - II: - Select Handset -

Posted 30 May 2008 - 03:22 PM

Hii..
plz help me... I'm a newbie to Fedora Core 8 and I wanted to connect to the net using my Reliance NetConnect (ZTE USB Modem)...Can anyone please help me with this.....
0

#24 User is offline   Manoj Reddy 

  • Newbie
  • Group: Members
  • Posts: 7
  • Joined: 25-January 06
  • Full Name: Manoj Kumar Neelapareddy
  • City: Bangalore
  • Handset: Not a Reliance user
  • Handset - II: - Select Handset -

Post icon  Posted 05 May 2009 - 10:56 PM

Thanks Jungle_Boy.

this procedure worked for me in Ubuntu9.04 and with Huawei EC168C USB data card(Reliance Netconnect Broadband+ EVDO).
0

#25 User is offline   abhi3163 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 04-March 10
  • Full Name: Abhinav Chaturvedi
  • City: Pune
  • Handset: Nokia 3105
  • Handset - II: - Select Handset -

Posted 04 March 2010 - 01:14 PM

Hi dear,
I have redhat 5 & m tring to install reliance netconnect on it, but it's recognized as cdrom, so m able to execute, it say's that there is no modem....Posted Image
0

#26 User is offline   sumankayal.cse 

  • Newbie
  • Group: Members
  • Posts: 1
  • Joined: 22-March 10
  • Full Name: suman kayal
  • City: Kolkata (Calcutta)
  • Handset: ZTE - MG 880

Posted 22 March 2010 - 03:04 AM

how i use rconnect 1x modem(zte mg880) in fedora 11??
i already use command==# cat /proc/bus/usb/devices but igives error such-empty command(or command contains white spaces only)
0

#27 User is offline   umeshkamat 

  • Member
  • Group: Members Group
  • Posts: 86
  • Joined: 10-March 05
  • Handset: LG RD 2030

Posted 31 March 2010 - 02:43 PM

I have installed Ubuntu 9.1 on my Acer 4736z laptop. I want to connect Huwai EC1260 to this machine.

I am trying to use the procedure given in this thread. Unfortunately, I am not able to modify wvdial.conf file as it belongs to root even while I am logged in as admin user.

Can you help?

Umesh
0

#28 User is offline   konquerror 

  • Experienced Member
  • Group: Experienced Member
  • Posts: 352
  • Joined: 22-March 09
  • Full Name: Pranav
  • City: Bangalore
  • Handset: Blackberry 8330/8330m
  • Handset - II: LG RD 3500

Posted 31 March 2010 - 03:31 PM

^^^Open console and type following command to become super user:

sudo su



After that do whatever you like as super user i.e. root.
I know where the search button is!

If my post helped you, say thanks by clicking Posted Image button.
0

#29 User is offline   umeshkamat 

  • Member
  • Group: Members Group
  • Posts: 86
  • Joined: 10-March 05
  • Handset: LG RD 2030

Posted 01 April 2010 - 11:38 PM

Thanks.

I will try it out. Will this procedure also work for EC1260?
0

#30 User is offline   tanveer 

  • RIM Veteran
  • Group: RIM Guru
  • Posts: 2,103
  • Joined: 19-June 04
  • Full Name: Tanveer
  • City: NewDelhi or Delhi
  • Handset: HTC Touch Diamond
  • Handset - II: HTC Mogul (6800)

Posted 15 April 2010 - 04:01 PM

So has this procedure been useful for Broadband plus?
Posted Image
There is no patch for ignorance...
0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users