You are not logged in.

#1 2007-12-11 10:42:50

wavenator
Member
Registered: 2007-12-03
Posts: 62

'network' on boot

when i installedarch i had a router configured
now i am switching between my modem and my router for p2p softwares and some other
when i boot with the router it doesnt stuck at the 'network'
when i boot with the modem it stucks at the 'network' and write eth0 : timed out
something like that
how can i solve it?

Offline

#2 2007-12-11 11:22:50

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: 'network' on boot

http://wiki.archlinux.org/index.php/Configuring_network

did you power cycle the modem and then reboot the PC?

edit: paste the output of your /etc/rc.conf file here.

Last edited by jacko (2007-12-11 11:30:12)

Offline

#3 2007-12-11 19:21:12

wavenator
Member
Registered: 2007-12-03
Posts: 62

Re: 'network' on boot

MODULES=(mii sis900 slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 soundcore)

USELVM="no"


HOSTNAME="myhost"

eth0="dhcp"
INTERFACES=(eth0)

gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

DAEMONS=(syslog-ng network netfs crond hal fam alsa gdm)


i cut off any not relevant  lines

Offline

#4 2007-12-12 22:07:07

Doehni
Member
From: Germany
Registered: 2007-05-19
Posts: 175

Re: 'network' on boot

add lo to INTERFACES: (lo eth0)
Maybe this is your problem (If lo is down, it can cause problems wink )

Offline

#5 2007-12-12 22:44:25

insane
Member
Registered: 2006-06-04
Posts: 106

Re: 'network' on boot

Put an '@' in front of every daemon that is network related in your DAEMONS array. This way the daemons will be started in background.

Edit: Maybe there could be a more elegant way with /etc/network-profiles/ but I am too lazy to do research big_smile. What I suggested works for me.

Last edited by insane (2007-12-12 22:50:20)

Offline

Board footer

Powered by FluxBB