You are not logged in.

#1 2010-10-30 22:50:24

medianmajik
Member
Registered: 2010-05-27
Posts: 53

eth0 and eth1 are improperly configured [Solved]

*Interfaces solved by reassigning Mac addresses for both interfaces and reflecting those changes in rc.conf

DHCP is no longer working for me and my HP Mini-1125nr netbook is no longer able to get online via ifplugd.  This adds to my ongoing battle with Broadcom-wl (I installed it from the AUR) and Arch wireless in general.  It seems my interfaces are not setup correctly.  I'm using the wiki and google, but not winning the war.  At boot network fails and declares

wlan0: unknown interface: no such device

current rc.conf chunks (see my previous config which had working eth0 dhcp)

MOD_AUTOLOAD="no"
MODULES=(lib80211_crypt_tkip wl !b43 !ssb snd-hda-intel atl1)

eth0="dhcp"
wlan0="dhcp"
INTERFACES=(wlan0 eth0)

My NETWORKS is still default (main) as I have not setup a network manager beyond ifplugd

DAEMONS=(syslog-ng hal network netfs @crond @alsa @ifplugd)

ifconfig -a                       note: wlan missing and eth0 has no inet addr or mask

eth0   Link encap:Ethernet  HWaddr 0C:60:76:2D:E9:B6
          UP BROADCAST RUNNING MULTICAST  MTU:1500  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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:16 Base address:0xc000

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:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

iwconfig

lo          no wireless extensions

eth0     IEEE 802.11 Nickname:""""
            Access Point: Not-Associated
            Link Quality:5 Signal level:0  Noise level:0
            Rx invalid nwid:0  invalid:crypt  invalid misc:0

lsmod | grep wl

wl                                1944061 0
      lib80211                            3158 2 wl, lib80211_crypt_tkip

lspci -vnn | grep 14e4

01:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g [14e4:4315] (rev 01)

lspci -v (written by hand so I'm just putting in the important bits)

Broadcom BCM4312
Kernel Driver in use: wl
Kernel modules: wl, ssb

Atheros AR8132 / L1c Gigabit Etheret Adapter (rev c0)
Kernel modules: atl1c

Last edited by medianmajik (2011-01-23 19:35:02)


One thing at a time

Offline

#2 2010-11-11 06:42:24

medianmajik
Member
Registered: 2010-05-27
Posts: 53

Re: eth0 and eth1 are improperly configured [Solved]

By setting modules to autoload in rc.conf I now have access to wired internet by executing "dhcpcd" after boot.  My wired internet is now listed as eth1 and eth0 is considered wireless when it should be wlan0.


One thing at a time

Offline

#3 2010-11-11 06:51:41

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: eth0 and eth1 are improperly configured [Solved]

You can name the interfaces whatever you like:
https://wiki.archlinux.org/index.php/Co … es_varying

Last edited by schuay (2010-11-11 06:52:10)

Offline

Board footer

Powered by FluxBB