LINUX.ORG.RU

[archlinux] проблема со скоростью закачки

 


0

0

Вчера установил arch (раньше использовал ubuntu). Все вроде хорошо работает, но сегодня заметил что скорость закачки не превышает 3,3 МБ/с. После чего протестировал на livecd ubuntu. Там все хорошо 7-10 МБ/с. В чем может быть проблема?
ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:50:8D:CB:42:29  
          inet addr:10.0.0.2  Bcast:255.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:576  Metric:1
          RX packets:657236 errors:0 dropped:0 overruns:0 frame:0
          TX packets:785963 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:231102953 (220.3 Mb)  TX bytes:316710622 (302.0 Mb)
          Interrupt:21 Base address:0x8c00 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:599 errors:0 dropped:0 overruns:0 frame:0
          TX packets:599 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:25180 (24.5 Kb)  TX bytes:25180 (24.5 Kb)


Закачки куда? чем закачиваешь? надо подробностей :)

vitruss ★★★★★
()

торренты? просто файл? что качаешь, откуда и чем?
попробуй speedtest.net или wget какого-то большого файла под обоими системами, результаты сюда.
ещё не помешал бы lspci

OramahMaalhur
()
Ответ на: комментарий от Andaril

Сначала о тарифном плане. У меня он 10 Mbit/s по миру и 100 Mbit/s по городу.

торренты? просто файл? что качаешь, откуда и чем?.. попробуй speedtest.net или wget какого-то большого файла под обоими системами, результаты сюда. ещё не помешал бы lspci

Как торенты так и обычные файлы, разницы нет. Для теста скачивал файл с ftp-сервера своего провайдера и с нашего городского трекера. Везде та же максимальная скорость, около 30 Mbit/s
speedtest: arch ubuntu
wget ubuntu:

ubuntu@ubuntu:~$ wget ftp://ftp.dilines.net/Linux/kernel/2.6/linux-2.6.9.tar.bz2--2011-04-03 09:04:44--  ftp://ftp.dilines.net/Linux/kernel/2.6/linux-2.6.9.tar.bz2
           => `linux-2.6.9.tar.bz2'
Resolving ftp.dilines.net... 194.187.229.122
Connecting to ftp.dilines.net|194.187.229.122|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /Linux/kernel/2.6 ... done.
==> SIZE linux-2.6.9.tar.bz2 ... 36261440
==> PASV ... done.    ==> RETR linux-2.6.9.tar.bz2 ... done.
Length: 36261440 (35M) (unauthoritative)

100%[======================================>] 36,261,440  7.37M/s   in 4.8s    

2011-04-03 09:04:49 (7.26 MB/s) - `linux-2.6.9.tar.bz2' saved [36261440]
wget arch:
[maho@arch ~]$ wget ftp://ftp.dilines.net/Linux/kernel/2.6/linux-2.6.9.tar.bz2
--2011-04-03 12:08:09--  ftp://ftp.dilines.net/Linux/kernel/2.6/linux-2.6.9.tar.bz2
           => “linux-2.6.9.tar.bz2”
Resolving ftp.dilines.net... 194.187.229.122
Connecting to ftp.dilines.net|194.187.229.122|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /Linux/kernel/2.6 ... done.
==> SIZE linux-2.6.9.tar.bz2 ... 36261440
==> PASV ... done.    ==> RETR linux-2.6.9.tar.bz2 ... done.
Length: 36261440 (35M) (unauthoritative)

100%[======================================>] 36,261,440  3.30M/s   in 13s     

2011-04-03 12:08:22 (2.64 MB/s) - “linux-2.6.9.tar.bz2” saved [36261440]
lspci:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
02:02.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)

maho
() автор топика
Ответ на: комментарий от Andaril

lspci-ubuntu:

00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
02:02.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
lspci-arch:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
02:02.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
inxi-ubuntu:
Resuming in non X mode: glxinfo not found in path
System:    Host ubuntu Kernel 2.6.35-22-generic i686 (32 bit) Distro Ubuntu 10.10 maverick
CPU:       Dual core Intel Core2 4400 (-MCP-) cache 2048 KB flags (lm nx sse sse2 sse3 ssse3) bmips 7981 
           Clock Speeds: (1) 1200.00 MHz (2) 1200.00 MHz
Graphics:  Card nVidia G92 [GeForce 9800 GT] X.org 1.9.0 Res: 80x24 Gfx Data: N/A out of X
Audio:     Card-1 Creative Labs SB0400 Audigy2 Value driver USB-Audio at port cc00 BusID: 02:02.0
           Card-2 Microsoft Corp. LifeCam VX-1000  driver snd-usb-audio
           Sound: Advanced Linux Sound Architecture Version 1.0.23
Network:   Card Realtek RTL-8110SC/8169SC Gigabit Ethernet driver r8169 v: 2.3LK-NAPI at port c800 BusID: 02:05.0
Disks:     HDD Total Size: 1472.4GB (0.1% used) 1: /dev/sda ST3500320AS 500.1GB 
           2: /dev/sdc ST3320620AS 320.1GB 3: /dev/sdb ST3400620AS 400.1GB 
           4: /dev/sdd SAMSUNG_SP2504C 250.1GB 5: USB /dev/sde USB_FLASH_DRIVE 2.1GB 
Partition: ID:swap-1 size: 0.79GB used: 0.00GB (0%) fs: swap 
Info:      Processes 156 Uptime 6 min Memory 263.3/2896.8MB Runlevel 2 Client Shell inxi 1.4.23 
inxi-arch:
System:    Host arch Kernel 2.6.37-ARCH x86_64 (64 bit) Distro Arch Linux
CPU:       Dual core Intel Core2 4400 (-MCP-) cache 2048 KB flags (lm nx sse sse2 sse3 ssse3) bmips 7982.64 
           Clock Speeds: (1) 1995.037 MHz (2) 1995.037 MHz
Graphics:  Card nVidia G92 [GeForce 9800 GT] X.Org 1.9.4.901 Res: 1680x1050@50.0hz 
           GLX Renderer GeForce 9800 GT/PCI/SSE2 GLX Version 3.3.0 NVIDIA 270.30 Direct Rendering Yes
Audio:     Card-1 Creative Labs SB0400 Audigy2 Value driver EMU10K1_Audigy at port cc00 BusID: 02:02.0
           Card-2 Microsoft Corp. LifeCam VX-1000  driver snd-usb-audio
           Sound: Advanced Linux Sound Architecture Version 1.0.23
Network:   Card Realtek RTL-8110SC/8169SC Gigabit Ethernet driver r8169 v: 2.3LK-NAPI at port c800 BusID: 02:05.0
Disks:     HDD Total Size: 1470.3GB (71.1% used) 1: /dev/sdc ST3320620AS 320.1GB 
           2: /dev/sda ST3500320AS 500.1GB 3: /dev/sdd SAMSUNG_SP2504C 250.1GB 
           4: /dev/sdb ST3400620AS 400.1GB 
Partition: ID:/ size: 9.7G used: 4.4G (48%) fs: ext4 ID:/home size: 35G used: 4.4G (14%) fs: ext4 
           ID:swap-1 size: 0.79GB used: 0.00GB (0%) fs: swap 
Info:      Processes 124 Uptime 1 min Memory 362.8/2887.2MB Runlevel 3 Client Shell inxi 1.4.23
Не совсем понял что значит «погугли по версии контроллера».

maho
() автор топика
Ответ на: комментарий от Andaril

Решения из темы не помогли. Придется писать багрепорт.

Спасибо всем за помощь.

maho
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.