On Sat, Jun 10, 2006 at 02:21:14AM -0400, िऩऩाद wrote: > Hi > > I have taken a FWP of Tata Indicom(LG-LSP350T). I got a usb data cable and > I have installed FC4. How do i find out whether the modem is detected and > how do i connect to the internet > Hi.
Create or edit the file wvdial.conf and copy the text below into it. [Modem0] Modem= /dev/ttyACM0 Baud= 115200 SetVolume= 0 DialCommand=ATDT Init=ATZ Init2=AT+CRM=1;$LGPKT=3 Dial Command = ATDT Init1 = ATZ Init3 = ATM0 FlowControl= Hardware(CRTSCTS) [Dialer Tata] Username = your_username Password = your_password Phone = Your_isp_dialup_number (#777 for reliance) Stupid Mode = 1 Inherits = Modem0 Save this file in the /etc directory. To connect, use the command 'wvdial tata' in the terminal. After you finish surfing click Control+c and it will kill the process. To know if your os has detected the modem, before plugging it in the usb port, run the command 'tail -f /var/log/messages'. Then plug in the modem and read the latest message that comes up. Regards, Rony. Send instant messages to your online friends http://uk.messenger.yahoo.com -- http://mm.glug-bom.org/mailman/listinfo/linuxers

