LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-11-2008, 08:12 AM   #1
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Rep: Reputation: 0
Post no internet connection


i run linux from a live cd and i have no internet connection. when i try to ping my modem i get the messege : connect: network is unreachable.
and when i try this :
route add default gw "ip address of getaway"
then i get the messege : SIOCADDRT: no such process

Last edited by hingler; 08-11-2008 at 09:13 AM.
 
Old 08-11-2008, 09:13 AM   #2
shireeshsingh
LQ Newbie
 
Registered: Aug 2008
Location: allahabad
Posts: 1

Rep: Reputation: 0
in fedora no internet connection

please give me informatio about how to connect internet in fedora
 
Old 08-11-2008, 09:21 AM   #3
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by hingler View Post
i run linux from a live cd and i have no internet connection. when i try to ping my modem i get the messege : connect: network is unreachable.
and when i try this :
route add default gw "ip address of getaway"
then i get the messege : SIOCADDRT: no such process
Which distro do you use ?
Which chipset do you use ?
Is Adsl or dial up ?
 
Old 08-11-2008, 09:28 AM   #4
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
i use the disrto back track 3 final and it is adsl. where can i find which chipset i'm using?
 
Old 08-11-2008, 10:12 AM   #5
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
lspci command in a terminal. You may need to be root to run it.
 
Old 08-12-2008, 07:53 AM   #6
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
when i type the lspci command i get this :

00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GH (ICH7DH) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 RAID bus controller: Intel Corporation 82801GR/GH (ICH7 Family) SATA RAID Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon X1650 XT (Primary) (PCIE) (rev 9a)
01:00.1 Display controller: ATI Technologies Inc Radeon X1650 XT (Secondary) (PCIE) (rev 9a)
02:01.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70)
02:03.0 Ethernet controller: Atheros Communications Inc. AR5413 802.11abg NIC (rev 01)
02:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)
 
Old 08-12-2008, 09:06 AM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Do you use a static ip address or DHCP?
 
Old 08-12-2008, 09:23 AM   #8
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Is it possible in you,re distro to find out if it do recognize you,re LAN card and that it use the proper driver
It is a on board LAN card is it not ?
I prefer Lan card in a PCI slot.
 
Old 08-12-2008, 09:28 AM   #9
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jay73 View Post
Do you use a static ip address or DHCP?
i use DHCP
 
Old 08-12-2008, 09:41 AM   #10
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
does "ifconfig eth0" pull an appropritate IP address and default gateway?
 
Old 08-12-2008, 11:43 AM   #11
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by john test View Post
does "ifconfig eth0" pull an appropritate IP address and default gateway?
it says :
eth0: error fetching interface information: device not found
 
Old 08-12-2008, 12:09 PM   #12
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
Quote:
Originally Posted by hingler View Post
it says :
eth0: error fetching interface information: device not found
Thats strange considering the last line of your ifconfig below shows an ethernet device.

-------------------------------------------
02:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)
-------------------------------------------

Do you get an ip address on another interface if you just do "ifconfig"?
 
Old 08-13-2008, 04:48 AM   #13
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by john test View Post
Thats strange considering the last line of your ifconfig below shows an ethernet device.

-------------------------------------------
02:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)
-------------------------------------------

Do you get an ip address on another interface if you just do "ifconfig"?
output of ifconfig

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
 
Old 08-13-2008, 06:24 AM   #14
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Judging from the codes 82801G in the line of the Intel Ethernet Controller and 802.11abg in the line for the Atheros NIC, I'm guessing you're using a Wireless device, right?
Perhaps the wlan device is disabled?
 
Old 08-13-2008, 06:28 AM   #15
hingler
LQ Newbie
 
Registered: Aug 2008
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by timmeke View Post
Judging from the codes 82801G in the line of the Intel Ethernet Controller and 802.11abg in the line for the Atheros NIC, I'm guessing you're using a Wireless device, right?
Perhaps the wlan device is disabled?
no i'm not using a wireless device and i also don't use wlan.
 
  


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
internet connection to newly installed linux, i have a dual up connection babu.knl Linux - Newbie 1 05-22-2008 10:36 PM
my internet connection disconnects my network connection? emre polat Linux - Networking 2 12-19-2006 01:11 PM
Internet connection timeout on Fedora Core 5 using USB connection mike1111 Linux - Networking 0 07-23-2006 09:44 PM
Nic card -> cable internet modem no internet connection zeshan_b Mandriva 21 09-26-2004 11:48 AM

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

All times are GMT -5. The time now is 11:36 PM.

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