بسم الله الرحمن الرحيم
حملت نسخة اوبنتو 11.10 ودي اول تجربه ليا مع لينكس ولكن للاسف تجربه سيئه جدا جدا جدا وليس كما توقعت !!
السبب هو ان مش عارف ادخل الانتنرنت
والاشاره عماله تقطع ولما الاشاره بتثبت مفيش برده انترنت ولو لقط نت ودا نادر جدا بتكون السرعه بطيييييييييئه !!
بقالي 7 ساعات بدور على حل للمشكله دي ومعرفتش احل المشكله للاسف وطبعا السيستم بدون نت ليس له اي قيمه
الحمد لله اني ابقيت على ويندوز 7 !!
الكرت اللي عندي RT73
ملحوظه : لما انا كنت شغال live من على السي دي كانت النت ممتازه جدا
ولكن بعد ما حملت السيستم وشغلته ظهرت المشكله دي
ودي الحلول اللي ان اجربتها

.........................

1- First Method: A second The first solution for this issue can be by using the following :

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.

If you still have the issue, then try instructions on step 2.

2- Second Method:

This method involves forcing iwlagn to not use n, the commands will disable n on the device without making it a permanant change, check first if this work for you, if you notice that the speed improved then continue to make the change permanant. If this solution didn`t work for you, then reboot your computer to revert the chnages.

sudo rmmod -f iwlagn
sudo modprobe iwlagn 11n_disable=1

If you notice that the wifi speed improved, then make the change permanent :

gksudo gedit /etc/modprobe.d/iwlagn-disable11n.conf

and add this line to the file:

options iwlagn 11n_disable=1

save & quit

3- Third method : You need to disactivate IPv6, to do that, open terminal and enter the following commands:

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

Then restart your system.

Please report if the solution discribed in this post worked for you by commenting this post. Thanks for your help.
.............................................
Code:

options iwlagn 11n_disable=1 11n_disable50=1

to
Code:

options iwlagn 11n_disable=1




sudo rmmod iwlagn
sudo modprobe iwlagn 11n_disable=1

Try browsing again and if there is an improvement, make this change permanent by creating an 'options' file:

gksu gedit /etc/modprobe.d/options.conf

and add the line

options iwlagn 11n_disable=1

Hope this will help.
........................................
كروت ath5k

طبق الامر التالي في التيرمنال :

sudo -s

echo "options ath5k nohwcrypt=1" > /etc/modprobe.d/ath5k.conf

لكروت ath9k

sudo -s

echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf

الان اعد تشغيل الجهاز

ان كنت لا تعرف ما نوع الكرت لديك و تواجه م**** البطئ طبق الامرين معا .
..............................
Alt+F2 type gnome-terminal

then run the below command

$sudo apt-get remove –purge network-manager

uninstalled the networkmanager

$sudo apt-get install wicd

Installed the wicd for fixing the issue.


...............
sudo ifconfig wlan0 down
sudo rmmod -f ath9k
sudo modprobe ath9k nohwcrypt=1
sudo ifconfig wlan0 up
.....................
Sudo iwconfig wlan0 power off
.....................
ياريت يا جماعه اي حل للمشكله دي لان انا زهقت خالص
وندمت اني ضيعت وقتي حملت السيستم دا
شكرا