aqua26 Guru
Joined: 02 Feb 2005 Posts: 313 Location: India
|
Posted: Wed Feb 02, 2005 9:20 am Post subject: NETWORKING over LG CDMA Fixed wireless termial (Phone) |
|
|
Hi,
I just got new phone connection from a company Called TATA indicom. which uses a LG CDMA Fixed wireless terminal.with model no LSP-345.It is connected to COM1. & has a built in modem with chipset of qualcom.
According the the company's tech support no one can connect this modem except windows. It works fine in windows but when i try to connect it in Gentoo. It gives a pppd error it gets connected for few sec. & then get disconnected. there is no specific number to dial on this modem all i have to dial is ATDT#### the intializing string 1 i have to set the string ATE0V1 &
AT+CRM=1 then i get connected to the server & it gets connected. auth is based on the tel number i have. there is so called uname & password but it dosen't make any diff. coz everyone uses the same. & no one can change it.
The main problem is that when there is no activity or transfer the modem gose to sleep mode & when i send some data or request some data then it connects again. can any one tell me how to stop this sleeping of the modem.
here is a listing of my /etc/wvdial.conf
Code: |
/etc/wvdial.conf
[Dialer Defaults]
Modem = /dev/ttyS1
Baud = 115200
Init1 = AT
Init2 = ATE0V1
Init3 = AT+CRM=1
Init4 = ATS0=0
Phone = ####
Username = ********
Password = ********
Modem Type = Analog Modem
; Phone = <Target Phone Number>
; Username = <Your Login Name>
; Password = <Your Password>
ISDN = 0
|
This may be useful for some one who is using same CDMA phone. when i am dialing i have to start the speaker phone for a lil while or else wvdial can't find the modem. Hence i won't be able to connect.
|
|