Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1021  / 2 Years ago, fri, april 22, 2022, 11:18:09

I'm new in Ubuntu and just downloaded Ubuntu Gnome 14.04 LTS.
The PC is working fine. The problem is that the internet is kinda slow.
It loads the pages but it takes forever. Seen an HD quality video on YouTube is impossible.
I've tried what it says here:
http://pkill-9.com/stabilizing-atheros-ar9485-ath9k-connection-linux-wheezy/
However, where it says to write



cd /etc/network # go to network interfaces
sudo cp interfaces interfaces.org # make a backup copy
sudo nano interfaces


I get:



# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback


And in 'HOKEY POKEY PART 2!' my PC shows the same message as in the step 5.



If anyone knows how to solve this problem I would really appreciate.



After using iwlist scan, this is what it shows:



 Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s 9 Mb/s; 12 Mb/s; 18 Mb/s Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK 


PS: I have dual-boot with windows 8 x64 and the internet works perfectly.


More From » 14.04

 Answers
6

I would get the wifi router so that the iwlist scan shows only CCMP and no TKIP and the following command might help echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf and reboot


[#21365] Saturday, April 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utonmbo

Total Points: 134
Total Questions: 104
Total Answers: 118

Location: Argentina
Member since Mon, Jan 3, 2022
2 Years ago
;