You are not logged in.

#1 2015-03-27 17:01:36

Juszr
Member
Registered: 2013-03-12
Posts: 87

[SOLVED] Cannot install - Internet very slow

Hi. I'm trying to install Arch on a new laptop but I'm getting stuck at the pacstrap script.
I get a 'failed retrieving file core. ." because internet is very slow.

I tried both wifi and ethernet connection and still the same. Pinging google takes 2002ms.

My wifi card is an Intel AC 3160 and the Eth card is a RT8168.
I'm using iwlwifi module and r8169 module (Not the ones recommended).

The weird thing is that on Win 8 everything works fine.

Last edited by Juszr (2015-03-31 00:12:21)

Offline

#2 2015-03-27 17:49:05

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

Re: [SOLVED] Cannot install - Internet very slow

Do you get the 'because internet is very slow.' part or just 'failed retrieving file core. .'?

Juszr wrote:

Pinging google takes 2002ms.

I don't think that number matters, the other ones do:

$ ping -c 3 <something>

<snip>

3 packets transmitted, 3 received, 0% packet loss, time 2002ms

Offline

#3 2015-03-27 18:00:13

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

I get the "failed...timed out" so i guess it is because of the internet connection.
I do receive 100% of the packets by pinging, but takes time. On windows i ping in 50ms.

I tried different mirrors with no success.

Last edited by Juszr (2015-03-27 18:12:15)

Offline

#4 2015-03-27 19:12:13

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

Re: [SOLVED] Cannot install - Internet very slow

Juszr wrote:

I get the "failed...timed out" so i guess it is because of the internet connection.

Are you using the current iso?

Juszr wrote:

I do receive 100% of the packets by pinging, but takes time. On windows i ping in 50ms.

$ ping -c 3 www.google.com
PING www.google.com (173.194.113.20) 56(84) bytes of data.
64 bytes from fra02s19-in-f20.1e100.net (173.194.113.20): icmp_seq=1 ttl=57 time=47.8 ms
64 bytes from fra02s19-in-f20.1e100.net (173.194.113.20): icmp_seq=2 ttl=57 time=47.9 ms
64 bytes from fra02s19-in-f20.1e100.net (173.194.113.20): icmp_seq=3 ttl=57 time=47.9 ms
--- www.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 47.882/47.925/47.956/0.181 ms

Each of the pings < 50 ms here.

Offline

#5 2015-03-27 19:19:55

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

Yes, it is the latest iso.


I'm talking about the total time, not each package.

Offline

#6 2015-03-27 22:44:26

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: [SOLVED] Cannot install - Internet very slow

Check the output of:

iwconfig

If "Power management" is "on" then disable it:

# iwconfig <name of interface> power off

Jin, Jîyan, Azadî

Offline

#7 2015-03-29 16:46:08

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

Still the same, cannot install. I get that "failed to.. timed out" again, no matter what type of connection i use.

Last edited by Juszr (2015-03-29 17:54:35)

Offline

#8 2015-03-29 23:50:39

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

Is there any way to load another firmware version? I think that's the problem. I need to load the r8168 driver or the 22 firmware ucode version for the iwlwifi module.

Offline

#9 2015-03-30 07:17:03

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: [SOLVED] Cannot install - Internet very slow

You can copy the firmware files to a USB stick, mount it manually in the live environment & copy the files to /usr/lib/firmware


Jin, Jîyan, Azadî

Offline

#10 2015-03-30 16:36:47

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

thanks. I've done that and it didn't help either.
http://postimg.org/image/aads54sbr/

Offline

#11 2015-03-30 20:06:40

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: [SOLVED] Cannot install - Internet very slow

You could try using the rankmirrors script to select the fastest mirror available:
https://wiki.archlinux.org/index.php/Mi … t_by_speed

I see your ping has impoved -- can you browse the internet (elinks is on the live ISO) or download anything at all (try curl or wget)?


Jin, Jîyan, Azadî

Offline

#12 2015-03-30 22:48:08

AnonFriendly
Member
Registered: 2015-02-15
Posts: 14

Re: [SOLVED] Cannot install - Internet very slow

i've had the same problem before. for some reason updating my mirrorlist worked

sudo pacman -Sy 

i'm sorry thats the only thing i can think of tongue

Offline

#13 2015-03-30 23:25:05

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

Head_on_a_Stick wrote:

You could try using the rankmirrors script to select the fastest mirror available:
https://wiki.archlinux.org/index.php/Mi … t_by_speed

I see your ping has impoved -- can you browse the internet (elinks is on the live ISO) or download anything at all (try curl or wget)?

i tried rankmirror and also didnt work.
I'm able to browse with elinks or download anything at a normal speed, that's weird. I must say that on elinks "looking up host" takes a little time and then loads the page, but downloading files it is fine.

i've had the same problem before. for some reason updating my mirrorlist worked

sudo pacman -Sy 

i'm sorry thats the only thing i can think of tongue

it gives me the same output.

Last edited by Juszr (2015-03-31 00:02:54)

Offline

#14 2015-03-31 00:10:48

Juszr
Member
Registered: 2013-03-12
Posts: 87

Re: [SOLVED] Cannot install - Internet very slow

Well, i got it working!! smile
I realized that when using elinks it took time while looking up host, so i just switched to Google DNS in resolv.conf (it's weird why my DNS does not work on Linux) and it worked.

Thanks everyone.

Last edited by Juszr (2015-03-31 00:11:58)

Offline

Board footer

Powered by FluxBB