Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad X220

From ThinkWiki
Revision as of 12:26, 1 June 2011 by Fhackenberger (Talk | contribs) (←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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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