You are not logged in.

#1 2011-02-28 00:41:39

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

[SOLVED] Boot problem - network fail

Hi

This is my first time to use ArchLinux. I have used for 3 years Ubuntu and now i feel to step forward in my computing life. So, my first problem is that when i boot my computer network fail - so it writes (i use wireless atheros - i have laptop). When i login i can connect via wpa_supplicant to internet via router without problems. What am i doing wrong?

Some excerpts from rc.conf:
MODULES=(fuse network usblp)

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
wlan0="dhcp"
INTERFACES=(eth0 lo wlan0)

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

DAEMONS=(dbus network @syslog-ng netfs @crond)

Last edited by Shark (2011-03-01 11:13:22)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#2 2011-02-28 01:49:42

stlarch
Member
From: hell
Registered: 2010-12-25
Posts: 1,265

Re: [SOLVED] Boot problem - network fail

What DE/wm are you using? Are you using networkmanager? Also you should probably put syslog-ng before dbus in your daemons array without the @.

Offline

#3 2011-02-28 02:00:22

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: [SOLVED] Boot problem - network fail

Hi
Thx for responding

I follow this site http://www.cdavis.us/wiki/index.php/Ins … Networking and my rc.conf look like this now:
MODULES=(fuse usblp)
eth0="dhchp"
wlan0="dhcp"
INTERFACES=(eth0 wlan0)
DAEMONS=(syslog-ng dbus hal !network netfs crond alsa gdm networkmanager)

Then i did "gpasswd -a username network" and everything works fine now.


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

Board footer

Powered by FluxBB