HELLOOOOOO everyone........I did it
I'm now posting this from Ubuntu with my WLL connection............thanx to all guys who helped me, and a special thanx for Filled Void for finding dat LG WLL modem tutorial
But the tutorial wont work straight away for newer LG WLL fones as I have. I will list wat newbies like me has to do with LG BSNL WLL :
LG CDMA Fixed Wireless Terminal model : LST - 260B
1. Install
wvdial packages if not installed( its already installed automatically by Heron Hardy by default installation), there is no need for pppd package.
2. Plugin the USB cable to any of the USB port, the port number doesn't matter. Heron Hardy will detect ur USB modem as
/dev/ttyACM0 .
3. Now in the Terminal run command
sudo wvdialconf
This will configure details abt the modem connected and will store this at
/etc/wvdial.conf
4. But v hav to edit this wvdial.conf file to suite our needs. So edit this file with
sudo :
sudo gedit /etc/wvdial.conf
the file content should be made like this :
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = at+crm=1;at$lgpkt=3
Password = 9400
Phone = #777
Idle Seconds = 90
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Username = 4812469400
Auto Reconnect = off
*Password and User name must be like this : for example, if ur phone number is 0481-2469400. Then ur Password will be the last four digits, dat is 9400 in my example and User name will be 4812469400, dats ur full phone number.
*The initialization command for LG CDMA LST-260B is
at+crm=1;at$lgpkt=3
*Set Idle Seconds to the time u wish to disconnect net if web activity is idle for the specified time period. For instance, set the value to 1800 for 30mins.
Now save the file as needed and close it.
5. Now at command prompt, type
wvdial to connect to internet.
Wait until all this text appears in the terminal window:
jinmatt@jinmachine:~$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: at+crm=1;at$lgpkt=3
at+crm=1;at$lgpkt=3
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Waiting for prompt.
--> Don't know what to do! Starting pppd and hoping for the best.
--> Starting pppd at Sat Jul 5 09:25:30 2008
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 7442
--> Using interface ppp0
--> local IP address 10.1.0.37
--> remote IP address 10.64.64.64
--> primary DNS address 218.248.240.79
--> secondary DNS address 218.248.240.24
Now minimize the terminal window and browse through ur WLL
!!
Press Ctrl+C to disconnect.
Update:
For more updated details, see here.