Hello, I'm using linuxmint 12 and encountered a problem with really slow internet connection. After a week of searching I found this solution:
sudo rmmod -f iwlagn
sudo modprobe iwlagn 11n_disable=1
So to make it permament I found this too:
gksudo gedit /etc/modprobe.d/iwlagn-disable11n.conf
options iwlagn 11n_disable=1
But that command won't work, also when i create the file manually on desktop and try to move it to modprobe.d i get permission denied.
help please!







