Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21
Hi frndz... I have a Reliance Netconnect HUAWEI EC 1260USB USB modem that works on Windows but It does not work on RedHat linux. Can any one please suggest what ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Location
    Coimbatore-TN India
    Posts
    7

    Unhappy how to connect reliance Huawei EC1260 device in Redhat

    Hi frndz...

    I have a Reliance Netconnect HUAWEI EC 1260USB USB modem that

    works on Windows but It does not work on RedHat linux.

    Can any one please suggest what is to be done.

    I tried editing the wvdial.conf in /etc/wvdial.conf as

    # vi /etc/wvdial.conf

    [Modem0]
    Modem = /dev/ttyUSB0
    Baud = 115200
    SetVolume = 0
    Dial Command = ATDT
    Init1 = ATZ
    FlowControl = Hardware (CRTSCTS)
    [Dialer cdma]
    Username = 9.....
    Password = 9.......
    Phone = #777
    Stupid Mode = 1
    Inherits = Modem0

    Then I have run as #wvdial cdma


    --> WvDial: Internet dialer version 1.56 Code:
    After this it shows error message as No such file or directory

    can anyone please suggest what to do


    Thanks and regards
    Priya

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which version of RedHat are you using?
    Execute this in Terminal :
    Code:
    su -
    lsusb
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Location
    Coimbatore-TN India
    Posts
    7
    Hi friend..

    I have executed ur command .It shows a output as

    follows

    and also I am using Red hat Enterprise Edition 5
    Bus 004 Device 002: ID 12d1:140b
    Bus 004 Device 001: ID 0000:0000
    Bus 005 Device 001: ID 0000:0000
    Bus 001 Device 001: ID 0000:0000
    Bus 003 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Location
    Coimbatore-TN India
    Posts
    7

    Question reliance net connect in linux

    I am using Red hat linux 5 enterprise edition

    I have edited my wvdial.config as follows
    [Modem0]
    Modem = /dev/tty0
    Baud = 115200
    SetVolume = 0
    Dial Command = ATDT
    Init1 = ATZ
    FlowControl = Hardware (CRTSCTS)
    [Dialer cdma]
    Username =9........
    Password =9.............
    Phone = #777
    Stupid Mode = 1
    Inherits = Modem0

    I got the output as follows


    [root@localhost ~]# wvdial cdma
    --> WvDial: Internet dialer version 1.54.0
    --> Cannot get information for serial port.
    --> Initializing modem.
    --> Sending: ATZ
    --> Sending: ATQ0
    --> Re-Sending: ATZ
    --> Modem not responding.

    wat should i do ?

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Are you sure the device is on tty0?
    Can you unplug the device, then plug it back in and issue this command please.
    Code:
    tail -f /var/log/messages
    Post the results here.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Jan 2010
    Location
    Coimbatore-TN India
    Posts
    7
    Hi
    I got the output as follows for the command
    tail -f /var/log/messages


    Jan 10 23:48:13 localhost kernel: usb 4-1: new full speed USB device using uhci_hcd and address 2
    Jan 10 23:48:13 localhost kernel: usb 4-1: configuration #1 chosen from 1 choice
    Jan 10 23:48:13 localhost kernel: Initializing USB Mass Storage driver...
    Jan 10 23:48:13 localhost kernel: scsi2 : SCSI emulation for USB Mass Storage devices
    Jan 10 23:48:13 localhost kernel: usbcore: registered new driver usb-storage
    Jan 10 23:48:13 localhost kernel: USB Mass Storage support registered.
    Jan 10 23:48:18 localhost kernel: Vendor: HUAWEI Model: Mass Storage Rev: 2.31
    Jan 10 23:48:18 localhost kernel: Type: CD-ROM ANSI SCSI revision: 00
    Jan 10 23:48:18 localhost kernel: scsi 2:0:0:0: Attached scsi generic sg1 type 5
    Jan 10 23:48:19 localhost kernel: sr0: scsi-1 drive

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    I was hoping it would tell us which port it's using but I don't see it.
    Try this way
    Code:
    tail -40 /var/log/messages
    EDIT: Try the dmesg command too
    Code:
    dmesg
    Post anything you can related to the device. I think it should be on ttyUSB0
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  9. #9
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4
    Hi..
    try this..
    su
    dmesg | grep tty

    check which tty is u r getting.. i got ttyACM0

    in the wvdial.conf give the device name as /dev/ttyACM0

    *****replace ttyACM0 with ur device....*****

    after making it work you may be required to add the dns address in the /etc/resolve.conf file.
    add the following lines

    nameserver X.X.X.X

  10. #10
    Just Joined!
    Join Date
    Jan 2010
    Location
    Coimbatore-TN India
    Posts
    7
    Hi
    I have tried ur command and then i have edited

    my resolve.config and wvdial.cdma but it shows the

    following output


    root@localhost ~]# su
    [root@localhost ~]# dmesg | grep tty
    Xen virtual console successfully installed as ttyS0
    [root@localhost ~]# wvdial cdma
    --> WvDial: Internet dialer version 1.54.0
    --> Cannot get information for serial port.
    --> Initializing modem.
    --> Sending: ATZ
    --> Sending: ATQ0
    --> Re-Sending: ATZ
    --> Modem not responding.
    [root@localhost ~]#

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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