Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Modem problem

  1. #21
    Join Date
    Dec 2012
    Beans
    20

    Re: Modem problem

    You have to specify your device in /etc/wvdial.conf. You currently have a line saying:
    Modem = /dev/ttyACM0
    This should not be kept, since apparently your system can't find that device.
    Which device right now it is exactly, I don't know. But at least that's where it's going wrong.
    I will keep you updated when I find something.

    Update: could you try putting this as your device:
    /dev/bus/usb/002/003
    I don't know if this will work, but let me know...
    Last edited by MishaX2; December 26th, 2012 at 04:39 AM.

  2. #22
    Join Date
    May 2012
    Beans
    34

    Re: Modem problem

    Quote Originally Posted by MishaX2 View Post
    Update: could you try putting this as your device:
    /dev/bus/usb/002/003
    I don't know if this will work, but let me know...
    What do you mean exactly?
    Enter it in terminal ???
    then I enter it got this error
    HTML Code:
    /dev/bus/usb/002/003
    bash: /dev/bus/usb/002/003: No such file or directory

  3. #23
    Join Date
    May 2012
    Beans
    34

    Re: Modem problem

    Quote Originally Posted by MishaX2 View Post
    You have to specify your device in /etc/wvdial.conf. You currently have a line saying:
    This should not be kept, since apparently your system can't find that device.
    Which device right now it is exactly, I don't know. But at least that's where it's going wrong.
    I ever edit wvdial conf
    I've run this command:
    PHP Code:
    sudo gedit /etc/wvdial.conf 
    The config file is :
    PHP Code:
    [Dialer Defaults]
    Init1 ATZ
    Init2 
    ATQ0 V1 E1 S0=&C1 &D2 +FCLASS=0
    Modem Type 
    Analog Modem
    Phone = <Target Phone Number>
    ISDN 0
    Password = <Your Password>
    Username = <Your Login Name>
    Modem = /dev/ttyACM0
    Baud 
    9600 
    Edit
    HTML Code:
    Modem = /dev/ttyUSB0
    HTML Code:
    Modem = /dev/ttyUSB1
    HTML Code:
    Modem = /dev/ttyUSB2
    HTML Code:
    Modem = /dev/ttyUSB3
    HTML Code:
    Modem = /dev/ttyACM1
    HTML Code:
    Modem = /dev/ttyACM2
    etc

    but nothing works
    allways got error saying
    cannot open dev/ttyUSB0 no such file/directory
    I've another modem that work fine
    and it located in dev/ttyUSB2
    Connect it to the same port and edit wvdial.conf to dev/ttyUSB2
    still can't Detect my ZTE Modem
    Last edited by Jvdy; December 27th, 2012 at 06:56 AM.

Page 3 of 3 FirstFirst 123

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
  •