LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-09-2013, 12:05 PM   #1
dina
LQ Newbie
 
Registered: Oct 2012
Posts: 23

Rep: Reputation: Disabled
I can't connect to the internet


i installed ubuntu 10.10 as a second operating system in my machine (with the main operating system windows 7) but i can not connect to the internet via ubuntu????
 
Old 05-09-2013, 12:39 PM   #2
etech3
Senior Member
 
Registered: Jul 2009
Location: Virginia
Distribution: Debian Stable Testing Sid Slackware CentOS
Posts: 1,055
Blog Entries: 2

Rep: Reputation: 45
Not enough info.

desktop or laptop?

how you connecting to the internet wireless or patch cord?

post the results of ifconfig -a
 
1 members found this post helpful.
Old 05-09-2013, 01:41 PM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The version of Ubuntu that you have is unsupported, may as well download a newer version, which may automatically get your network running
 
1 members found this post helpful.
Old 05-09-2013, 02:07 PM   #4
dina
LQ Newbie
 
Registered: Oct 2012
Posts: 23

Original Poster
Rep: Reputation: Disabled
More info about my prob

It is a laptop

the problem appears when i'm connecting to the internet wireless
but i can connect to the internet by wired network connection

the results of ifconfig -a is:
bash: /usr/local/lib: is a directory
dina@dina-Satellite-L635:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:26:6c:b0:4b:45
inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::226:6cff:feb0:4b45/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:204 errors:0 dropped:0 overruns:0 frame:0
TX packets:229 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:173412 (173.4 KB) TX bytes:27746 (27.7 KB)
Interrupt:47

eth1 Link encap:Ethernet HWaddr b4:74:9f:3e:87:16
inet addr:10.42.43.1 Bcast:10.42.43.255 Mask:255.255.255.0
inet6 addr: fe80::b674:9fff:fe3e:8716/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:11534
TX packets:44 errors:13 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:9939 (9.9 KB)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:264 errors:0 dropped:0 overruns:0 frame:0
TX packets:264 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20112 (20.1 KB) TX bytes:20112 (20.1 KB)



Finally this is a snapshot showing that i'm connecting by a wireless network (called: Engineer) but the browser can not response.
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	19
Size:	109.6 KB
ID:	12478  
 
Old 05-09-2013, 02:27 PM   #5
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
Try the following commands:
Code:
ping google.com
and
Code:
ping 74.125.225.70
and post the results for us.
 
1 members found this post helpful.
Old 05-09-2013, 03:28 PM   #6
dina
LQ Newbie
 
Registered: Oct 2012
Posts: 23

Original Poster
Rep: Reputation: Disabled
code results

The result of
Code:
ping google.com
is:
dina@dina-Satellite-L635:~$ ping google.com
ping: unknown host google.com
and the result of
Code:
ping 74.125.225.70
is:
dina@dina-Satellite-L635:~$ ping 74.125.225.70
connect: Network is unreachable
 
Old 05-09-2013, 03:32 PM   #7
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
I see you have minimized the updates manager there, maybe if you run it, it will install all necesary drivers that arent delivered by default in the ISO you installed. Another thing as mentioned above Ubuntu 10.10 is no longer supported at the moment 13.04 is the version available in the Ubuntu site perhaps you could install that look at this link http://www.ubuntu.com/
Or go with 12.04 LTS (Long Term Supported for 3 years).
Good luck to you.
 
1 members found this post helpful.
Old 05-09-2013, 03:53 PM   #8
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
Quote:
Originally Posted by dina View Post
The result of
Code:
ping google.com
is:
dina@dina-Satellite-L635:~$ ping google.com
ping: unknown host google.com
and the result of
Code:
ping 74.125.225.70
is:
dina@dina-Satellite-L635:~$ ping 74.125.225.70
connect: Network is unreachable
OK. This means that you have no internet access at all. I would recommend updating your older ubuntu to a new ubuntu. This will allow you to have the newest and best drivers, giving you better hardware support.

Cheers,
Nbiser

Last edited by Nbiser; 05-09-2013 at 03:55 PM.
 
1 members found this post helpful.
Old 05-09-2013, 03:54 PM   #9
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
Quote:
Originally Posted by TroN-0074 View Post
I see you have minimized the updates manager there, maybe if you run it, it will install all necesary drivers that arent delivered by default in the ISO you installed. Another thing as mentioned above Ubuntu 10.10 is no longer supported at the moment 13.04 is the version available in the Ubuntu site perhaps you could install that look at this link http://www.ubuntu.com/
Or go with 12.04 LTS (Long Term Supported for 3 years).
Good luck to you.
The OP can't download updates if he has not internet access on his system.
 
Old 05-09-2013, 04:05 PM   #10
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by Nbiser View Post
The OP can't download updates if he has not internet access on his system.
My suggestions was assuming a hard wired connection was available.
 
Old 05-09-2013, 04:29 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Based upon your previous thread can we assume that ubuntu is still running as virtual machine? How is your vmware virtual network configured?
 
Old 05-09-2013, 05:34 PM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It really doesn't matter that OP can't connect to internet if Ubuntu isn't supporting downloading packages unless ubunyu has an old stable repo.
 
Old 05-10-2013, 02:17 PM   #13
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
@dina How did you solve the problem. I am curious to know, and perhaps other people too
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] can't connect to tightvncserver over internet..but can connect in LAN BHABANIPRASADPATI Linux Mint 5 06-14-2011 10:00 AM
Connect my netbook to wireless but it wont connect to the internet but it did . Haydn456MJW Linux - Newbie 7 01-26-2011 05:56 PM
Kubuntu - Can't connect to the internet, but can connect to the LAN KellyT Linux - Networking 1 11-12-2009 04:17 AM
Able to connect to default Gateway, Unable to connect to internet Dumb.Coder Linux - Newbie 11 04-14-2009 04:22 AM
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 08:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration