Stránka 1 z 1

Pomalý internet pod Ubuntu 11.10

Napsal: 01 lis 2011 12:21
od cosmosD
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...

--- Doplnění předchozího příspěvku (01 Lis 2011 17:37) ---

Nidko nevíí? :((