You are not logged in.

#1 2013-09-24 21:19:22

plomp90
Member
Registered: 2013-09-23
Posts: 16

[SOLVED] Can't connect to internet after installation

Hello, I just installed Arch, and during the installation I connected to wifi (obviously, since I had to download the packages) with iwconfig and all the other tools on the installer, but after the installation I wasn't connected any more. I have no idea how to connect to the internet now, all the guides online say to run iwconfig or any of the other connection tools, which I can't do since I don't HAVE them.

I can't connect through ethernet either, I think either the ethernet port on my laptop is broken, or the drivers just aren't working (apparently people on the forums have the same problem with my chipset). My friend told me to try sudo wifi-menu, but apparently I need to install dialog for that, which, of course, requires internet connection.

Should I plug in the USB again, and try something with that? Is there any way to set up a wifi connection without using all the fancy connection tools that I don't have? Sorry if I'm being dumb, I have absolutely no idea how to connect. The wiki doesn't help, and neither does google.

Last edited by plomp90 (2013-09-25 01:41:55)

Offline

#2 2013-09-24 21:25:28

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Can't connect to internet after installation

You can download the dialog package manually from https://www.archlinux.org/packages/core/x86_64/dialog/ by slicking the 'Download From Mirror' link. If you need the 32-bit package, just go to https://www.archlinux.org/packages/core/i686/dialog/
Move the package to th new installation e.g. via a pendrive and install it.


We have no idea what went wrong. You haven't even told us what is the chipset that you and some people have issue with.

Offline

#3 2013-09-24 21:29:05

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

Ah, thanks. The chipset is Realtek R8169, but I don't think that'll help much. I'm pretty sure it's just my crap port.

Offline

#4 2013-09-24 21:32:46

MrElg
Member
Registered: 2013-08-04
Posts: 49

Re: [SOLVED] Can't connect to internet after installation

Didnt you install dialog during the Arch installation process? It is one of the default options, and I don't recommend to not use it. Use
$ pacman -Q dialog
to check if it is available on your system. You'll need that for the wifi-menu and to be able to connect through wifi.

Otherwise, you should also make sure that the network drivers are properly installed, and that both the hardware and software switches are turned on.

Offline

#5 2013-09-24 21:33:50

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

Thanks, I'll do that.

Last edited by plomp90 (2013-09-24 21:35:09)

Offline

#6 2013-09-24 21:34:15

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] Can't connect to internet after installation

I'd suggest booting into the live usb again, mounting your partitions (just like you did to install) then use pacstrap to install wireless_tools.  Then unmount just like during the installation, and reboot.

I've done a good number of installations, and I'll actually install a good number of packages right from the live usb along with base and base-devel.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2013-09-24 21:59:41

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

How do I use pacstrap to install wireless_tools(I've booted to the LiveUSB and mounted the partitions)? What's its directory?

Offline

#8 2013-09-24 22:02:23

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,170
Website

Re: [SOLVED] Can't connect to internet after installation

Trilby wrote:

I've done a good number of installations, and I'll actually install a good number of packages right from the live usb along with base and base-devel.

I think with the last few times I've done an ArchLinux installation, I've literally set-up the whole thing (as in done base, base-devel, networkmanager, X and a DE) in the Arch LiveCD. LightDM isn't happy being set-up in the LiveCD environment though I've noticed.

For this, I use pacstrap for base and base-devel and then pacman for the rest.

Last edited by clfarron4 (2013-09-24 22:04:00)


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#9 2013-09-24 22:08:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Can't connect to internet after installation

plomp90 wrote:

How do I use pacstrap to install wireless_tools(I've booted to the LiveUSB and mounted the partitions)? What's its directory?

pacstrap -h

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2013-09-24 22:27:35

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

I try to install it and it just says "error: failed retrieving file from ..." a million times. I tried connecting to wifi to my WEP router, but the connection fails every time...

Offline

#11 2013-09-24 22:49:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,168

Re: [SOLVED] Can't connect to internet after installation

You need to connect to the internet the way you did when installing before you can install the packages.

Did you follow the Beginners' Guide? If so, you should have configured your network setup as part of the initial installation. If not, you should read through it to see if you missed other important steps.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#12 2013-09-24 23:48:36

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

I connected to the internet while booted on the LiveUSB, mounted root on /mnt and home on /mnt/home, and then ran "pacstrap /mnt wireless_tools".
It worked, and I umounted the partitions and rebooted, but then when I ejected the LiveUSB and booted from the installed system, I still couldn't use iw and wifi-menu!
Did I do something wrong?

Offline

#13 2013-09-25 00:17:00

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [SOLVED] Can't connect to internet after installation

"couldn't use" doesn't help us. Why couldn't you use them?

Offline

#14 2013-09-25 00:27:36

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

The console says "-bash: <command>: command not found" for every command from wireless_tools, like "iw" and "wifi-menu". It even says I still don't have "dialog".

Offline

#15 2013-09-25 00:33:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [SOLVED] Can't connect to internet after installation

I assume "pacman -Q netctl iw" tells you they're not installed? Boot back from the USB drive and forget pacstrap, use "pacman --root /mnt -S iw netctl dialog"

Edit: Note that wifi-menu and iw aren't from wireless_tools.

Last edited by Scimmia (2013-09-25 00:36:49)

Offline

#16 2013-09-25 00:41:03

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

So how do I get iw and wifi-menu?

Offline

#17 2013-09-25 00:52:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Can't connect to internet after installation

You install iw and netctl. Follow Scimmia's advice.

Offline

#18 2013-09-25 01:08:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Can't connect to internet after installation

plomp90 wrote:

So how do I get iw and wifi-menu?

Please make some effort yourself: don't be a help vampire.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#19 2013-09-25 01:09:58

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

Ah, right. Thanks a lot, everybody, sorry for being so inept at linux. I'll try and contribute as much in the future to the community as you guys did to my efforts.

Offline

#20 2013-09-25 01:11:43

plomp90
Member
Registered: 2013-09-23
Posts: 16

Re: [SOLVED] Can't connect to internet after installation

jasonwryan wrote:
plomp90 wrote:

So how do I get iw and wifi-menu?

Please make some effort yourself: don't be a help vampire.

Yeah, I do fit all the criteria, don't I...
Sorry, will try to be more constructive in the future.

Offline

Board footer

Powered by FluxBB