You are not logged in.

#1 2013-04-09 09:26:26

olliegab
Member
Registered: 2011-05-27
Posts: 19

Internet access during installation CD - not afterwards

I installed the latest Arch via an ISO image on a CD. During the initial installation I had no problems with the connection to the net (cable connection).
I followed the points in the "Beginners' Installation Guide" and got as far as to the post-installation section. When re-booting the system (without the CD) I have no internet connection, ie I can't ping any web site or even my own router.
Would the downloads during installation have installed some later driver that originally worked fine on the CD? Or is it perhaps some config problem?
Anyone who could suggest a starting point to start searching for a solution?
Cheers

Offline

#2 2013-04-09 10:13:46

tumas
Member
Registered: 2012-02-08
Posts: 89

Re: Internet access during installation CD - not afterwards

During the installation systemd starts the internet connection automatically. If u reboot u have to enable that connection with the following command: "systemctl enable dhcpcd.service" or even better: first figure out the name of ur connection with e.g. "ip addr" and u will see something like enpXXX. And then run "systemctl enable dhcpcd@enpXXX" (replace the XXX with ur numbers). After the next reboot u should have ur internet back.

Offline

#3 2013-04-09 10:21:57

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: Internet access during installation CD - not afterwards

olliegab wrote:

When re-booting the system (without the CD) I have no internet connection, ie I can't ping any web site or even my own router.

Because you skipped a step.

It says here that:

You need to configure the network again, but this time for your newly installed environment. The procedure and prerequisites are very similar to the one described above, except we are going to make it persistent and automatically run at boot.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#4 2013-04-09 10:37:49

kanikuleet
Member
Registered: 2012-12-22
Posts: 36

Re: Internet access during installation CD - not afterwards

not all drivers included in the installation medium will be available in your new system.

did you install tools such as wireless_tools, wpa_supplicant, dialog or your ethernet driver during the install?

Offline

Board footer

Powered by FluxBB