Page 24 of 40 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 398

Thread: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

  1. #231
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

    Arrow Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    I have not been able to replicate the problem but it definitely looks like its Network Manager problem not a Evdo card issue so i suggest to look in the threads regarding additional configurations in Network Manager itself.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  2. #232
    Join Date
    Jun 2008
    Location
    NC
    Beans
    8
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    I'm not sure what the problem is. Somehow my computer was looking for a connection through my ethernet card instead of my um150. I've kept messing with it and everything seems to be working for now except my weather report applet. Going to System > Administration > Network and setting my wired connection config to "automatic config (dhcp)" seemed to fix my problem with Firefox making me uncheck "work offline" every time.
    Last edited by eric9477; June 18th, 2008 at 04:31 PM.

  3. #233
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

    Arrow Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    One more thing coming of the top of my head is to restore /etc/network/interfaces file to original cofigs as network manager does not know how to handle interfaces configured by other software.
    To do so type :
    Code:
    sudo gedit /etc/network/interfaces
    and make sure that all it is in that file is the following :
    Code:
    auto lo
    iface lo inet loopback
    and uncomment everything else.

    Hope this helps.
    Last edited by Mach1US; June 19th, 2008 at 01:14 AM.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  4. #234
    Join Date
    Jun 2008
    Location
    NC
    Beans
    8
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    Quote Originally Posted by Mach1US View Post
    One more thing coming of the top of my head is to restore /etc/network/interfaces file to original cofigs as network manager does not know how to handle interfaces configured by other software.
    To do so type :
    Code:
    sudo gedit /etc/network/interfaces
    and make sure that all it is in that file is the following :
    Code:
    auto lo
    iface lo inet loopback
    and uncomment everything else.

    Hope this helps.
    Well, I spoke too soon. The changes I made earlier didn't stay after a complete shutdown/restart (I had only rebooted before and they had stayed put then). I checked the network interfaces file and everything looked fine. Thanks for the suggestions!

  5. #235
    Join Date
    Feb 2007
    Beans
    60

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    I am getting disconnected after a very short time.

    Verizon Wireless + PC5740 + Hardy

    sudo wvdialconf
    sudo gedit /etc/wvdial.conf

    Code:
    [Dialer Defaults]
    Stupid Mode = on
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = Analog Modem
    Baud = 9600
    New PPPD = yes
    Modem = /dev/ttyUSB3
    ISDN = 0
    Phone = #777
    Password = 123
    Username = 6661114444@vzw3g.com
    Carrier Check = no
    Auto Reconnect = on
    lcp-echo-interval = 0
    wvdial
    Result
    Code:
    --> Connect time 2.5 minutes.
    --> Disconnecting at Fri Jun 20 15:44:09 2008
    --> The PPP daemon has died: Lack of LCP echo responses (exit code = 15)
    --> man pppd explains pppd error codes in more detail.
    --> I guess that's it for now, exiting
    --> Provider is overloaded(often the case) or line problem.
    --> The PPP daemon has died. (exit code = 15)
    No problems in Windows (dual boot). What am I missing?

  6. #236
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

    Arrow Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    Quote Originally Posted by MrDetermination View Post
    I am getting disconnected after a very short time.

    Verizon Wireless + PC5740 + Hardy

    ..... What am I missing?
    Wvdial was originally developed for dial-up connections such as ISDN and supports a feature called echo checking which most of the time isn't supported by cell providers ( Verizon doesn't support it for sure ) so it should be turn off to make a connection "always active" .

    To do so Open terminal and type:
    Code:

    Code:
    sudo gedit /etc/ppp/peers/wvdial
    And insert additionally those lines:
    Code:

    Code:
    lcp-echo-failure 0
    lcp-echo-interval 0
    Restart the connection and you should be on unless you lose the signal or your provider kicks you out .
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  7. #237
    Join Date
    Feb 2007
    Beans
    60

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    Mach1US is my hero.

  8. #238
    Join Date
    May 2008
    Beans
    22

    Thumbs down Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    if anyones interested GPPP IS ALL YOU NEED LOOK HEIR
    http://ubuntuforums.org/showthread.p...ghlight=1xevdo
    Tested with gnome ubuntu 8.04

  9. #239
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    Thanks for additional info , it got me interested but as i tried it without blacklisting the dmesg give me two identifiers.
    What is the method you have chose to isolate correct dev ?
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

  10. #240
    Join Date
    Jul 2006
    Location
    Connecticut US
    Beans
    267
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [SOLVED] HowTo set up EVDO card or usb enabled phone(CDMA)

    Just got this short and simple method on the evdo setup , haven't tested it yet on new install but if this is as simple as it appears it may be the easiest way to get EVDO cards working.

    Citing directly from the post
    Code:
    1) open terminal and type sudo wvdialconf
    2) in terminal type sudo gedit /etc/wvdial.conf
    3) after Init1 make it say ATX0.
    username is INSERTPHONE#HERE@alltel.net
    password is alltel
    
    save and close
    4) in terminal type wvdial
    
    you should be on the internet now.
     make sure to uncheck work offline under file in the browser.
    .
    Originally posted slick8199
    Last edited by Mach1US; July 15th, 2008 at 01:31 PM.
    Dell power edge 710 64bit - Dual 6 Core Xeons -64Gig ram:64bit-10.04-LTSLatitude E6400, Intel chipset, intel integrated graphics , Iw-3945ABG-Pro-miniPCI , UM150 EVDO , Orinoco-Gold-Pcmci , 14.1-WXGA+ ,10.04-64bit.Gnome

Page 24 of 40 FirstFirst ... 14222324252634 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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