+ Reply to Thread
Results 1 to 5 of 5

Thread: Reliance usb Modem on LINUX

  1. #1
    Regulars
    Join Date
    Jul 2006
    Location
    Chennai
    Age
    19
    Posts
    372

    Default Reliance usb Modem on LINUX

    I want to change my OS to Ubuntu

    I am using reliance net connect on my zte MG 880 modem provided by them

    Is there any driver for this modem on linux

    How can i connect them in ubuntu???

  2. #2
    philosopher-in-chief gregory house's Avatar
    Join Date
    Aug 2007
    Location
    Pune
    Age
    28
    Posts
    1,893

    Default Re: Reliance usb Modem on LINUX

    Posting info from this month's LFY (with corrections and modifications):
    Plug the modem (data card?) into the usb port and do
    Code:
    dmesg | grep ttyUSB
    
    and check the name of the device the modem attaches to - ttyUSB0, whatever. Then open the /etc/wvdial.conf file in a text editor using
    Code:
    sudo gedit /etc/wvdial.conf
    
    Now add the following lines to the file
    Code:
    [Dialer Defaults]
    Modem = your_device_name
    Baud = 115200
    Set Volume = 0
    Init1 = ATZ
    Phone = #777
    Username = your_phone_number
    Password = your_phone_number
    Ask Password = 0
    Dial Command = ATDT
    Stupid Mode = 1
    Compuserve = 0
    Idle Seconds = 300
    ISDN = 0
    Auto DNS = 1
    
    Replace you_phone_number with your mobile number, and your_device_name with /dev/ttyUSB0 or /dev/ttyUSB1 or whatever name you find.
    Save the file.
    You can now dial using the
    Code:
    wvdial
    
    command.

    You can also try these tips-
    Just another Blog: How to get Reliance ZTE MG880 working with Ubuntu Linux 7.04
    Reliance USB Data Card (Huawei) on Ubuntu HowTo FreedomYug

  3. #3
    Regulars
    Join Date
    Jul 2006
    Location
    Chennai
    Age
    19
    Posts
    372

    Default Re: Reliance usb Modem on LINUX

    Thanks for Your replay

    Now if i do the above steps

    What about VOICE AND SMS
    will they also work

    Please reply soon

  4. #4
    philosopher-in-chief gregory house's Avatar
    Join Date
    Aug 2007
    Location
    Pune
    Age
    28
    Posts
    1,893

    Default Re: Reliance usb Modem on LINUX

    What do you mean when you ask if voice and sms will work? Get a ubuntu live cd and try to connect to the internet using the above info. I don't think it would take more than five minutes to do it. And that will probably clarify your doubts because I have absolutely no idea of what you are referring to.

  5. #5
    Newbie
    Join Date
    Aug 2008
    Location
    Pune
    Age
    24
    Posts
    2

    Default Tata indicom broadband modem:how tu use this with linux.??Plz help

    I am using tata indicom broadband modem with red hat linux so how would i install that modem and use the same for net..............

    plz reply
    thank you

+ Reply to Thread

Similar Threads

  1. Reliance Netconnect Broadband Plus: Compatibility with Linux?
    By dhruv311 in forum Reliance Netconnect Broadband Plus
    Replies: 4
    Last Post: June 7th, 2010, 08:15 AM
  2. Tata Photon / Reliance Netconnect on linux?
    By cancer10 in forum Broadband in India
    Replies: 10
    Last Post: April 27th, 2010, 08:08 AM
  3. Best USB modem for Linux
    By lakshmipathi in forum Broadband in India
    Replies: 0
    Last Post: July 10th, 2009, 03:29 PM
  4. Reliance Netconnect Broadband Plus on WinCE/Linux
    By varunj in forum Reliance Netconnect Broadband Plus
    Replies: 0
    Last Post: May 13th, 2009, 02:43 PM
  5. modem in linux
    By marrtinjoseph in forum BSNL Broadband
    Replies: 10
    Last Post: December 28th, 2007, 06:23 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts