You are not logged in.

#1 2007-05-21 20:19:21

majik67
Member
Registered: 2007-05-21
Posts: 22

Network wont start at boot [SOLVED]

I recently installed archlinux and it works great with the exception that my network wont start at boot...
I have an generic ethernet card (shouldnt require any modules... unless I'm mistaken:|)
I get the error message that eth0 cannot be found, lo starts fine tho

down: error fetching interface information: Device not found
                                                                         [FAIL] 
/etc/rc.conf: line 61: eth0: command not found
:: Starting Network                                                      [DONE]

my rc.conf is set up correctly (i think)

lo="lo 127.0.0.1"
eth0 ="dhcp"
INTERFACES=(lo eth0)
ROUTES=(!gateway)

After boot I can connect to my network by:

ifconfig eth0 up
dhcpcd eth0

Any suggestions on whats going on and how I can get my network to start at boot?

Last edited by majik67 (2007-05-21 22:16:09)

Offline

#2 2007-05-21 22:00:54

Milfadoodle
Member
Registered: 2007-05-21
Posts: 26

Re: Network wont start at boot [SOLVED]

majik67 wrote:

eth0 ="dhcp"

Try removing the extra whitespace between eth0 and =.

eth0="dhcp" instead of
eth0 ="dhcp"

Offline

#3 2007-05-21 22:15:50

majik67
Member
Registered: 2007-05-21
Posts: 22

Re: Network wont start at boot [SOLVED]

Thanks that did it.... I didn't see that.... :$

Offline

Board footer

Powered by FluxBB