Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-12-2006, 09:57 AM   #1 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Default Page not opening.


Good morning Digit expert,i succesfully connect my internet conection through usb(tata indicom),but i open mozilla nd type url nd thern press enter but page not opening.all detail i'm sending .please help me brother.many many thanX 4 my help .
1st my webpage screenshot:-http://img296.imageshack.us/img296/2...eenshotck6.png
2nd my wvdial.conf details:-
Quote:
[Dialer Defaults]
Modem Type = USB Modem
Phone = #777
Dial Command = ATDT
Init1 = ATZ
Init2 = AT+CRM=1
FlowControl= Hardware (CRTSCTS)
Username = internet
Password = internet
Modem = /dev/ttyACM0
Stupid Mode = 1
Baud = 115200
3rd type wvdial.conf in terminal nd show msg:-
Quote:
[root@localhost ~]# wvdial
--> WvDial: Internet dialer version 1.54.0
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
OK
--> Sending: AT+CRM=1
AT+CRM=1
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Sat Dec 9 07:29:09 2006
--> pid of pppd: 3284
--> Using interface ppp0
--> pppd: t
--> pppd: t
--> pppd: t
--> pppd: t
--> local IP address 59.161.66.40
--> pppd: t
--> remote IP address 172.23.136.38
--> pppd: t
--> primary DNS address 202.54.15.30
--> pppd: t
--> secondary DNS address 202.54.1.30
--> pppd: t
bcoz all details sending reason may be any problem my setting.
please help me brother.
__________
Help me brother.

Last edited by LEARNER_LEARNER; 09-12-2006 at 09:57 AM. Reason: Automerged Doublepost
LEARNER_LEARNER is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-12-2006, 10:16 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post hmm..

wvdial shows that u r connected.now the network may not be configured correctly.do try below cmd:
Code:
~#route del default
~#route add default ppp0
after committing wvdial.
then try :
Code:
~#ping google.com
also post
Code:
~#/sbin/ifconfig
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 09-12-2006 at 10:31 AM.
praka123 is offline  
Old 09-12-2006, 11:07 AM   #3 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Question Re: Page not opening.

thanX 4 reply prakash but my problem not solved.
1st :-type in terminal "route del default" no msg.
2nd :-type in terminal "route add default ppp0" no msg.
3rd :-type in terminal "ping google.com" saying "unknown host google.com"

help me prakash
LEARNER_LEARNER is offline  
Old 09-12-2006, 11:18 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: Page not opening.

depending on ur distro,u need to run it as either root or use sudo,for eg:in ubuntu use sudo route add de..
and in fedora open a terminal and type in dollar prompt :
Code:
~$su
and give root password and enter.then run those,

read more about using terminal hereL:
http://www.brunolinux.com/
http://www.chongluo.com/books/rute/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 09-12-2006, 11:44 AM   #5 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Default Re: Page not opening.

my distro is FC6 nd itried with su command,but saying "unknown host google.com".
example:-
#su (enter)
#route del default (enter)
#route add default ppp0 (enter)
#ping google.com (enter)
ping:unknown host google.com

if i re-install FC6,my problem solved,can i do.
help me brother.
LEARNER_LEARNER is offline  
Old 09-12-2006, 11:46 AM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: Page not opening.

post ur "ifconfig" as su user:
No.reinstalling FC6 is not a soltn!it s not a big think.actually the default network gateway route is not set.thats why afaik.post it
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 09-12-2006, 12:07 PM   #7 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Default Re: Page not opening.

sorry bro 4 disturbed u but i don't know,how can i post ifconfig 2 su user.
please guide me step by step brother.
i really frustrated this problem.
LEARNER_LEARNER is offline  
Old 09-12-2006, 12:33 PM   #8 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: Page not opening.

open a terminal,there u see a prompt with "$" sign:
Code:
abc@localhost.localdomain:~$su  (enter)
passwd:                              (here 
give ur root  password,it will not show anything while
 u r typing password,cursor may not move,then press enter
)
after entering passwd,press enter:now u r having the power of root user.a root user is the admin of ur pc or n/w.he can change or do anything with files etc.
now u will get a hash(#) prompt.
Code:
abc@localhost.localdomain:~#route del default  (enter)
abc@localhost.localdomain:~#route add default pppo     (enter)
try webbrowser
then there u enter the commands,given before and try web browser.come on u can simply select that terminal screen with left mouse button pressed,right clik n select copy,paste it into this thread!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 09-12-2006, 02:17 PM   #9 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Default Re: Page not opening.

hi,i'm alredy working in root nd then go 2 Learner(my account) ,but my internet conection not connect in my learner account nd saying "
Quote:
-->cannot open /dev/ttyACMO : Device or Resource busy
]-->cannot open /dev/ttyACMO : Device or Resource busy
]-->cannot open /dev/ttyACMO : Device or Resource busy
internet connection connect in root.
[root@localhost ~]#
internet connection not connect in my account(LEARNER)
[learner@localhost ~]$

if i am using ur commands in Learner account but internet connection required in learner account nd i not able connect internet in my account.
i want worked in linux,help me brother i think only u(Prakash) solved my problem.
__________
prakash please help me.please please

Last edited by LEARNER_LEARNER; 09-12-2006 at 02:17 PM. Reason: Automerged Doublepost
LEARNER_LEARNER is offline  
Old 09-12-2006, 03:53 PM   #10 (permalink)
In The Zone
 
Join Date: Oct 2006
Location: Mumbai
Posts: 365
Default Re: Page not opening.

That is an old problem and here is the solution
Q1. Internet connected successfully but page is not opening.
Ans. fire up following command
Code:
 gedit /etc/resolv.conf
and enter this
Code:
nameserver  208.67.222.222
nameserver 208.67.220.220
Now u will be able to open web page without any problem.

Q2 when ever i try to connect internet i get this error (Device or Resource busy)
Ans: this is the common problem with dialup connection via dial up.
Possible solution.
1. remove usb cable from the port and reinsert it. If that not help than.
2. run following command
Code:
wvdialconf /etc/wvdialconf
it will remap ur usb port to ttyACMO1or 2
and than fire up this command
Code:
wvdial
Q3 connection is taking long time to open any site and some time it doesn’t open any site at all until i disconnect and connect the net again.

Ans this is the common problem in dialup.
possible solution:- open terminal and type this
Code:
ping 202.54.15.30
hit enter any minimize the terminal
------------------------------------------------------------------------
Life is much better in ubuntu. ubuntu automatically update the dns server detail in resolv.conf whenever user dial dialup connection. and ubuntu automatically update the wvdial.conf file with dialup/phone setting whenever user fireup this command
sudo wvdialconf
but on other distro user have to enter following command to update wvdial.conf file
wvdialconf /etc/wvdial.conf
as root
Thanks for reading
Regards,
Dheeraj
----------------------------------
some useful thread
Connecting Airtel Gprs on Fedora 4/5, ubuntu, Redhat, Kubuntu and other distro
Connect To R connect on Linux In just 4 Easy Step
__________________
Dhiraj Thakur
thakur.dheeraj(@)gmail.com

Last edited by Desi-Tek.com; 09-12-2006 at 04:14 PM.
Desi-Tek.com is offline  
Old 09-12-2006, 10:06 PM   #11 (permalink)
Fedora User
 
LEARNER_LEARNER's Avatar
 
Join Date: Oct 2006
Location: New Delhi (Dwarika)
Posts: 167
Default Re: Page not opening.

many many thanX Desi-Tek.com u really very good computer expert.
bye bye nd best of luck ur life.
LEARNER_LEARNER is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:36 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2