After a fresh install you may notice the wireless card, although being
recognized by NwtworMnaager, always displaying a "Disconnected" or "Card not
ready" status.
Furthermore command
sudo iwconfig
may show up the wireless card correctly, however this is not listed in the
output of
sudo ifconfig
You may try forcibly enabling the wireless interface typing
sudo ifconfig wlan0 up
however the following error message would be displayed:
siocsifflags operation not permitted
The reason why may likely be the wireless card kernel module has been loaded,
however it needs the corresponding firmware which has not been automatically
installed. Using your package manager enable the Restricted sources and install
the corresponding firmware packages. These usually are:
sudo apt-get install firmware-linux firmware-realtek firmware-ralink firmware-iwlwifi firmware-intelwimax firwmare-atheros
More easily in synaptic search for the keyword 'firmware' and install the one
corresponding to your wireless card brand. Disabling and re-enabling your card
via keyboard shortcut should suffice to load the firmware, otherwise reboot.