You are not logged in.

#1 2011-06-20 20:23:11

AstarothMastemaRavenclaw
Member
Registered: 2011-02-06
Posts: 8

Can't get eth0 to work after fresh install .

I just finished installing Arch; everything went well, with the exception of Networking .
When booting into the new system and logging in as root, I did ping www.google.com and the output was like 70+ tries at receiving data from google, although it did manage to find out gogole's IP address .

This is my Networking section, omitting the commented lines :

HOSTNAME="computer"

interface=eth0
address=
netmask=
gateway=

NETWORK_PERSIST="no"


*EDIT*

After posting this, I thought maybe I should try and see if pacman works, and I was able to properly -Syy and -Syu .
I also checked that "network" was in the rc.conf DAEMONS line .
ping still doesn't work, but I will try going on with the post-install configurations .

Last edited by AstarothMastemaRavenclaw (2011-06-20 20:32:37)

Offline

#2 2011-06-20 20:34:45

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Can't get eth0 to work after fresh install .

dhcpcd eth0

Btw, if you did a core install from the 2010.05 iso, then the kernel might be too old for your hardware.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2011-06-20 21:13:04

wojox
Member
From: San Antonio TX.
Registered: 2009-08-27
Posts: 35

Re: Can't get eth0 to work after fresh install .

Here's my rc.conf networking section:

HOSTNAME="wojox-desktop"
eth0="dhcp"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

“Simplicity is the key to brilliance.” - Bruce Lee

Offline

#4 2011-06-20 21:27:11

AstarothMastemaRavenclaw
Member
Registered: 2011-02-06
Posts: 8

Re: Can't get eth0 to work after fresh install .

I did try to dhcpcd eth0 and it said it was already set to a certain address . (Probably why I am able to use pacman ?)

And I did a core isntall from the 2011.06.10 .iso, which I checked to see if it had the right kernel for my hardware . (It does .)


@wojox:
I think that is the "old" method for setting up networking, but I might be mistaken .

Last edited by AstarothMastemaRavenclaw (2011-06-20 21:29:38)

Offline

#5 2011-06-21 00:01:24

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Can't get eth0 to work after fresh install .

Offline

#6 2011-06-21 03:15:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Can't get eth0 to work after fresh install .

When you think the network should be working, could you run and post the output of:
ip link
and of
ip route
??


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2011-06-21 14:59:21

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Can't get eth0 to work after fresh install .

If you can use pacman, then maybe it's just a dns problem?
Try setting the dns server to 4.2.2.2

@wojox
Outdated syntax, will stop working "soon", please see the news,


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#8 2011-06-21 15:22:12

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Can't get eth0 to work after fresh install .

Mr.Elendig wrote:

If you can use pacman, then maybe it's just a dns problem?
Try setting the dns server to 4.2.2.2

I was thinking that, except that he can look up the address of Google, the address of the mirror, and presumably is able to use tcp and udp to download packages based upon their URLS  hmm

I'm trying to figure out if something could be blocking ICMP packet echo requests.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB