When using wvdial for connecting to Internet through a Airtel gprs, with a gprs enabled mobile, if the wvdial program continuously tries connecting and fails visit the link below and follow the steps
http://linuxmonk.wordpress.com/2008/06/10/problem-when-using-wvdial/
by G.Rosarioarun
post your linux queries at http://linuxmonk.wordpress.com
About ECE Tech4U
Its a blog to quench your thirsts in the field of electronics and communication fields. The blog comprises of various wings of Electronics and Communication Engineering such as Embedded Systems, Digital Signal Processing, Communication,VLSI etc. Technology is not a static one. It grows exponentially with time. The main aim of our blog is to share our knowlege and keep ourselves updated
Sunday, July 27, 2008
Connecting to Internet through Airtel GPRS
For connecting to Internet through Airtel GPRS, Click the link below and follow the procedures
http://linuxmonk.wordpress.com/2008/06/10/connecting-to-internet-through-airtel-gprs/
by G.Rosarioarun
post your linux queries at http://linuxmonk.wordpress.com
http://linuxmonk.wordpress.com/2008/06/10/connecting-to-internet-through-airtel-gprs/
by G.Rosarioarun
post your linux queries at http://linuxmonk.wordpress.com
Wednesday, July 16, 2008
How to connect broadband in Ubuntu n Fedora
Ethernet Connection
- Connect the modem/router to the ethernet card
- Assign an IP address for the ethernet card; the router has a fixed interface address of 192.168.1.1, so you can use 192.168.1.2 for your ethernet interface.
sudo ifconfig eth0 192.168.1.2
- Add 192.168.1.1 as default gateway.
sudo route add default gw 192.168.1.1
- Enter the address of some DNS servers in /etc/resolv.conf. These DNS adresses are provided on BSNL’s instruction manual.
sudo vi /etc/resolv.conf
The entry will be of type nameserver 61.1.96.71, where the IP will be the one provided in your DataOne instruction manual.
- Access the router’s management interface via a browser by typing the address 192.168.1.1. The admin username/password is admin/admin
- Set the connection type to `PPPoE’. On my MT882 box, this comes under `WAN Settings’
- Enter your user name and password (username is of the form xyz)
- Reset the router. It will take 2-3 minutes for the box to come up again
