Difference between revisions of "Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad X220"

From ThinkWiki
Jump to: navigation, search
(←Created page with '== Wireless == In order to get wireless to work (it did not connect to any AP on my machine), you have to create the file ''/etc/modprobe.d/intel-5300-iwlagn-disable11n.co...')
 
Line 10: Line 10:
 
</pre>
 
</pre>
 
[[Category:X220]]
 
[[Category:X220]]
 +
[[Category:Ubuntu 10.04]]

Revision as of 12:27, 1 June 2011

Wireless

In order to get wireless to work (it did not connect to any AP on my machine), you have to create the file /etc/modprobe.d/intel-5300-iwlagn-disable11n.conf with the following content:

options iwlagn 11n_disable=0

Then reload the wireless driver:

sudo modprobe -r iwlagn
sudo modprobe iwlagn