You are not logged in.

#1 2013-02-23 11:39:10

lakritz
Member
Registered: 2013-02-22
Posts: 6

No internet connection when i bootup or reboot!

Hello guys and girls!

When i bootup and reboot i dont have a network connection. It tells me when i ping 8.8.8.8
connect:Network is unreachable
Im on wired connection. I can solve the problem with issuing the command:sudo dhcpcd
so it work but im just tierd of writing sudo dhcpcd to get my internet connection every time i reboot or boot.... ):
anyone have a ide of how i can make this work in starup?

ideas are very welcome and i really appreciate some answers!

Thanks

Offline

#2 2013-02-23 12:34:55

Spyhawk
Member
Registered: 2006-07-07
Posts: 485

Re: No internet connection when i bootup or reboot!

Check the wiki, the solution is there: https://wiki.archlinux.org/index.php/Network

Offline

#3 2013-02-23 13:48:50

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No internet connection when i bootup or reboot!

1. Find interface name

ip link

2.Then use systemctl command to enable dhcpcd as a service, you should read more about this as we are on systemd.  Insert interface name from step 1 into step 2 where it says <interface>

sudo systemctl enable dhcpcd@<interface>.service
sudo systemctl start dhcpcd

This is all on the wiki.  You need to read Beginner's Guide/Installation 

As a heads up, search before posting a question has solved 95% of my questions on Arch.  With so much content on the wiki/forums, the answer is literally a second away. Good luck!

Last edited by frank604 (2013-02-23 13:50:35)

Offline

#4 2013-02-24 02:24:49

dok
Member
Registered: 2013-02-18
Posts: 13

Re: No internet connection when i bootup or reboot!

If that doesn't work, you can also try

dhcpcd <interfacename>

Offline

#5 2013-02-24 03:23:15

ytj
Member
Registered: 2010-11-14
Posts: 24

Re: No internet connection when i bootup or reboot!

Try another network connection manager, like wicd.
https://wiki.archlinux.org/index.php/Wicd

Offline

#6 2013-02-24 19:19:57

lakritz
Member
Registered: 2013-02-22
Posts: 6

Re: No internet connection when i bootup or reboot!

Thanks all for your respons! great forum smile i made it work.

Offline

#7 2013-02-24 21:36:04

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: No internet connection when i bootup or reboot!

Great to hear it work.  On behalf of other users who have the same problem, please indicate how you got it to work and mark thread solved. smile

Offline

Board footer

Powered by FluxBB