Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Internet a sítě => Téma založeno: cosmosD 01 Listopadu 2011, 17:56:14

Název: Pomalý internet pod Ubuntu 11.10
Přispěvatel: cosmosD 01 Listopadu 2011, 17:56:14
Po upgradu z 11.04 na 11.10 mám strašně pomalý internet, nevíte co s tím?

Zkoušel jsem toto:

echo "#disable ipv6" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.all.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
echo "net.ipv6.conf.lo.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf

Potom toto:

Open terminal and enter the following command:

sudo -s
gksu gedit /etc/modprobe.d/ath9k.conf

at the end of the file add this:

options ath9k nohwcrypt=1

Save an restart your OS.


Bohužel ani jedno nepomohlo...