You are not logged in.

#1 2012-04-23 17:28:10

rnarch
Member
Registered: 2012-03-17
Posts: 292

eth0 not found

I have installed Arch from the install livecd on a new partition and it is booting all right but dhcpcd command does not find eth0 interface. The entry is there in rc.conf .

interface=eth0
address=
netmask=
gateway=

'network' is there in the DAEMON. During the installation I followed the Beginner's guide in the wiki. I am not sure what else needs to be checked.

Offline

#2 2012-04-23 17:58:15

seveg
Member
From: Bratislava, Slovakia
Registered: 2012-04-17
Posts: 33

Re: eth0 not found

Could you post output of 'ip link show' and 'lspci'?


Just another drug abuser..

Offline

#3 2012-04-23 18:31:26

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: eth0 not found

'ip link show'  shows only lo; no eth0
'lspci' shows Realtek PCI express Gigabit ethernet controller.

Offline

#4 2012-04-23 19:00:03

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: eth0 not found

EDIT: The advice in this post is stupid advice.

Hmm... do the e100 or e1000 kernel modules show up in lsmod?

Last edited by ConnorBehan (2012-04-24 17:38:41)


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#5 2012-04-23 19:12:00

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: eth0 not found

ConnorBehan wrote:

e100 or e1000

I'm pretty sure those are Intel NIC modules.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#6 2012-04-23 19:23:07

seveg
Member
From: Bratislava, Slovakia
Registered: 2012-04-17
Posts: 33

Re: eth0 not found

You are using wrong driver or no driver at all. Post output of 'lsmod | grep ^r8'.

Without quote and dot at the end of course.

Last edited by seveg (2012-04-23 19:25:07)


Just another drug abuser..

Offline

#7 2012-04-24 00:38:37

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: eth0 not found

$ lsmod | grep e100
$ lsmod | grep ^r8
$

There is no output on any of the commands. It is not working even with 'fallback' option of the grub menu.

On a working arch system from a separate partition, the output is:

$ lsmod | grep e100
$ lsmod | grep ^r8
r8169                  41768  0
$

Last edited by rnarch (2012-04-24 01:35:22)

Offline

#8 2012-04-24 05:29:18

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: eth0 not found

Try modprobing the r8169 module.


Burninate!

Offline

#9 2012-04-24 07:40:16

seveg
Member
From: Bratislava, Slovakia
Registered: 2012-04-17
Posts: 33

Re: eth0 not found

Like alphaniner said, e100 is Intel driver, you need to load r8169.


Just another drug abuser..

Offline

#10 2012-04-24 10:50:52

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: eth0 not found

The command 'modprobe r8169' does not work. Module is not found.

Offline

#11 2012-04-24 11:18:50

seveg
Member
From: Bratislava, Slovakia
Registered: 2012-04-17
Posts: 33

Re: eth0 not found

What about r8168? If you dont have any realtek driver, you can download it here.


Just another drug abuser..

Offline

#12 2012-04-24 19:51:30

marvn
Member
From: Prague
Registered: 2010-01-05
Posts: 84

Re: eth0 not found

maybe your network card is too new. download up-to-date kernel from some mirror, copy it to the machine and install it using "pacman -U linux-somenumbers.tar.xz.pkg" and reboot. the module should be loaded automaticly...


this should show you all ifaces, so if eth0 is there, the card is working

ip a s

Last edited by marvn (2012-04-24 20:01:32)


core i5 4590, x86_64, nvidia 970

Offline

#13 2012-04-25 04:06:44

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: eth0 not found

download up-to-date kernel from some mirror, copy it to the machine and install it using "pacman -U linux-somenumbers.tar.xz.pkg"

I checked in Packages ( http://www.archlinux.org/packages/?sort … =&limit=50 ). There is no package starting with 'linux'. I am not sure what I need to download. I also checked for kernel in the wiki. There are details for kernel compilation with ABS but not downloading a kernel package which I can install with pacman.

Can I copy vmlinuz and initrd from a working Arch installation to this partition?

Offline

#14 2012-04-25 04:17:10

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: eth0 not found

rnarch wrote:

I checked in Packages ( http://www.archlinux.org/packages/?sort … =&limit=50 ). There is no package starting with 'linux'. I am not sure what I need to download.

huh???
http://www.archlinux.org/packages/core/x86_64/linux/ or
http://www.archlinux.org/packages/core/i686/linux/

Offline

#15 2012-04-25 06:05:08

rnarch
Member
Registered: 2012-03-17
Posts: 292

Re: eth0 not found

Thanks.

Offline

Board footer

Powered by FluxBB