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...')
(No difference)

Revision as of 12:26, 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