Glamhoth
Posts: 5
Joined: Sat Mar 15, 2014 9:22 pm

Problem with network on Arch

Sat Mar 15, 2014 9:26 pm

Hey. I bought Pi recently and today wanted to put arch on it. But I cannot connect to internet. I get this http://imgur.com/zcaVO0c when i type dhcpcd. Later i added "TimeoutDHCP=20" to /etc/netctl/eth0 and i got http://imgur.com/YwZLFPZ this. I have no idea where is the problem. Any help? Thanks.

Glamhoth
Posts: 5
Joined: Sat Mar 15, 2014 9:22 pm

Re: Problem with network on Arch

Mon Mar 17, 2014 8:14 am

Bump or something?

ripat
Posts: 191
Joined: Tue Jul 31, 2012 11:51 am
Location: Belgium

Re: Problem with network on Arch

Mon Mar 17, 2014 8:41 am

I would like to help but I am not familiar with Arch. This said it shouldn't be too different from any other distribution. So, what's the output of:

Code: Select all

$ ip addr show
Using Linux command line usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

Glamhoth
Posts: 5
Joined: Sat Mar 15, 2014 9:22 pm

Re: Problem with network on Arch

Mon Mar 17, 2014 12:52 pm

I have lo, ifb0, ifb1 and eth0.

ripat
Posts: 191
Joined: Tue Jul 31, 2012 11:51 am
Location: Belgium

Re: Problem with network on Arch

Mon Mar 17, 2014 3:48 pm

Glamhoth wrote:I have lo, ifb0, ifb1 and eth0.
What's their state? It should be shown in the output:

3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 00:1f:3c:91:81:c8 brd ff:ff:ff:ff:ff:ff
Using Linux command line usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

Glamhoth
Posts: 5
Joined: Sat Mar 15, 2014 9:22 pm

Re: Problem with network on Arch

Tue Mar 18, 2014 2:40 pm

State is up.

ripat
Posts: 191
Joined: Tue Jul 31, 2012 11:51 am
Location: Belgium

Re: Problem with network on Arch

Tue Mar 18, 2014 5:28 pm

As root, run:

Code: Select all

# dhclient -v
And give the full output of

Code: Select all

# ifconfig
Or

Code: Select all

# ip addr show
Using Linux command line usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

Glamhoth
Posts: 5
Joined: Sat Mar 15, 2014 9:22 pm

Re: Problem with network on Arch

Tue Mar 18, 2014 7:05 pm

dhclient gives me 'command not found'.

Return to “Troubleshooting”