You are not logged in.

#1 2011-05-21 13:38:31

Sly
Member
Registered: 2010-02-28
Posts: 40

No eth0 and wlan0

Hey. So I just installed Arch (the core, anyway) on my Acer Aspire 5750. I tested my network connection by pinging Google and it failed. It turns out my eth0 and wlan0 interfaces are not recognised.

An ifconfig returns the information of my loopback interface, but not eth0 or wlan0, they're not there.

An lspci | grep -i net returns:

02:00.0 Ethernet controller: Broadcom Corporation Device 16b5 (rev 10)
03:00.0 Network controller: Atheros Communications Inc. Device 002e (rev 01)

So, does this mean the drivers for these devices are not installed? If so, how do I go about installing them?

I've had a look at the Arch Wiki and tried a couple of things but to no avail, anyone mind helping me out please?

Cheers.

Last edited by Sly (2011-05-21 13:39:42)

Offline

#2 2011-05-21 18:09:33

MartijnL
Member
From: Leiden, The Netherlands
Registered: 2011-04-17
Posts: 23

Re: No eth0 and wlan0

You should already have both the necessary drivers with an Arch-core install:
- You need the tg3 driver for your Broadcom card; it's in-kernel since 2.6, so you should already have it.
- You need the ath9k driver for your Atheros card; also kernel-included.

What do you have in your /etc/rc.conf?

cat /etc/rc.conf

Does dmesg provide anything useful?

dmesg | grep -e 'net' -e 'firm' -e 'tg3'

Last edited by MartijnL (2011-05-21 18:21:22)

Offline

#3 2011-05-21 18:19:47

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

Re: No eth0 and wlan0

Can you post the output of lspci -n and of ifconfig -a


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

#4 2011-05-21 18:36:20

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

Re: No eth0 and wlan0

You used the horribly outdated 2010.05 iso? If so the kernel might just be too old.


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

Offline

#5 2011-05-23 01:42:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: No eth0 and wlan0

Mr.Elendig wrote:

You used the horribly outdated 2010.05 iso? If so the kernel might just be too old.

In this case try one of those http://releng.archlinux.org/isos/
They are not yet official and may not work at all, but you can give them a try. Some people used them to successfully install Arch when the old images didn't work.

Offline

#6 2011-05-25 20:01:23

Sly
Member
Registered: 2010-02-28
Posts: 40

Re: No eth0 and wlan0

karol wrote:
Mr.Elendig wrote:

You used the horribly outdated 2010.05 iso? If so the kernel might just be too old.

In this case try one of those http://releng.archlinux.org/isos/
They are not yet official and may not work at all, but you can give them a try. Some people used them to successfully install Arch when the old images didn't work.

This worked nicely, thanks.

Offline

#7 2011-05-25 20:23:37

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

Re: No eth0 and wlan0

Please mark the thread as [Solved] then smile


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

Offline

Board footer

Powered by FluxBB