Bobalandi wrote:...the thing I don't like about any linux distro is the problem of getting wireless cards to work.
You need to know which chipset is used in your card, and which driver is necessary for that chipset. And you have to know where to put the configuration for your connection. Personally, I edit /etc/wpa_supplicant/wpa_supplicant.conf and /etc/conf.d/net manually, because I don't believe in too many config helpers.
Atheros chipsets work excellent with the
madwifi driver, the Intel ABG3945 (used in many laptops) works just fine with
ipw3945 (or its designated successor
iwlwifi). Many more drivers are actually part of the kernel. If you want to do WPA encription (as you should), you also need
wpa_supplicant.
It's always worth checking the docs and forums of your favourite distro for howto's on wireless setup, as it's usually made much easier than having to install the stuff linked above manually.