I am running Debian testing/unstable on a IBM 390X laptop. I have a Tata LG LSP-345 fixed wireless phone. I have procured the (serial port) data cable from Tata Indicom directly because I was having intermittent problems using a cable from lamington road.
I googled and found this link:
http://btbytes.com/2004/11/tata-indicom-linux-lg-lsp345.html
I copied the wvdial.conf to my machine. It worked for some days but then suddenly stopped working. This is what I get:
root@bryonia:~# wvdial tata --> WvDial: Internet dialer version 1.54.0 --> Initializing modem. --> Sending: ATZ --> Sending: ATQ0 --> Re-Sending: ATZ --> Modem not responding. root@bryonia:~#
Need I add that I can get online frm winduhs pretty effortlessly. Tata ofcourse provides no support for linux.
I have this in my wvdial.conf:
--------------- [Modem0] Modem = /dev/ttyS0 Baud = 115200 SetVolume = 0 Dial Command = ATDT init1 = ATZ init2 = AT+CRM=1 FlowControl = Hardware (CRTSCTS) [Dialer tata] Username = internet Password = internet Phone = #777 Stupid Mode = 1 Inherits = Modem0 ---------------
I have tried removnig the spaces before and after the = signs with no effect.
If its any help:
root@bryonia:~# setserial /dev/ttyS0 /dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4
For what it's worth, I can't get online w/ FC2 either.
please help.
thanks,
Sharukh.
Sometime Today, DSKRP cobbled together some glyphs to say:
--> Re-Sending: ATZ --> Modem not responding.
this suggests that the modem prolly isn't on that port.
[Modem0] Modem = /dev/ttyS0
Try changing to /dev/ttyS1 and see what happens.
do you by any chance have your bios set to deal with a plug and play OS and have COM port resources set to Auto?
I've noticed this before. The resources of the COM ports change automatically at startup time. Specify static IRQ, and IO ports for your COM ports and they should work.
On Fri, 10 Jun 2005, Philip Tellis wrote:
Sometime Today, DSKRP cobbled together some glyphs to say:
--> Re-Sending: ATZ --> Modem not responding.
this suggests that the modem prolly isn't on that port.
It *is* on ttyS0. changing it to ttyS1 gave some I/O errors.
[Modem0] Modem = /dev/ttyS0
Try changing to /dev/ttyS1 and see what happens.
do you by any chance have your bios set to deal with a plug and play OS and have COM port resources set to Auto?
I've noticed this before. The resources of the COM ports change automatically at startup time. Specify static IRQ, and IO ports for your COM ports and they should work.
I remember I had been trying (completely unsuccessfully) to run gnokii with my shiny brand new phone over the IR port and a howto had suggested I fiddle iwth the irq's in the bios. I just undid the changes and viola ! :).
thanks for the tip.
regards,
Sharukh.