The terminal and wget slow internet connection to download and install wine

Asked by Rayan Hassanain

When I use terminal to download something the download speed is to slow about 20kb
my internet speed is 4mb my download speed is about 500 kb
but the terminal and wget is to slow
like to download
wget http://prdownloads.sourceforge.net/wine/wine-1.5.0.tar.bz2
or
sudo apt-get install faenza-icon-theme
I use ubuntu 11.10
I try to use the konsole but its the same
How I can fixed I will become crazy

Question information

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Why would konsole be different, its just a different interface to the same thing.....

If you want wine 1.5 run:

sudo add-apt-repository ppa:ubuntu-wine/ppa; sudo apt-get update; sudo apt-get install wine1.3

Source:
http://www.unixmen.com/wine-1-5-has-been-released-ppa-ubuntu/

If you disable IPv6 with the boot option:

ipv6.disable=1

Does it help?

Revision history for this message
Rayan Hassanain (rhh1010) said :
#2

I still have low speed
look to this screenshot
http://imageupload.org/en/file/203488/screenshot-at-2012-03-19-16-41-16.png.html
the speed os about 20 kb

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Did you try the boot option?

Revision history for this message
Rayan Hassanain (rhh1010) said :
#4

How I can disable Iam still beginner

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Run:

gksudo gedit /etc/default/grub

Find this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Change it to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1"

Save the new file, close gedit and run:
sudo update-grub

And reboot to test

Revision history for this message
Rayan Hassanain (rhh1010) said :
#6

Nothing change the same problem

Revision history for this message
Rayan Hassanain (rhh1010) said :
#7

The speed still slow
The problem is only on terminal (about 20 to 40 kb)
not on browsing its good (about 300 to 500 kb)

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Can you give the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
Rayan Hassanain (rhh1010) said :
#9

Thank you actionparsnip for helping me
yes I forget I am connection with wirless

The output
rayan@rayan-Inspiron-N5110:~$ sudo lshw -C network; lsb_release -a; uname -a
[sudo] password for rayan:
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 05
       serial: 78:2b:cb:d3:c9:b0
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:46 ioport:d000(size=256) memory:f3204000-f3204fff memory:f3200000-f3203fff
  *-network
       description: Wireless interface
       product: AR9285 Wireless Network Adapter (PCI-Express)
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: wlan0
       version: 01
       serial: 90:00:4e:7c:44:59
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.0.0-16-generic firmware=N/A ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:19 memory:f7a00000-f7a0ffff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux rayan-Inspiron-N5110 3.0.0-16-generic #29-Ubuntu SMP Tue Feb 14 12:48:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#10

Try:

echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf; sudo modprobe -r ath9k ; sleep 2; sudo modprobe ath9k

Then try the web, is it ok?

Source:
https://bbs.archlinux.org/viewtopic.php?pid=1050263#p1050263

Revision history for this message
Rayan Hassanain (rhh1010) said :
#11

Thanks its work now
I am vary happy
Thanks actionparsnip

Revision history for this message
Rayan Hassanain (rhh1010) said :
#12

Thanks actionparsnip, that solved my question.