You are not logged in.

#1 2009-10-13 16:19:52

dex
Member
Registered: 2009-10-13
Posts: 11

Very slow download speeds in Arch

Hello,
I'm using Archlinux on a Macbook(Core Duo) with Windows and Macosx also installed.
The problem with my Arch installation is that the download/internet speed is really slow ( 240KB/s ) compared to win/macosx (and also other linux live distros like partedmagic) where i have download rates of 2.0MB/s.

I tried to change some settings like disabling ipv6, without success. I also tested the Archlive CD, where i also had slow download rates. So it seems to be some specific setting in arch limiting my network, any ideas what could be the problem?

Thanks,
dex

Last edited by dex (2009-10-13 17:42:47)

Offline

#2 2009-10-13 16:46:24

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Very slow download speeds in Arch

From the FAQ :

Q) Why is my internet so slow compared to other operating systems?

A) Is your network configured correctly? Have you double checked your /etc/rc.conf /etc/hosts and /etc/resolv.conf? Have a look at "Configure the System" in The Beginners_Guide.

You might want to visit the Configuring network wiki page too .

If the problem is still there , more information is needed for us to help you(wired or wireless, network card model and driver,....etc) . A Mac with dual core processor doesn't say much .


English is not my native language .

Offline

#3 2009-10-13 17:59:25

dex
Member
Registered: 2009-10-13
Posts: 11

Re: Very slow download speeds in Arch

i checked my network settings (using dhcp, ip+dns from my isp) and tried disabling tcp window scaling, but that didn't work.

i'm using a wired connection, network card is a:
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 22)
using the 'sky2' module

# dmesg | grep sky2
sky2 driver version 1.23
sky2 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
sky2 0000:01:00.0: setting latency timer to 64
sky2 0000:01:00.0: Yukon-2 EC chip revision 2
sky2 0000:01:00.0: irq 26 for MSI/MSI-X
sky2 eth0: addr 00:17:f2:30:8c:04
sky2 eth0: enabling interface
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx

# hwdetect --show-net
NET    : sky2 bluetooth mac80211 rfkill ath5k ath cfg80211

Offline

#4 2009-10-13 21:52:02

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Very slow download speeds in Arch

ok .
Can you paste the output of "grep -i host /etc/rc.conf" and "cat /etc/hosts" ?


English is not my native language .

Offline

#5 2009-10-13 22:26:25

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: Very slow download speeds in Arch

Did you disable ipv6 in firefox, too? If not, go to about:config and change network.dns.disableIPv6 to true.

Offline

#6 2009-10-14 07:39:29

dex
Member
Registered: 2009-10-13
Posts: 11

Re: Very slow download speeds in Arch

@Nezmer:

[root@lappi ~]# grep -i host /etc/rc.conf
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="lappi"

[root@lappi ~]# cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1               localhost.localdomain   localhost

# End of file

i noticed the wrong entry in the hosts file and corrected it, now it looks like that, but no improvement in download rates:

[root@lappi ~]# cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1               lappi.localdomain       lappi
# End of file

@MadTux:
i have slow download rates no matter what browser or download-manager i use, changing the setting in firefox made no difference.

Offline

#7 2009-10-14 08:16:46

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: Very slow download speeds in Arch

Have a look at this http://wiki.archlinux.org/index.php/Beg … tc.2Fhosts i think your /etc/hosts file should look something like this

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    localhost lappi

# End of file

Offline

#8 2009-10-14 11:59:17

dex
Member
Registered: 2009-10-13
Posts: 11

Re: Very slow download speeds in Arch

@guzz46:
i tried your /etc/hosts file, but got no improvement neutral

Last edited by dex (2009-10-14 11:59:47)

Offline

#9 2009-10-14 20:50:54

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: Very slow download speeds in Arch

You might want to be sure your hostname.domain.org matches like guzz printed.  To be sure, do your rc.conf hostname and /etc/hosts name match?


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#10 2009-10-15 07:31:39

dex
Member
Registered: 2009-10-13
Posts: 11

Re: Very slow download speeds in Arch

i've set it up like guzz posted, according to the wiki my settings should be correct?

[root@lappi ~]# grep -i host /etc/rc.conf
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="lappi"


[root@lappi ~]# cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    localhost lappi

# End of file

Last edited by dex (2009-10-15 07:32:48)

Offline

#11 2009-10-15 11:15:24

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Very slow download speeds in Arch

your host settings look fine . I have no idea what's your problem . Maybe It's a regression in the driver. Maybe It's something else .

Googling gives me this page which has a suggestion to fix your problem from our Gentoo friends :
http://en.gentoo-wiki.com/wiki/Sky2

Google for "sky2 slow linux" for more pages that might be helpful .

Last edited by Nezmer (2009-10-15 11:17:17)


English is not my native language .

Offline

Board footer

Powered by FluxBB