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 ...
- 01-10-2010 #1Just Joined!
- Join Date
- Jan 2010
- Location
- Coimbatore-TN India
- Posts
- 7
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
- 01-10-2010 #2
Hi and Welcome !
Which version of RedHat are you using?
Execute this in Terminal :
Post output here.Code:su - lsusb
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-10-2010 #3Just 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
- 01-10-2010 #4
Try this link.
Linux Configure Tata Indicom Photon+ Mobile BroadbandI 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.
- 01-10-2010 #5Just Joined!
- Join Date
- Jan 2010
- Location
- Coimbatore-TN India
- Posts
- 7
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 ?
- 01-10-2010 #6
Are you sure the device is on tty0?
Can you unplug the device, then plug it back in and issue this command please.
Post the results here.Code:tail -f /var/log/messages
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.
- 01-10-2010 #7Just 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
- 01-10-2010 #8
I was hoping it would tell us which port it's using but I don't see it.
Try this way
EDIT: Try the dmesg command tooCode:tail -40 /var/log/messages
Post anything you can related to the device. I think it should be on ttyUSB0Code:dmesg
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.
- 01-11-2010 #9Just 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
- 01-11-2010 #10Just 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 ~]#


Reply With Quote