nTelos CDU 680 connect problems

Discussion in 'Networking' started by BeardedElbow, Jan 9, 2009.

  1. BeardedElbow

    BeardedElbow

    Joined:
    Jan 4, 2009
    Messages:
    1
    Likes Received:
    0
    Currently I have installed Fedora 10 on my aspire one and on both linpus and fedora I have experienced this problem. When I plug in the usb cdu 680 I cant connect to the internet. when I type sudo ./connect from terminal I get this:

    [Brandon@localhost Linux]$ sudo ./connect
    [sudo] password for Brandon:
    680d interface changer-1.0.1
    --> CDU680DORA Linux Connection generic\n
    Modem Port Scan<*1>: S0 S1 S2 S3
    WvModem<*1>: Cannot get information for serial port.
    ttyACM0<*1>: ATQ0 V1 E1 -- OK
    ttyACM0<*1>: ATQ0 V1 E1 Z -- OK
    ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK
    ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
    ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
    ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
    ttyACM0<*1>: Modem Identifier: ATI -- MANUFACTURER: C-MOTECH Co., Ltd.
    ttyACM0<*1>: Speed 4800: AT -- OK
    ttyACM0<*1>: Speed 9600: AT -- OK
    ttyACM0<*1>: Speed 19200: AT -- OK
    ttyACM0<*1>: Speed 38400: AT -- OK
    ttyACM0<*1>: Speed 57600: AT -- OK
    ttyACM0<*1>: Speed 115200: AT -- OK
    ttyACM0<*1>: Speed 230400: AT -- OK
    ttyACM0<*1>: Speed 460800: AT -- OK
    ttyACM0<*1>: Max speed is 460800; that should be safe.
    ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
    cdu680config<Warn>: Can't open 'cdu680config' for reading: No such file or directory
    cdu680config<Warn>: ...starting with blank configuration.
    ttyACM0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
    --> Dialing...\n
    --> 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.
    --> Configuration does not specify a valid login name.
    --> Configuration does not specify a valid password.



    I have followed these steps so far (or maybe I dont fully understand where I should type in my login name and password.):

    Copy the Linux Folder from your device to your Desktop
    Open terminal
    cd to Desktop/Linux
    Run "sudo ./connect"
    Enter root password
    Device will switch to modem mode and attempt to connect.

    Press Ctrl-C twice to disconnnect

    FOR SIP only (QCMIP=0) Carriers (US nTelos)
    SIP carrier case, you may need to modify following part at ¡°execute.sh¡± file.
    Please replace Username and Password with your Service providers (SIP User ID and Password)
    "Phone = #777\nUsername = broadband\nPassword = broadband" >> cdu680config

    Username= broadband -> see followings
    Password= broadband -> see followings

    nTelos CDU680:
    Login: [email protected] (ex. [email protected])
    Password: ESN (Hex Upper case) (ex. 3BXXXXXX)


    (editing)
    here is whats in the execute.sh file

    echo "--> CDU680DORA Linux Connection generic\n"
    rm -rf cdu680config wvdialconf_log
    wvdialconf cdu680config > wvdialconf_log
    echo "Carrier Check= no\nStupid Mode= yes" >> cdu680config
    echo "Phone = #777\nUsername = broadband\nPassword = broadband" >> cdu680config
    rm -rf wvdialconf_log
    echo "--> Dialing...\n"
    wvdial --config cdu680config

    Where did I go wrong or what should I do right?
     
    BeardedElbow, Jan 9, 2009
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.